Subversion-Projekte lars-tiefland.content-management

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

<?php
// autogenerated file 22.07.2011 09:27
// $Id: GetRecommendationsResponseContainerType.php 4066 2011-11-03 08:13:59Z tiefland $
// $Log: $
//
//
require_once 'ProductListingDetailsType.php';
require_once 'SIFFTASRecommendationsType.php';
require_once 'EbatNs_ComplexType.php';
require_once 'ProductRecommendationsType.php';
require_once 'AttributeRecommendationsType.php';
require_once 'RecommendationsType.php';
require_once 'ListingAnalyzerRecommendationsType.php';
require_once 'PricingRecommendationsType.php';

/**
 * Returns recommended changes or opportunities for improvementrelated to listing 
 * data that was passed in a GetItemRecommendations request. 
 *
 * @link http://developer.ebay.com/DevZone/XML/docs/Reference/eBay/types/GetRecommendationsResponseContainerType.html
 *
 */
class GetRecommendationsResponseContainerType extends EbatNs_ComplexType
{
        /**
         * @var ListingAnalyzerRecommendationsType
         */
        protected $ListingAnalyzerRecommendations;
        /**
         * @var SIFFTASRecommendationsType
         */
        protected $SIFFTASRecommendations;
        /**
         * @var PricingRecommendationsType
         */
        protected $PricingRecommendations;
        /**
         * @var AttributeRecommendationsType
         */
        protected $AttributeRecommendations;
        /**
         * @var ProductRecommendationsType
         */
        protected $ProductRecommendations;
        /**
         * @var string
         */
        protected $CorrelationID;
        /**
         * @var RecommendationsType
         */
        protected $Recommendations;
        /**
         * @var ProductListingDetailsType
         */
        protected $ProductListingDetails;
        /**
         * @var string
         */
        protected $Title;

        /**
         * @return ListingAnalyzerRecommendationsType
         */
        function getListingAnalyzerRecommendations()
        {
                return $this->ListingAnalyzerRecommendations;
        }
        /**
         * @return void
         * @param ListingAnalyzerRecommendationsType $value 
         */
        function setListingAnalyzerRecommendations($value)
        {
                $this->ListingAnalyzerRecommendations = $value;
        }
        /**
         * @return SIFFTASRecommendationsType
         */
        function getSIFFTASRecommendations()
        {
                return $this->SIFFTASRecommendations;
        }
        /**
         * @return void
         * @param SIFFTASRecommendationsType $value 
         */
        function setSIFFTASRecommendations($value)
        {
                $this->SIFFTASRecommendations = $value;
        }
        /**
         * @return PricingRecommendationsType
         */
        function getPricingRecommendations()
        {
                return $this->PricingRecommendations;
        }
        /**
         * @return void
         * @param PricingRecommendationsType $value 
         */
        function setPricingRecommendations($value)
        {
                $this->PricingRecommendations = $value;
        }
        /**
         * @return AttributeRecommendationsType
         */
        function getAttributeRecommendations()
        {
                return $this->AttributeRecommendations;
        }
        /**
         * @return void
         * @param AttributeRecommendationsType $value 
         */
        function setAttributeRecommendations($value)
        {
                $this->AttributeRecommendations = $value;
        }
        /**
         * @return ProductRecommendationsType
         */
        function getProductRecommendations()
        {
                return $this->ProductRecommendations;
        }
        /**
         * @return void
         * @param ProductRecommendationsType $value 
         */
        function setProductRecommendations($value)
        {
                $this->ProductRecommendations = $value;
        }
        /**
         * @return string
         */
        function getCorrelationID()
        {
                return $this->CorrelationID;
        }
        /**
         * @return void
         * @param string $value 
         */
        function setCorrelationID($value)
        {
                $this->CorrelationID = $value;
        }
        /**
         * @return RecommendationsType
         */
        function getRecommendations()
        {
                return $this->Recommendations;
        }
        /**
         * @return void
         * @param RecommendationsType $value 
         */
        function setRecommendations($value)
        {
                $this->Recommendations = $value;
        }
        /**
         * @return ProductListingDetailsType
         */
        function getProductListingDetails()
        {
                return $this->ProductListingDetails;
        }
        /**
         * @return void
         * @param ProductListingDetailsType $value 
         */
        function setProductListingDetails($value)
        {
                $this->ProductListingDetails = $value;
        }
        /**
         * @return string
         */
        function getTitle()
        {
                return $this->Title;
        }
        /**
         * @return void
         * @param string $value 
         */
        function setTitle($value)
        {
                $this->Title = $value;
        }
        /**
         * @return 
         */
        function __construct()
        {
                parent::__construct('GetRecommendationsResponseContainerType', 'urn:ebay:apis:eBLBaseComponents');
                if (!isset(self::$_elements[__CLASS__]))
                                self::$_elements[__CLASS__] = array_merge(self::$_elements[get_parent_class()],
                                array(
                                        'ListingAnalyzerRecommendations' =>
                                        array(
                                                'required' => false,
                                                'type' => 'ListingAnalyzerRecommendationsType',
                                                'nsURI' => 'urn:ebay:apis:eBLBaseComponents',
                                                'array' => false,
                                                'cardinality' => '0..1'
                                        ),
                                        'SIFFTASRecommendations' =>
                                        array(
                                                'required' => false,
                                                'type' => 'SIFFTASRecommendationsType',
                                                'nsURI' => 'urn:ebay:apis:eBLBaseComponents',
                                                'array' => false,
                                                'cardinality' => '0..1'
                                        ),
                                        'PricingRecommendations' =>
                                        array(
                                                'required' => false,
                                                'type' => 'PricingRecommendationsType',
                                                'nsURI' => 'urn:ebay:apis:eBLBaseComponents',
                                                'array' => false,
                                                'cardinality' => '0..1'
                                        ),
                                        'AttributeRecommendations' =>
                                        array(
                                                'required' => false,
                                                'type' => 'AttributeRecommendationsType',
                                                'nsURI' => 'urn:ebay:apis:eBLBaseComponents',
                                                'array' => false,
                                                'cardinality' => '0..1'
                                        ),
                                        'ProductRecommendations' =>
                                        array(
                                                'required' => false,
                                                'type' => 'ProductRecommendationsType',
                                                'nsURI' => 'urn:ebay:apis:eBLBaseComponents',
                                                'array' => false,
                                                'cardinality' => '0..1'
                                        ),
                                        'CorrelationID' =>
                                        array(
                                                'required' => false,
                                                'type' => 'string',
                                                'nsURI' => 'http://www.w3.org/2001/XMLSchema',
                                                'array' => false,
                                                'cardinality' => '0..1'
                                        ),
                                        'Recommendations' =>
                                        array(
                                                'required' => false,
                                                'type' => 'RecommendationsType',
                                                'nsURI' => 'urn:ebay:apis:eBLBaseComponents',
                                                'array' => false,
                                                'cardinality' => '0..1'
                                        ),
                                        'ProductListingDetails' =>
                                        array(
                                                'required' => false,
                                                'type' => 'ProductListingDetailsType',
                                                'nsURI' => 'urn:ebay:apis:eBLBaseComponents',
                                                'array' => false,
                                                'cardinality' => '0..1'
                                        ),
                                        'Title' =>
                                        array(
                                                'required' => false,
                                                'type' => 'string',
                                                'nsURI' => 'http://www.w3.org/2001/XMLSchema',
                                                'array' => false,
                                                'cardinality' => '0..1'
                                        )
                                ));
        }
}
?>