com.ebay.soap.eBLBaseComponents
Class ItemArrayType
java.lang.Object
com.ebay.soap.eBLBaseComponents.ItemArrayType
- All Implemented Interfaces:
- java.io.Serializable
public class ItemArrayType
- extends java.lang.Object
- implements java.io.Serializable
Container for a list of items. Can contain zero, one, or multiple
ItemType objects, each of which conveys the data for one item listing.
Java class for ItemArrayType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ItemArrayType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Item" type="{urn:ebay:apis:eBLBaseComponents}ItemType" 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 |
item
protected java.util.List<ItemType> item
ItemArrayType
public ItemArrayType()
getItem
public ItemType[] getItem()
- Returns:
- array of
ItemType
getItem
public ItemType getItem(int idx)
- Returns:
- one of
ItemType
getItemLength
public int getItemLength()
setItem
public void setItem(ItemType[] values)
- Parameters:
values
- allowed objects are
ItemType
_getItem
protected java.util.List<ItemType> _getItem()
setItem
public ItemType setItem(int idx,
ItemType value)
- Parameters:
value
- allowed object is
ItemType
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.