Blame | Letzte Änderung | Log anzeigen | RSS feed
<?php// autogenerated file 04.11.2008 16:17// $Id: $// $Log: $////require_once 'EbatNs_ComplexType.php';require_once 'NameValueListArrayType.php';/*** Contains attribute suggestions returned from the suggested Item Specifics from* theRecommendation engine, An "Item Specific" will be a name/value pair and may* bereturned complete (with name/value) or partial (name only).** @link http://developer.ebay.com/DevZone/XML/docs/Reference/eBay/types/ItemSpecificsRecommendationsType.html**/class ItemSpecificsRecommendationsType extends EbatNs_ComplexType{/*** @var NameValueListArrayType*/protected $ItemSpecifics;/*** @return NameValueListArrayType*/function getItemSpecifics(){return $this->ItemSpecifics;}/*** @return void* @param NameValueListArrayType $value*/function setItemSpecifics($value){$this->ItemSpecifics = $value;}/*** @return*/function __construct(){parent::__construct('ItemSpecificsRecommendationsType', 'urn:ebay:apis:eBLBaseComponents');if (!isset(self::$_elements[__CLASS__]))self::$_elements[__CLASS__] = array_merge(self::$_elements[get_parent_class()],array('ItemSpecifics' =>array('required' => false,'type' => 'NameValueListArrayType','nsURI' => 'urn:ebay:apis:eBLBaseComponents','array' => false,'cardinality' => '0..1')));}}?>