Blame | Letzte Änderung | Log anzeigen | RSS feed
<?php// autogenerated file 30.08.2007 09:37// $Id: DigitalDeliveryDetailsType.php 1182 2009-03-17 12:41:24Z lautsch $// $Log$//require_once 'EbatNs_ComplexType.php';require_once 'DigitalDeliveryMethodCodeType.php';class DigitalDeliveryDetailsType extends EbatNs_ComplexType{// start props// @var string $Requirementsvar $Requirements;// @var DigitalDeliveryMethodCodeType $Methodvar $Method;// @var anyURI $URLvar $URL;// @var string $Instructionsvar $Instructions;// end props/**** @return string*/function getRequirements(){return $this->Requirements;}/**** @return void* @param $value*/function setRequirements($value){$this->Requirements = $value;}/**** @return DigitalDeliveryMethodCodeType*/function getMethod(){return $this->Method;}/**** @return void* @param $value*/function setMethod($value){$this->Method = $value;}/**** @return anyURI*/function getURL(){return $this->URL;}/**** @return void* @param $value*/function setURL($value){$this->URL = $value;}/**** @return string*/function getInstructions(){return $this->Instructions;}/**** @return void* @param $value*/function setInstructions($value){$this->Instructions = $value;}/**** @return*/function DigitalDeliveryDetailsType(){$this->EbatNs_ComplexType('DigitalDeliveryDetailsType', 'urn:ebay:apis:eBLBaseComponents');$this->_elements = array_merge($this->_elements,array('Requirements' =>array('required' => false,'type' => 'string','nsURI' => 'http://www.w3.org/2001/XMLSchema','array' => false,'cardinality' => '0..1'),'Method' =>array('required' => false,'type' => 'DigitalDeliveryMethodCodeType','nsURI' => 'urn:ebay:apis:eBLBaseComponents','array' => false,'cardinality' => '0..1'),'URL' =>array('required' => false,'type' => 'anyURI','nsURI' => 'http://www.w3.org/2001/XMLSchema','array' => false,'cardinality' => '0..1'),'Instructions' =>array('required' => false,'type' => 'string','nsURI' => 'http://www.w3.org/2001/XMLSchema','array' => false,'cardinality' => '0..1')));}}?>