com.ebay.soap.eBLBaseComponents
Class OrderIDArrayType
java.lang.Object
com.ebay.soap.eBLBaseComponents.OrderIDArrayType
- All Implemented Interfaces:
- java.io.Serializable
public class OrderIDArrayType
- extends java.lang.Object
- implements java.io.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
Field Summary |
protected java.util.List<java.lang.String> |
orderID
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
orderID
protected java.util.List<java.lang.String> orderID
OrderIDArrayType
public OrderIDArrayType()
getOrderID
public java.lang.String[] getOrderID()
- Returns:
- array of
String
getOrderID
public java.lang.String getOrderID(int idx)
- Returns:
- one of
String
getOrderIDLength
public int getOrderIDLength()
setOrderID
public void setOrderID(java.lang.String[] values)
- Parameters:
values
- allowed objects are
String
_getOrderID
protected java.util.List<java.lang.String> _getOrderID()
setOrderID
public java.lang.String setOrderID(int idx,
java.lang.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.