Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class AttributeSetArrayType

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

public class AttributeSetArrayType
extends Object
implements Serializable

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.

See Also:
Serialized Form

Constructor Summary
AttributeSetArrayType()
           
 
Method Summary
 boolean equals(Object obj)
           
 AttributeSetType[] getAttributeSet()
          Gets the attributeSet value for this AttributeSetArrayType.
 AttributeSetType getAttributeSet(int i)
           
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 setAttributeSet(AttributeSetType[] attributeSet)
          Sets the attributeSet value for this AttributeSetArrayType.
 void setAttributeSet(int i, AttributeSetType value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeSetArrayType

public AttributeSetArrayType()
Method Detail

getAttributeSet

public AttributeSetType[] getAttributeSet()
Gets the attributeSet value for this AttributeSetArrayType.

Returns:
attributeSet Contains a list of attributes that describe category-specific aspects or features of an item in a standardized way.

For the AddItem family of calls and GetItem, an AttributeSetArray can contain a maximum of 2 full attribute sets (one for each category in which the item is listed) if the primary and secondary categories are mapped to different characteristic sets. If they are mapped to the same characteristic set, the AttributeSetArray can contain one full attribute set.

An AttributeSetArray can also contain any number of additional site-wide attribute sets. In item-listing requests, AttributeSet is required if the category is mapped to a characteristic set with required attributes. On the US site, attributes are usually required for Tickets, eBay Motors vehicles, and Real Estate listings. See GetCategory2CS and GetAttributesCS. See the Developer's Guide for information about attribute meta-data and validation rules that are applicable when listing items.

In GetItem, the Half.com item condition may be returned once in an AttributeSet node with Half.com IDs and values, and once in a separate AttributeSet node with a site-wide eBay item condition. The Half.com IDs are not necessarily returned in GetAttributesCS, so you can use the eBay.com data instead. Half.com listings may also return an AttributeSet node with other eBay attributes.

setAttributeSet

public void setAttributeSet(AttributeSetType[] attributeSet)
Sets the attributeSet value for this AttributeSetArrayType.

Parameters:
attributeSet - Contains a list of attributes that describe category-specific aspects or features of an item in a standardized way.

For the AddItem family of calls and GetItem, an AttributeSetArray can contain a maximum of 2 full attribute sets (one for each category in which the item is listed) if the primary and secondary categories are mapped to different characteristic sets. If they are mapped to the same characteristic set, the AttributeSetArray can contain one full attribute set.

An AttributeSetArray can also contain any number of additional site-wide attribute sets. In item-listing requests, AttributeSet is required if the category is mapped to a characteristic set with required attributes. On the US site, attributes are usually required for Tickets, eBay Motors vehicles, and Real Estate listings. See GetCategory2CS and GetAttributesCS. See the Developer's Guide for information about attribute meta-data and validation rules that are applicable when listing items.

In GetItem, the Half.com item condition may be returned once in an AttributeSet node with Half.com IDs and values, and once in a separate AttributeSet node with a site-wide eBay item condition. The Half.com IDs are not necessarily returned in GetAttributesCS, so you can use the eBay.com data instead. Half.com listings may also return an AttributeSet node with other eBay attributes.

getAttributeSet

public AttributeSetType getAttributeSet(int i)

setAttributeSet

public void setAttributeSet(int i,
                            AttributeSetType value)

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.