Subversion-Projekte lars-tiefland.content-management

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

<?php
// autogenerated file 22.07.2011 09:27
// $Id: SellingManagerAlertType.php 813 2011-11-03 08:31:07Z tiefland $
// $Log: $
//
//
require_once 'SellingManagerSoldListingsPropertyTypeCodeType.php';
require_once 'SellingManagerGeneralPropertyTypeCodeType.php';
require_once 'SellingManagerAlertTypeCodeType.php';
require_once 'EbatNs_ComplexType.php';
require_once 'SellingManagerInventoryPropertyTypeCodeType.php';
require_once 'SellingManagerPaisaPayPropertyTypeCodeType.php';
require_once 'SellingManagerAutomationPropertyTypeCodeType.php';

/**
 * Contains alert type information, along with the duration. 
 *
 * @link http://developer.ebay.com/DevZone/XML/docs/Reference/eBay/types/SellingManagerAlertType.html
 *
 */
class SellingManagerAlertType extends EbatNs_ComplexType
{
        /**
         * @var SellingManagerAlertTypeCodeType
         */
        protected $AlertType;
        /**
         * @var SellingManagerSoldListingsPropertyTypeCodeType
         */
        protected $SoldAlert;
        /**
         * @var SellingManagerInventoryPropertyTypeCodeType
         */
        protected $InventoryAlert;
        /**
         * @var SellingManagerAutomationPropertyTypeCodeType
         */
        protected $AutomationAlert;
        /**
         * @var SellingManagerPaisaPayPropertyTypeCodeType
         */
        protected $PaisaPayAlert;
        /**
         * @var SellingManagerGeneralPropertyTypeCodeType
         */
        protected $GeneralAlert;
        /**
         * @var int
         */
        protected $DurationInDays;
        /**
         * @var long
         */
        protected $Count;

        /**
         * @return SellingManagerAlertTypeCodeType
         */
        function getAlertType()
        {
                return $this->AlertType;
        }
        /**
         * @return void
         * @param SellingManagerAlertTypeCodeType $value 
         */
        function setAlertType($value)
        {
                $this->AlertType = $value;
        }
        /**
         * @return SellingManagerSoldListingsPropertyTypeCodeType
         */
        function getSoldAlert()
        {
                return $this->SoldAlert;
        }
        /**
         * @return void
         * @param SellingManagerSoldListingsPropertyTypeCodeType $value 
         */
        function setSoldAlert($value)
        {
                $this->SoldAlert = $value;
        }
        /**
         * @return SellingManagerInventoryPropertyTypeCodeType
         */
        function getInventoryAlert()
        {
                return $this->InventoryAlert;
        }
        /**
         * @return void
         * @param SellingManagerInventoryPropertyTypeCodeType $value 
         */
        function setInventoryAlert($value)
        {
                $this->InventoryAlert = $value;
        }
        /**
         * @return SellingManagerAutomationPropertyTypeCodeType
         */
        function getAutomationAlert()
        {
                return $this->AutomationAlert;
        }
        /**
         * @return void
         * @param SellingManagerAutomationPropertyTypeCodeType $value 
         */
        function setAutomationAlert($value)
        {
                $this->AutomationAlert = $value;
        }
        /**
         * @return SellingManagerPaisaPayPropertyTypeCodeType
         */
        function getPaisaPayAlert()
        {
                return $this->PaisaPayAlert;
        }
        /**
         * @return void
         * @param SellingManagerPaisaPayPropertyTypeCodeType $value 
         */
        function setPaisaPayAlert($value)
        {
                $this->PaisaPayAlert = $value;
        }
        /**
         * @return SellingManagerGeneralPropertyTypeCodeType
         */
        function getGeneralAlert()
        {
                return $this->GeneralAlert;
        }
        /**
         * @return void
         * @param SellingManagerGeneralPropertyTypeCodeType $value 
         */
        function setGeneralAlert($value)
        {
                $this->GeneralAlert = $value;
        }
        /**
         * @return int
         */
        function getDurationInDays()
        {
                return $this->DurationInDays;
        }
        /**
         * @return void
         * @param int $value 
         */
        function setDurationInDays($value)
        {
                $this->DurationInDays = $value;
        }
        /**
         * @return long
         */
        function getCount()
        {
                return $this->Count;
        }
        /**
         * @return void
         * @param long $value 
         */
        function setCount($value)
        {
                $this->Count = $value;
        }
        /**
         * @return 
         */
        function __construct()
        {
                parent::__construct('SellingManagerAlertType', 'urn:ebay:apis:eBLBaseComponents');
                if (!isset(self::$_elements[__CLASS__]))
                                self::$_elements[__CLASS__] = array_merge(self::$_elements[get_parent_class()],
                                array(
                                        'AlertType' =>
                                        array(
                                                'required' => false,
                                                'type' => 'SellingManagerAlertTypeCodeType',
                                                'nsURI' => 'urn:ebay:apis:eBLBaseComponents',
                                                'array' => false,
                                                'cardinality' => '0..1'
                                        ),
                                        'SoldAlert' =>
                                        array(
                                                'required' => false,
                                                'type' => 'SellingManagerSoldListingsPropertyTypeCodeType',
                                                'nsURI' => 'urn:ebay:apis:eBLBaseComponents',
                                                'array' => false,
                                                'cardinality' => '0..1'
                                        ),
                                        'InventoryAlert' =>
                                        array(
                                                'required' => false,
                                                'type' => 'SellingManagerInventoryPropertyTypeCodeType',
                                                'nsURI' => 'urn:ebay:apis:eBLBaseComponents',
                                                'array' => false,
                                                'cardinality' => '0..1'
                                        ),
                                        'AutomationAlert' =>
                                        array(
                                                'required' => false,
                                                'type' => 'SellingManagerAutomationPropertyTypeCodeType',
                                                'nsURI' => 'urn:ebay:apis:eBLBaseComponents',
                                                'array' => false,
                                                'cardinality' => '0..1'
                                        ),
                                        'PaisaPayAlert' =>
                                        array(
                                                'required' => false,
                                                'type' => 'SellingManagerPaisaPayPropertyTypeCodeType',
                                                'nsURI' => 'urn:ebay:apis:eBLBaseComponents',
                                                'array' => false,
                                                'cardinality' => '0..1'
                                        ),
                                        'GeneralAlert' =>
                                        array(
                                                'required' => false,
                                                'type' => 'SellingManagerGeneralPropertyTypeCodeType',
                                                'nsURI' => 'urn:ebay:apis:eBLBaseComponents',
                                                'array' => false,
                                                'cardinality' => '0..1'
                                        ),
                                        'DurationInDays' =>
                                        array(
                                                'required' => false,
                                                'type' => 'int',
                                                'nsURI' => 'http://www.w3.org/2001/XMLSchema',
                                                'array' => false,
                                                'cardinality' => '0..1'
                                        ),
                                        'Count' =>
                                        array(
                                                'required' => false,
                                                'type' => 'long',
                                                'nsURI' => 'http://www.w3.org/2001/XMLSchema',
                                                'array' => false,
                                                'cardinality' => '0..1'
                                        )
                                ));
        }
}
?>