Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class GetOrdersRequestType

java.lang.Object
  extended by com.ebay.soap.eBLBaseComponents.AbstractRequestType
      extended by com.ebay.soap.eBLBaseComponents.GetOrdersRequestType
All Implemented Interfaces:
Serializable

public class GetOrdersRequestType
extends AbstractRequestType
implements Serializable

Retrieves the orders for which the authenticated user is a participant, either as the buyer or the seller. The call returns all the orders that meet the request criteria. Orders older than 90 days old will not be returned.

Java class for GetOrdersRequestType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetOrdersRequestType">
   <complexContent>
     <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType">
       <sequence>
         <element name="OrderIDArray" type="{urn:ebay:apis:eBLBaseComponents}OrderIDArrayType" minOccurs="0"/>
         <element name="CreateTimeFrom" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="CreateTimeTo" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="OrderRole" type="{urn:ebay:apis:eBLBaseComponents}TradingRoleCodeType" minOccurs="0"/>
         <element name="OrderStatus" type="{urn:ebay:apis:eBLBaseComponents}OrderStatusCodeType" minOccurs="0"/>
         <element name="ListingType" type="{urn:ebay:apis:eBLBaseComponents}ListingTypeCodeType" minOccurs="0"/>
         <element name="Pagination" type="{urn:ebay:apis:eBLBaseComponents}PaginationType" minOccurs="0"/>
         <element name="ModTimeFrom" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="ModTimeTo" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="NumberOfDays" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="IncludeFinalValueFee" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="SortingOrder" type="{urn:ebay:apis:eBLBaseComponents}SortOrderCodeType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  Calendar createTimeFrom
           
protected  Calendar createTimeTo
           
protected  Boolean includeFinalValueFee
           
protected  ListingTypeCodeType listingType
           
protected  Calendar modTimeFrom
           
protected  Calendar modTimeTo
           
protected  Integer numberOfDays
           
protected  OrderIDArrayType orderIDArray
           
protected  TradingRoleCodeType orderRole
           
protected  OrderStatusCodeType orderStatus
           
protected  PaginationType pagination
           
protected  SortOrderCodeType sortingOrder
           
 
Fields inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType
any, botBlock, detailLevel, endUserIP, errorHandling, errorLanguage, invocationID, messageID, outputSelector, version, warningLevel
 
Constructor Summary
GetOrdersRequestType()
           
 
Method Summary
 Calendar getCreateTimeFrom()
          Gets the value of the createTimeFrom property.
 Calendar getCreateTimeTo()
          Gets the value of the createTimeTo property.
 ListingTypeCodeType getListingType()
          Gets the value of the listingType property.
 Calendar getModTimeFrom()
          Gets the value of the modTimeFrom property.
 Calendar getModTimeTo()
          Gets the value of the modTimeTo property.
 Integer getNumberOfDays()
          Gets the value of the numberOfDays property.
 OrderIDArrayType getOrderIDArray()
          Gets the value of the orderIDArray property.
 TradingRoleCodeType getOrderRole()
          Gets the value of the orderRole property.
 OrderStatusCodeType getOrderStatus()
          Gets the value of the orderStatus property.
 PaginationType getPagination()
          Gets the value of the pagination property.
 SortOrderCodeType getSortingOrder()
          Gets the value of the sortingOrder property.
 Boolean isIncludeFinalValueFee()
          Gets the value of the includeFinalValueFee property.
 void setCreateTimeFrom(Calendar value)
          Sets the value of the createTimeFrom property.
 void setCreateTimeTo(Calendar value)
          Sets the value of the createTimeTo property.
 void setIncludeFinalValueFee(Boolean value)
          Sets the value of the includeFinalValueFee property.
 void setListingType(ListingTypeCodeType value)
          Sets the value of the listingType property.
 void setModTimeFrom(Calendar value)
          Sets the value of the modTimeFrom property.
 void setModTimeTo(Calendar value)
          Sets the value of the modTimeTo property.
 void setNumberOfDays(Integer value)
          Sets the value of the numberOfDays property.
 void setOrderIDArray(OrderIDArrayType value)
          Sets the value of the orderIDArray property.
 void setOrderRole(TradingRoleCodeType value)
          Sets the value of the orderRole property.
 void setOrderStatus(OrderStatusCodeType value)
          Sets the value of the orderStatus property.
 void setPagination(PaginationType value)
          Sets the value of the pagination property.
 void setSortingOrder(SortOrderCodeType value)
          Sets the value of the sortingOrder property.
 
Methods inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType
_getAny, _getDetailLevel, _getOutputSelector, getAny, getAny, getAnyLength, getBotBlock, getDetailLevel, getDetailLevel, getDetailLevelLength, getEndUserIP, getErrorHandling, getErrorLanguage, getInvocationID, getMessageID, getOutputSelector, getOutputSelector, getOutputSelectorLength, getVersion, getWarningLevel, setAny, setAny, setBotBlock, setDetailLevel, setDetailLevel, setEndUserIP, setErrorHandling, setErrorLanguage, setInvocationID, setMessageID, setOutputSelector, setOutputSelector, setVersion, setWarningLevel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

orderIDArray

protected OrderIDArrayType orderIDArray

createTimeFrom

protected Calendar createTimeFrom

createTimeTo

protected Calendar createTimeTo

orderRole

protected TradingRoleCodeType orderRole

orderStatus

protected OrderStatusCodeType orderStatus

listingType

protected ListingTypeCodeType listingType

pagination

protected PaginationType pagination

modTimeFrom

protected Calendar modTimeFrom

modTimeTo

protected Calendar modTimeTo

numberOfDays

protected Integer numberOfDays

includeFinalValueFee

protected Boolean includeFinalValueFee

sortingOrder

protected SortOrderCodeType sortingOrder
Constructor Detail

GetOrdersRequestType

public GetOrdersRequestType()
Method Detail

getOrderIDArray

public OrderIDArrayType getOrderIDArray()
Gets the value of the orderIDArray property.

Returns:
possible object is OrderIDArrayType

setOrderIDArray

public void setOrderIDArray(OrderIDArrayType value)
Sets the value of the orderIDArray property.

Parameters:
value - allowed object is OrderIDArrayType

getCreateTimeFrom

public Calendar getCreateTimeFrom()
Gets the value of the createTimeFrom property.

Returns:
possible object is String

setCreateTimeFrom

public void setCreateTimeFrom(Calendar value)
Sets the value of the createTimeFrom property.

Parameters:
value - allowed object is String

getCreateTimeTo

public Calendar getCreateTimeTo()
Gets the value of the createTimeTo property.

Returns:
possible object is String

setCreateTimeTo

public void setCreateTimeTo(Calendar value)
Sets the value of the createTimeTo property.

Parameters:
value - allowed object is String

getOrderRole

public TradingRoleCodeType getOrderRole()
Gets the value of the orderRole property.

Returns:
possible object is TradingRoleCodeType

setOrderRole

public void setOrderRole(TradingRoleCodeType value)
Sets the value of the orderRole property.

Parameters:
value - allowed object is TradingRoleCodeType

getOrderStatus

public OrderStatusCodeType getOrderStatus()
Gets the value of the orderStatus property.

Returns:
possible object is OrderStatusCodeType

setOrderStatus

public void setOrderStatus(OrderStatusCodeType value)
Sets the value of the orderStatus property.

Parameters:
value - allowed object is OrderStatusCodeType

getListingType

public ListingTypeCodeType getListingType()
Gets the value of the listingType property.

Returns:
possible object is ListingTypeCodeType

setListingType

public void setListingType(ListingTypeCodeType value)
Sets the value of the listingType property.

Parameters:
value - allowed object is ListingTypeCodeType

getPagination

public PaginationType getPagination()
Gets the value of the pagination property.

Returns:
possible object is PaginationType

setPagination

public void setPagination(PaginationType value)
Sets the value of the pagination property.

Parameters:
value - allowed object is PaginationType

getModTimeFrom

public Calendar getModTimeFrom()
Gets the value of the modTimeFrom property.

Returns:
possible object is String

setModTimeFrom

public void setModTimeFrom(Calendar value)
Sets the value of the modTimeFrom property.

Parameters:
value - allowed object is String

getModTimeTo

public Calendar getModTimeTo()
Gets the value of the modTimeTo property.

Returns:
possible object is String

setModTimeTo

public void setModTimeTo(Calendar value)
Sets the value of the modTimeTo property.

Parameters:
value - allowed object is String

getNumberOfDays

public Integer getNumberOfDays()
Gets the value of the numberOfDays property.

Returns:
possible object is Integer

setNumberOfDays

public void setNumberOfDays(Integer value)
Sets the value of the numberOfDays property.

Parameters:
value - allowed object is Integer

isIncludeFinalValueFee

public Boolean isIncludeFinalValueFee()
Gets the value of the includeFinalValueFee property.

Returns:
possible object is Boolean

setIncludeFinalValueFee

public void setIncludeFinalValueFee(Boolean value)
Sets the value of the includeFinalValueFee property.

Parameters:
value - allowed object is Boolean

getSortingOrder

public SortOrderCodeType getSortingOrder()
Gets the value of the sortingOrder property.

Returns:
possible object is SortOrderCodeType

setSortingOrder

public void setSortingOrder(SortOrderCodeType value)
Sets the value of the sortingOrder property.

Parameters:
value - allowed object is SortOrderCodeType

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.