Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class ItemArrayType

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

public class ItemArrayType
extends Object
implements 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

Field Summary
protected  List<ItemType> item
           
 
Constructor Summary
ItemArrayType()
           
 
Method Summary
protected  List<ItemType> _getItem()
           
 ItemType[] getItem()
           
 ItemType getItem(int idx)
           
 int getItemLength()
           
 ItemType setItem(int idx, ItemType value)
           
 void setItem(ItemType[] values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

item

protected List<ItemType> item
Constructor Detail

ItemArrayType

public ItemArrayType()
Method Detail

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 List<ItemType> _getItem()

setItem

public ItemType setItem(int idx,
                        ItemType value)
Parameters:
value - allowed object is ItemType

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-2009 eBay Inc. All rights reserved.