Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class OrderIDArrayType

java.lang.Object
  extended by 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
           
 
Constructor Summary
OrderIDArrayType()
           
 
Method Summary
protected  java.util.List<java.lang.String> _getOrderID()
           
 java.lang.String[] getOrderID()
           
 java.lang.String getOrderID(int idx)
           
 int getOrderIDLength()
           
 java.lang.String setOrderID(int idx, java.lang.String value)
           
 void setOrderID(java.lang.String[] values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

orderID

protected java.util.List<java.lang.String> orderID
Constructor Detail

OrderIDArrayType

public OrderIDArrayType()
Method Detail

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

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.