Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class OrderArrayType

java.lang.Object
  extended by 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

Field Summary
protected  List<OrderType> order
           
 
Constructor Summary
OrderArrayType()
           
 
Method Summary
protected  List<OrderType> _getOrder()
           
 OrderType[] getOrder()
           
 OrderType getOrder(int idx)
           
 int getOrderLength()
           
 OrderType setOrder(int idx, OrderType value)
           
 void setOrder(OrderType[] values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

order

protected List<OrderType> order
Constructor Detail

OrderArrayType

public OrderArrayType()
Method Detail

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

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.