Blame | Letzte Änderung | Log anzeigen | RSS feed
<?php// autogenerated file 30.08.2007 09:37// $Id: LiveAuctionApprovalStatusType.php 1182 2009-03-17 12:41:24Z lautsch $// $Log$//require_once 'UserIDType.php';require_once 'EbatNs_ComplexType.php';class LiveAuctionApprovalStatusType extends EbatNs_ComplexType{// start props// @var UserIDType $UserIDvar $UserID;// @var string $Statusvar $Status;// end props/**** @return UserIDType*/function getUserID(){return $this->UserID;}/**** @return void* @param $value*/function setUserID($value){$this->UserID = $value;}/**** @return string*/function getStatus(){return $this->Status;}/**** @return void* @param $value*/function setStatus($value){$this->Status = $value;}/**** @return*/function LiveAuctionApprovalStatusType(){$this->EbatNs_ComplexType('LiveAuctionApprovalStatusType', 'urn:ebay:apis:eBLBaseComponents');$this->_elements = array_merge($this->_elements,array('UserID' =>array('required' => false,'type' => 'UserIDType','nsURI' => 'urn:ebay:apis:eBLBaseComponents','array' => false,'cardinality' => '0..1'),'Status' =>array('required' => false,'type' => 'string','nsURI' => 'http://www.w3.org/2001/XMLSchema','array' => false,'cardinality' => '0..1')));}}?>