|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ebay.soap.eBLBaseComponents.AbstractRequestType
com.ebay.soap.eBLBaseComponents.GetOrdersRequestType
public class GetOrdersRequestType
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>
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 |
---|
protected OrderIDArrayType orderIDArray
protected Calendar createTimeFrom
protected Calendar createTimeTo
protected TradingRoleCodeType orderRole
protected OrderStatusCodeType orderStatus
protected ListingTypeCodeType listingType
protected PaginationType pagination
protected Calendar modTimeFrom
protected Calendar modTimeTo
protected Integer numberOfDays
protected Boolean includeFinalValueFee
protected SortOrderCodeType sortingOrder
Constructor Detail |
---|
public GetOrdersRequestType()
Method Detail |
---|
public OrderIDArrayType getOrderIDArray()
OrderIDArrayType
public void setOrderIDArray(OrderIDArrayType value)
value
- allowed object is
OrderIDArrayType
public Calendar getCreateTimeFrom()
String
public void setCreateTimeFrom(Calendar value)
value
- allowed object is
String
public Calendar getCreateTimeTo()
String
public void setCreateTimeTo(Calendar value)
value
- allowed object is
String
public TradingRoleCodeType getOrderRole()
TradingRoleCodeType
public void setOrderRole(TradingRoleCodeType value)
value
- allowed object is
TradingRoleCodeType
public OrderStatusCodeType getOrderStatus()
OrderStatusCodeType
public void setOrderStatus(OrderStatusCodeType value)
value
- allowed object is
OrderStatusCodeType
public ListingTypeCodeType getListingType()
ListingTypeCodeType
public void setListingType(ListingTypeCodeType value)
value
- allowed object is
ListingTypeCodeType
public PaginationType getPagination()
PaginationType
public void setPagination(PaginationType value)
value
- allowed object is
PaginationType
public Calendar getModTimeFrom()
String
public void setModTimeFrom(Calendar value)
value
- allowed object is
String
public Calendar getModTimeTo()
String
public void setModTimeTo(Calendar value)
value
- allowed object is
String
public Integer getNumberOfDays()
Integer
public void setNumberOfDays(Integer value)
value
- allowed object is
Integer
public Boolean isIncludeFinalValueFee()
Boolean
public void setIncludeFinalValueFee(Boolean value)
value
- allowed object is
Boolean
public SortOrderCodeType getSortingOrder()
SortOrderCodeType
public void setSortingOrder(SortOrderCodeType value)
value
- allowed object is
SortOrderCodeType
|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.