Blame | Letzte Änderung | Log anzeigen | RSS feed
<?php// autogenerated file 22.07.2011 09:27// $Id: ExcludeShippingLocationDetailsType.php 814 2011-11-03 08:36:50Z tiefland $// $Log: $////require_once 'EbatNs_ComplexType.php';/*** Container for the list of site-specific locations supported by the Exclude Ship* ToLocations feature.** @link http://developer.ebay.com/DevZone/XML/docs/Reference/eBay/types/ExcludeShippingLocationDetailsType.html**/class ExcludeShippingLocationDetailsType extends EbatNs_ComplexType{/*** @var string*/protected $Description;/*** @var string*/protected $Location;/*** @var string*/protected $Region;/*** @var string*/protected $DetailVersion;/*** @var dateTime*/protected $UpdateTime;/*** @return string*/function getDescription(){return $this->Description;}/*** @return void* @param string $value*/function setDescription($value){$this->Description = $value;}/*** @return string*/function getLocation(){return $this->Location;}/*** @return void* @param string $value*/function setLocation($value){$this->Location = $value;}/*** @return string*/function getRegion(){return $this->Region;}/*** @return void* @param string $value*/function setRegion($value){$this->Region = $value;}/*** @return string*/function getDetailVersion(){return $this->DetailVersion;}/*** @return void* @param string $value*/function setDetailVersion($value){$this->DetailVersion = $value;}/*** @return dateTime*/function getUpdateTime(){return $this->UpdateTime;}/*** @return void* @param dateTime $value*/function setUpdateTime($value){$this->UpdateTime = $value;}/*** @return*/function __construct(){parent::__construct('ExcludeShippingLocationDetailsType', 'urn:ebay:apis:eBLBaseComponents');if (!isset(self::$_elements[__CLASS__]))self::$_elements[__CLASS__] = array_merge(self::$_elements[get_parent_class()],array('Description' =>array('required' => false,'type' => 'string','nsURI' => 'http://www.w3.org/2001/XMLSchema','array' => false,'cardinality' => '0..1'),'Location' =>array('required' => false,'type' => 'string','nsURI' => 'http://www.w3.org/2001/XMLSchema','array' => false,'cardinality' => '0..1'),'Region' =>array('required' => false,'type' => 'string','nsURI' => 'http://www.w3.org/2001/XMLSchema','array' => false,'cardinality' => '0..1'),'DetailVersion' =>array('required' => false,'type' => 'string','nsURI' => 'http://www.w3.org/2001/XMLSchema','array' => false,'cardinality' => '0..1'),'UpdateTime' =>array('required' => false,'type' => 'dateTime','nsURI' => 'http://www.w3.org/2001/XMLSchema','array' => false,'cardinality' => '0..1')));}}?>