Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class AttributeRecommendationsType

java.lang.Object
  extended by com.ebay.soap.eBLBaseComponents.AttributeRecommendationsType
All Implemented Interfaces:
Serializable

public class AttributeRecommendationsType
extends Object
implements Serializable

Item Specifics data returned from the Suggested Attributes engine.

See Also:
Serialized Form

Constructor Summary
AttributeRecommendationsType()
           
 
Method Summary
 boolean equals(Object obj)
           
 MessageElement[] get_any()
          Gets the _any value for this AttributeRecommendationsType.
 AttributeSetArrayType getAttributeSetArray()
          Gets the attributeSetArray value for this AttributeRecommendationsType.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void set_any(MessageElement[] _any)
          Sets the _any value for this AttributeRecommendationsType.
 void setAttributeSetArray(AttributeSetArrayType attributeSetArray)
          Sets the attributeSetArray value for this AttributeRecommendationsType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeRecommendationsType

public AttributeRecommendationsType()
Method Detail

getAttributeSetArray

public AttributeSetArrayType getAttributeSetArray()
Gets the attributeSetArray value for this AttributeRecommendationsType.

Returns:
attributeSetArray Applicable for listings that include eBay's Item Specifics or Pre-filled Item Information features. A list of attribute sets. An attribute set contains a list of attributes that describe category-specific aspects or features of an item in a standardized way. See the Developer's Guide for more information. In item-listing requests, this property is required if attributes are identified as required in the characteristics set meta-data. See the Developer's Guide for information about characteristics meta-data and how to determine when attributes are required.

setAttributeSetArray

public void setAttributeSetArray(AttributeSetArrayType attributeSetArray)
Sets the attributeSetArray value for this AttributeRecommendationsType.

Parameters:
attributeSetArray - Applicable for listings that include eBay's Item Specifics or Pre-filled Item Information features. A list of attribute sets. An attribute set contains a list of attributes that describe category-specific aspects or features of an item in a standardized way. See the Developer's Guide for more information. In item-listing requests, this property is required if attributes are identified as required in the characteristics set meta-data. See the Developer's Guide for information about characteristics meta-data and how to determine when attributes are required.

get_any

public MessageElement[] get_any()
Gets the _any value for this AttributeRecommendationsType.

Returns:
_any

set_any

public void set_any(MessageElement[] _any)
Sets the _any value for this AttributeRecommendationsType.

Parameters:
_any -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer


Changes since
the last release

The information contained in this document is proprietary and confidential. Use of this information and the eBay API requires a Non-Disclosure Agreement (NDA) between the user and eBay Inc. For information regarding a qualifying NDA, contact Developer Relations:developer-relations@ebay.com
© 2004-2006 eBay Inc. All rights reserved.