com.ebay.soap.eBLBaseComponents
Class AttributeArrayType
java.lang.Object
com.ebay.soap.eBLBaseComponents.AttributeArrayType
- All Implemented Interfaces:
- Serializable
public class AttributeArrayType
- extends Object
- implements Serializable
This type is only applicable for Half.com listings, and since API support for Half.com listings is being deprecated, this type is no longer applicable.
Java class for AttributeArrayType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AttributeArrayType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Attribute" type="{urn:ebay:apis:eBLBaseComponents}AttributeType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
attribute
protected List<AttributeType> attribute
AttributeArrayType
public AttributeArrayType()
getAttribute
public AttributeType[] getAttribute()
- Returns:
- array of
AttributeType
getAttribute
public AttributeType getAttribute(int idx)
- Returns:
- one of
AttributeType
getAttributeLength
public int getAttributeLength()
setAttribute
public void setAttribute(AttributeType[] values)
- Parameters:
values
- allowed objects are
AttributeType
_getAttribute
protected List<AttributeType> _getAttribute()
setAttribute
public AttributeType setAttribute(int idx,
AttributeType value)
- Parameters:
value
- allowed object is
AttributeType
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-2009 eBay Inc. All rights reserved.