com.ebay.soap.eBLBaseComponents
Class OrderArrayType
java.lang.Object
com.ebay.soap.eBLBaseComponents.OrderArrayType
- All Implemented Interfaces:
- Serializable
public class OrderArrayType
- extends Object
- implements Serializable
Type used by the OrderArray container that is returned in order management calls. The lt;b>OrderArray container consists of one or more eBay orders that match the input criteria.
Java class for OrderArrayType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OrderArrayType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Order" type="{urn:ebay:apis:eBLBaseComponents}OrderType" 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 |
order
protected List<OrderType> order
OrderArrayType
public OrderArrayType()
getOrder
public OrderType[] getOrder()
- Returns:
- array of
OrderType
getOrder
public OrderType getOrder(int idx)
- Returns:
- one of
OrderType
getOrderLength
public int getOrderLength()
setOrder
public void setOrder(OrderType[] values)
- Parameters:
values
- allowed objects are
OrderType
_getOrder
protected List<OrderType> _getOrder()
setOrder
public OrderType setOrder(int idx,
OrderType value)
- Parameters:
value
- allowed object is
OrderType
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.