com.ebay.soap.eBLBaseComponents
Class OrderIDArrayType
java.lang.Object
com.ebay.soap.eBLBaseComponents.OrderIDArrayType
- All Implemented Interfaces:
- Serializable
public class OrderIDArrayType
- extends Object
- implements Serializable
Type defining the OrderIDArray container, which consists of an array of order IDs. These order IDs specify the single and multiple line item orders to retrieve.
Java class for OrderIDArrayType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OrderIDArrayType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="OrderID" type="{urn:ebay:apis:eBLBaseComponents}OrderIDType" 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 |
orderID
protected List<String> orderID
OrderIDArrayType
public OrderIDArrayType()
getOrderID
public String[] getOrderID()
- Returns:
- array of
String
getOrderID
public String getOrderID(int idx)
- Returns:
- one of
String
getOrderIDLength
public int getOrderIDLength()
setOrderID
public void setOrderID(String[] values)
- Parameters:
values
- allowed objects are
String
_getOrderID
protected List<String> _getOrderID()
setOrderID
public String setOrderID(int idx,
String value)
- Parameters:
value
- allowed object is
String
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.