Blame | Letzte Änderung | Log anzeigen | RSS feed
<?php// autogenerated file 30.08.2007 09:37// $Id: GroupType.php 1182 2009-03-17 12:41:24Z lautsch $// $Log$//require_once 'EbatNs_ComplexType.php';class GroupType extends EbatNs_ComplexType{// start props// @var int $MaxGroupsvar $MaxGroups;// @var int $MaxEntriesPerGroupvar $MaxEntriesPerGroup;// end props/**** @return int*/function getMaxGroups(){return $this->MaxGroups;}/**** @return void* @param $value*/function setMaxGroups($value){$this->MaxGroups = $value;}/**** @return int*/function getMaxEntriesPerGroup(){return $this->MaxEntriesPerGroup;}/**** @return void* @param $value*/function setMaxEntriesPerGroup($value){$this->MaxEntriesPerGroup = $value;}/**** @return*/function GroupType(){$this->EbatNs_ComplexType('GroupType', 'urn:ebay:apis:eBLBaseComponents');$this->_elements = array_merge($this->_elements,array('MaxGroups' =>array('required' => false,'type' => 'int','nsURI' => 'http://www.w3.org/2001/XMLSchema','array' => false,'cardinality' => '0..1'),'MaxEntriesPerGroup' =>array('required' => false,'type' => 'int','nsURI' => 'http://www.w3.org/2001/XMLSchema','array' => false,'cardinality' => '0..1')));}}?>