Subversion-Projekte lars-tiefland.content-management

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

<?php
// autogenerated file 22.07.2011 09:27
// $Id: GetMyeBayBuyingRequestType.php 4066 2011-11-03 08:13:59Z tiefland $
// $Log: $
//
//
require_once 'ItemListCustomizationType.php';
require_once 'MyeBaySelectionType.php';
require_once 'BidAssistantListType.php';
require_once 'AbstractRequestType.php';

/**
 * Returns items from the Buying section of the user's My eBayaccount, including 
 * items that the user is watching, bidding on, haswon, has not won, and has made 
 * best offers on. 
 *
 * @link http://developer.ebay.com/DevZone/XML/docs/Reference/eBay/types/GetMyeBayBuyingRequestType.html
 *
 */
class GetMyeBayBuyingRequestType extends AbstractRequestType
{
        /**
         * @var ItemListCustomizationType
         */
        protected $WatchList;
        /**
         * @var ItemListCustomizationType
         */
        protected $BidList;
        /**
         * @var ItemListCustomizationType
         */
        protected $BestOfferList;
        /**
         * @var ItemListCustomizationType
         */
        protected $WonList;
        /**
         * @var ItemListCustomizationType
         */
        protected $LostList;
        /**
         * @var MyeBaySelectionType
         */
        protected $FavoriteSearches;
        /**
         * @var MyeBaySelectionType
         */
        protected $FavoriteSellers;
        /**
         * @var MyeBaySelectionType
         */
        protected $SecondChanceOffer;
        /**
         * @var BidAssistantListType
         */
        protected $BidAssistantList;
        /**
         * @var ItemListCustomizationType
         */
        protected $DeletedFromWonList;
        /**
         * @var ItemListCustomizationType
         */
        protected $DeletedFromLostList;
        /**
         * @var ItemListCustomizationType
         */
        protected $BuyingSummary;
        /**
         * @var MyeBaySelectionType
         */
        protected $UserDefinedLists;
        /**
         * @var boolean
         */
        protected $HideVariations;

        /**
         * @return ItemListCustomizationType
         */
        function getWatchList()
        {
                return $this->WatchList;
        }
        /**
         * @return void
         * @param ItemListCustomizationType $value 
         */
        function setWatchList($value)
        {
                $this->WatchList = $value;
        }
        /**
         * @return ItemListCustomizationType
         */
        function getBidList()
        {
                return $this->BidList;
        }
        /**
         * @return void
         * @param ItemListCustomizationType $value 
         */
        function setBidList($value)
        {
                $this->BidList = $value;
        }
        /**
         * @return ItemListCustomizationType
         */
        function getBestOfferList()
        {
                return $this->BestOfferList;
        }
        /**
         * @return void
         * @param ItemListCustomizationType $value 
         */
        function setBestOfferList($value)
        {
                $this->BestOfferList = $value;
        }
        /**
         * @return ItemListCustomizationType
         */
        function getWonList()
        {
                return $this->WonList;
        }
        /**
         * @return void
         * @param ItemListCustomizationType $value 
         */
        function setWonList($value)
        {
                $this->WonList = $value;
        }
        /**
         * @return ItemListCustomizationType
         */
        function getLostList()
        {
                return $this->LostList;
        }
        /**
         * @return void
         * @param ItemListCustomizationType $value 
         */
        function setLostList($value)
        {
                $this->LostList = $value;
        }
        /**
         * @return MyeBaySelectionType
         */
        function getFavoriteSearches()
        {
                return $this->FavoriteSearches;
        }
        /**
         * @return void
         * @param MyeBaySelectionType $value 
         */
        function setFavoriteSearches($value)
        {
                $this->FavoriteSearches = $value;
        }
        /**
         * @return MyeBaySelectionType
         */
        function getFavoriteSellers()
        {
                return $this->FavoriteSellers;
        }
        /**
         * @return void
         * @param MyeBaySelectionType $value 
         */
        function setFavoriteSellers($value)
        {
                $this->FavoriteSellers = $value;
        }
        /**
         * @return MyeBaySelectionType
         */
        function getSecondChanceOffer()
        {
                return $this->SecondChanceOffer;
        }
        /**
         * @return void
         * @param MyeBaySelectionType $value 
         */
        function setSecondChanceOffer($value)
        {
                $this->SecondChanceOffer = $value;
        }
        /**
         * @return BidAssistantListType
         */
        function getBidAssistantList()
        {
                return $this->BidAssistantList;
        }
        /**
         * @return void
         * @param BidAssistantListType $value 
         */
        function setBidAssistantList($value)
        {
                $this->BidAssistantList = $value;
        }
        /**
         * @return ItemListCustomizationType
         */
        function getDeletedFromWonList()
        {
                return $this->DeletedFromWonList;
        }
        /**
         * @return void
         * @param ItemListCustomizationType $value 
         */
        function setDeletedFromWonList($value)
        {
                $this->DeletedFromWonList = $value;
        }
        /**
         * @return ItemListCustomizationType
         */
        function getDeletedFromLostList()
        {
                return $this->DeletedFromLostList;
        }
        /**
         * @return void
         * @param ItemListCustomizationType $value 
         */
        function setDeletedFromLostList($value)
        {
                $this->DeletedFromLostList = $value;
        }
        /**
         * @return ItemListCustomizationType
         */
        function getBuyingSummary()
        {
                return $this->BuyingSummary;
        }
        /**
         * @return void
         * @param ItemListCustomizationType $value 
         */
        function setBuyingSummary($value)
        {
                $this->BuyingSummary = $value;
        }
        /**
         * @return MyeBaySelectionType
         */
        function getUserDefinedLists()
        {
                return $this->UserDefinedLists;
        }
        /**
         * @return void
         * @param MyeBaySelectionType $value 
         */
        function setUserDefinedLists($value)
        {
                $this->UserDefinedLists = $value;
        }
        /**
         * @return boolean
         */
        function getHideVariations()
        {
                return $this->HideVariations;
        }
        /**
         * @return void
         * @param boolean $value 
         */
        function setHideVariations($value)
        {
                $this->HideVariations = $value;
        }
        /**
         * @return 
         */
        function __construct()
        {
                parent::__construct('GetMyeBayBuyingRequestType', 'urn:ebay:apis:eBLBaseComponents');
                if (!isset(self::$_elements[__CLASS__]))
                                self::$_elements[__CLASS__] = array_merge(self::$_elements[get_parent_class()],
                                array(
                                        'WatchList' =>
                                        array(
                                                'required' => false,
                                                'type' => 'ItemListCustomizationType',
                                                'nsURI' => 'urn:ebay:apis:eBLBaseComponents',
                                                'array' => false,
                                                'cardinality' => '0..1'
                                        ),
                                        'BidList' =>
                                        array(
                                                'required' => false,
                                                'type' => 'ItemListCustomizationType',
                                                'nsURI' => 'urn:ebay:apis:eBLBaseComponents',
                                                'array' => false,
                                                'cardinality' => '0..1'
                                        ),
                                        'BestOfferList' =>
                                        array(
                                                'required' => false,
                                                'type' => 'ItemListCustomizationType',
                                                'nsURI' => 'urn:ebay:apis:eBLBaseComponents',
                                                'array' => false,
                                                'cardinality' => '0..1'
                                        ),
                                        'WonList' =>
                                        array(
                                                'required' => false,
                                                'type' => 'ItemListCustomizationType',
                                                'nsURI' => 'urn:ebay:apis:eBLBaseComponents',
                                                'array' => false,
                                                'cardinality' => '0..1'
                                        ),
                                        'LostList' =>
                                        array(
                                                'required' => false,
                                                'type' => 'ItemListCustomizationType',
                                                'nsURI' => 'urn:ebay:apis:eBLBaseComponents',
                                                'array' => false,
                                                'cardinality' => '0..1'
                                        ),
                                        'FavoriteSearches' =>
                                        array(
                                                'required' => false,
                                                'type' => 'MyeBaySelectionType',
                                                'nsURI' => 'urn:ebay:apis:eBLBaseComponents',
                                                'array' => false,
                                                'cardinality' => '0..1'
                                        ),
                                        'FavoriteSellers' =>
                                        array(
                                                'required' => false,
                                                'type' => 'MyeBaySelectionType',
                                                'nsURI' => 'urn:ebay:apis:eBLBaseComponents',
                                                'array' => false,
                                                'cardinality' => '0..1'
                                        ),
                                        'SecondChanceOffer' =>
                                        array(
                                                'required' => false,
                                                'type' => 'MyeBaySelectionType',
                                                'nsURI' => 'urn:ebay:apis:eBLBaseComponents',
                                                'array' => false,
                                                'cardinality' => '0..1'
                                        ),
                                        'BidAssistantList' =>
                                        array(
                                                'required' => false,
                                                'type' => 'BidAssistantListType',
                                                'nsURI' => 'urn:ebay:apis:eBLBaseComponents',
                                                'array' => false,
                                                'cardinality' => '0..1'
                                        ),
                                        'DeletedFromWonList' =>
                                        array(
                                                'required' => false,
                                                'type' => 'ItemListCustomizationType',
                                                'nsURI' => 'urn:ebay:apis:eBLBaseComponents',
                                                'array' => false,
                                                'cardinality' => '0..1'
                                        ),
                                        'DeletedFromLostList' =>
                                        array(
                                                'required' => false,
                                                'type' => 'ItemListCustomizationType',
                                                'nsURI' => 'urn:ebay:apis:eBLBaseComponents',
                                                'array' => false,
                                                'cardinality' => '0..1'
                                        ),
                                        'BuyingSummary' =>
                                        array(
                                                'required' => false,
                                                'type' => 'ItemListCustomizationType',
                                                'nsURI' => 'urn:ebay:apis:eBLBaseComponents',
                                                'array' => false,
                                                'cardinality' => '0..1'
                                        ),
                                        'UserDefinedLists' =>
                                        array(
                                                'required' => false,
                                                'type' => 'MyeBaySelectionType',
                                                'nsURI' => 'urn:ebay:apis:eBLBaseComponents',
                                                'array' => false,
                                                'cardinality' => '0..1'
                                        ),
                                        'HideVariations' =>
                                        array(
                                                'required' => false,
                                                'type' => 'boolean',
                                                'nsURI' => 'http://www.w3.org/2001/XMLSchema',
                                                'array' => false,
                                                'cardinality' => '0..1'
                                        )
                                ));
        }
}
?>