Blame | Letzte Änderung | Log anzeigen | RSS feed
<?php// autogenerated file 22.07.2011 09:27// $Id: RecoupmentPolicyConsentType.php 814 2011-11-03 08:36:50Z tiefland $// $Log: $////require_once 'EbatNs_ComplexType.php';require_once 'SiteCodeType.php';/*** Container for supported site information** @link http://developer.ebay.com/DevZone/XML/docs/Reference/eBay/types/RecoupmentPolicyConsentType.html**/class RecoupmentPolicyConsentType extends EbatNs_ComplexType{/*** @var SiteCodeType*/protected $Site;/*** @return SiteCodeType* @param integer $index*/function getSite($index = null){if ($index !== null) {return $this->Site[$index];} else {return $this->Site;}}/*** @return void* @param SiteCodeType $value* @param $index*/function setSite($value, $index = null){if ($index !== null) {$this->Site[$index] = $value;} else {$this->Site = $value;}}/*** @return void* @param SiteCodeType $value*/function addSite($value){$this->Site[] = $value;}/*** @return*/function __construct(){parent::__construct('RecoupmentPolicyConsentType', 'urn:ebay:apis:eBLBaseComponents');if (!isset(self::$_elements[__CLASS__]))self::$_elements[__CLASS__] = array_merge(self::$_elements[get_parent_class()],array('Site' =>array('required' => false,'type' => 'SiteCodeType','nsURI' => 'urn:ebay:apis:eBLBaseComponents','array' => true,'cardinality' => '0..*')));}}?>