Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class AttributeSetType

java.lang.Object
  extended by com.ebay.soap.eBLBaseComponents.AttributeSetType
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AttributeSet

public class AttributeSetType
extends Object
implements Serializable

A set of salient aspects or features that describe an item in a standardized way. Most commonly used in the Item Specifics section of a listing. See the Developer's Guide information on working with Item Specifics and Pre-filled Item Information. 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
AttributeSetType()
           
 
Method Summary
 boolean equals(Object obj)
           
 MessageElement[] get_any()
          Gets the _any value for this AttributeSetType.
 AttributeType[] getAttribute()
          Gets the attribute value for this AttributeSetType.
 AttributeType getAttribute(int i)
           
 int getAttributeSetID()
          Gets the attributeSetID value for this AttributeSetType.
 String getAttributeSetVersion()
          Gets the attributeSetVersion value for this AttributeSetType.
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 AttributeSetType.
 void setAttribute(AttributeType[] attribute)
          Sets the attribute value for this AttributeSetType.
 void setAttribute(int i, AttributeType value)
           
 void setAttributeSetID(int attributeSetID)
          Sets the attributeSetID value for this AttributeSetType.
 void setAttributeSetVersion(String attributeSetVersion)
          Sets the attributeSetVersion value for this AttributeSetType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeSetType

public AttributeSetType()
Method Detail

getAttribute

public AttributeType[] getAttribute()
Gets the attribute value for this AttributeSetType.

Returns:
attribute Only applicable to Half.com. Not applicable to eBay listings. You can revise this field for Half.com listings.

setAttribute

public void setAttribute(AttributeType[] attribute)
Sets the attribute value for this AttributeSetType.

Parameters:
attribute - Only applicable to Half.com. Not applicable to eBay listings. You can revise this field for Half.com listings.

getAttribute

public AttributeType getAttribute(int i)

setAttribute

public void setAttribute(int i,
                         AttributeType value)

get_any

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

Returns:
_any

set_any

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

Parameters:
_any -

getAttributeSetID

public int getAttributeSetID()
Gets the attributeSetID value for this AttributeSetType.

Returns:
attributeSetID

setAttributeSetID

public void setAttributeSetID(int attributeSetID)
Sets the attributeSetID value for this AttributeSetType.

Parameters:
attributeSetID -

getAttributeSetVersion

public String getAttributeSetVersion()
Gets the attributeSetVersion value for this AttributeSetType.

Returns:
attributeSetVersion

setAttributeSetVersion

public void setAttributeSetVersion(String attributeSetVersion)
Sets the attributeSetVersion value for this AttributeSetType.

Parameters:
attributeSetVersion -

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.