|
Changes since the last release |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ebay.soap.eBLBaseComponents.AttributeType
public class AttributeType
A salient aspect or feature of an item. On eBay.com, this information is used in the Item Specifics section of a listing to describe an item in a standard way so that buyers can find it more easily.
| Constructor Summary | |
|---|---|
AttributeType()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
MessageElement[] |
get_any()
Gets the _any value for this AttributeType. |
int |
getAttributeID()
Gets the attributeID value for this AttributeType. |
String |
getAttributeLabel()
Gets the attributeLabel value for this AttributeType. |
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 |
ValType[] |
getValue()
Gets the value for this AttributeType. |
ValType |
getValue(int i)
|
int |
hashCode()
|
void |
set_any(MessageElement[] _any)
Sets the _any value for this AttributeType. |
void |
setAttributeID(int attributeID)
Sets the attributeID value for this AttributeType. |
void |
setAttributeLabel(String attributeLabel)
Sets the attributeLabel value for this AttributeType. |
void |
setValue(int i,
ValType value)
|
void |
setValue(ValType[] value)
Sets the value for this AttributeType. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AttributeType()
| Method Detail |
|---|
public ValType[] getValue()
public void setValue(ValType[] value)
value - A value the seller selected or entered for the attribute.
At least one value is required for each Attribute that you specify.
Some attributes can have multiple values.
See the eBay Web Services guide sections on
Item Specifics (Attributes) and Pre-filled Item Information (Catalogs)
for information about using GetAttributesCS to determine valid
attribute values.public ValType getValue(int i)
public void setValue(int i,
ValType value)
public MessageElement[] get_any()
public void set_any(MessageElement[] _any)
_any - public int getAttributeID()
public void setAttributeID(int attributeID)
attributeID - public String getAttributeLabel()
public void setAttributeLabel(String attributeLabel)
attributeLabel - public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
Changes since the last release |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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.