Blame | Letzte Änderung | Log anzeigen | RSS feed
<?php// autogenerated file 22.07.2011 09:27// $Id: CrossPromotionPreferencesType.php 4066 2011-11-03 08:13:59Z tiefland $// $Log: $////require_once 'EbatNs_ComplexType.php';require_once 'ItemSortFilterCodeType.php';require_once 'GallerySortFilterCodeType.php';require_once 'ItemFormatSortFilterCodeType.php';/*** Contains preferences describing how items similar to the one the user is* presently viewing are promoted.** @link http://developer.ebay.com/DevZone/XML/docs/Reference/eBay/types/CrossPromotionPreferencesType.html**/class CrossPromotionPreferencesType extends EbatNs_ComplexType{/*** @var boolean*/protected $CrossPromotionEnabled;/*** @var ItemFormatSortFilterCodeType*/protected $CrossSellItemFormatSortFilter;/*** @var GallerySortFilterCodeType*/protected $CrossSellGallerySortFilter;/*** @var ItemSortFilterCodeType*/protected $CrossSellItemSortFilter;/*** @var ItemFormatSortFilterCodeType*/protected $UpSellItemFormatSortFilter;/*** @var GallerySortFilterCodeType*/protected $UpSellGallerySortFilter;/*** @var ItemSortFilterCodeType*/protected $UpSellItemSortFilter;/*** @return boolean*/function getCrossPromotionEnabled(){return $this->CrossPromotionEnabled;}/*** @return void* @param boolean $value*/function setCrossPromotionEnabled($value){$this->CrossPromotionEnabled = $value;}/*** @return ItemFormatSortFilterCodeType*/function getCrossSellItemFormatSortFilter(){return $this->CrossSellItemFormatSortFilter;}/*** @return void* @param ItemFormatSortFilterCodeType $value*/function setCrossSellItemFormatSortFilter($value){$this->CrossSellItemFormatSortFilter = $value;}/*** @return GallerySortFilterCodeType*/function getCrossSellGallerySortFilter(){return $this->CrossSellGallerySortFilter;}/*** @return void* @param GallerySortFilterCodeType $value*/function setCrossSellGallerySortFilter($value){$this->CrossSellGallerySortFilter = $value;}/*** @return ItemSortFilterCodeType*/function getCrossSellItemSortFilter(){return $this->CrossSellItemSortFilter;}/*** @return void* @param ItemSortFilterCodeType $value*/function setCrossSellItemSortFilter($value){$this->CrossSellItemSortFilter = $value;}/*** @return ItemFormatSortFilterCodeType*/function getUpSellItemFormatSortFilter(){return $this->UpSellItemFormatSortFilter;}/*** @return void* @param ItemFormatSortFilterCodeType $value*/function setUpSellItemFormatSortFilter($value){$this->UpSellItemFormatSortFilter = $value;}/*** @return GallerySortFilterCodeType*/function getUpSellGallerySortFilter(){return $this->UpSellGallerySortFilter;}/*** @return void* @param GallerySortFilterCodeType $value*/function setUpSellGallerySortFilter($value){$this->UpSellGallerySortFilter = $value;}/*** @return ItemSortFilterCodeType*/function getUpSellItemSortFilter(){return $this->UpSellItemSortFilter;}/*** @return void* @param ItemSortFilterCodeType $value*/function setUpSellItemSortFilter($value){$this->UpSellItemSortFilter = $value;}/*** @return*/function __construct(){parent::__construct('CrossPromotionPreferencesType', 'urn:ebay:apis:eBLBaseComponents');if (!isset(self::$_elements[__CLASS__]))self::$_elements[__CLASS__] = array_merge(self::$_elements[get_parent_class()],array('CrossPromotionEnabled' =>array('required' => false,'type' => 'boolean','nsURI' => 'http://www.w3.org/2001/XMLSchema','array' => false,'cardinality' => '0..1'),'CrossSellItemFormatSortFilter' =>array('required' => false,'type' => 'ItemFormatSortFilterCodeType','nsURI' => 'urn:ebay:apis:eBLBaseComponents','array' => false,'cardinality' => '0..1'),'CrossSellGallerySortFilter' =>array('required' => false,'type' => 'GallerySortFilterCodeType','nsURI' => 'urn:ebay:apis:eBLBaseComponents','array' => false,'cardinality' => '0..1'),'CrossSellItemSortFilter' =>array('required' => false,'type' => 'ItemSortFilterCodeType','nsURI' => 'urn:ebay:apis:eBLBaseComponents','array' => false,'cardinality' => '0..1'),'UpSellItemFormatSortFilter' =>array('required' => false,'type' => 'ItemFormatSortFilterCodeType','nsURI' => 'urn:ebay:apis:eBLBaseComponents','array' => false,'cardinality' => '0..1'),'UpSellGallerySortFilter' =>array('required' => false,'type' => 'GallerySortFilterCodeType','nsURI' => 'urn:ebay:apis:eBLBaseComponents','array' => false,'cardinality' => '0..1'),'UpSellItemSortFilter' =>array('required' => false,'type' => 'ItemSortFilterCodeType','nsURI' => 'urn:ebay:apis:eBLBaseComponents','array' => false,'cardinality' => '0..1')));}}?>