|
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.AbstractResponseType
com.ebay.soap.eBLBaseComponents.GetOrdersResponseType
public class GetOrdersResponseType
Returns the set of orders that match the order IDs or filter criteria specified.
Java class for GetOrdersResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetOrdersResponseType"> <complexContent> <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractResponseType"> <sequence> <element name="PaginationResult" type="{urn:ebay:apis:eBLBaseComponents}PaginationResultType" minOccurs="0"/> <element name="HasMoreOrders" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="OrderArray" type="{urn:ebay:apis:eBLBaseComponents}OrderArrayType" minOccurs="0"/> <element name="OrdersPerPage" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="PageNumber" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="ReturnedOrderCountActual" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.Boolean |
hasMoreOrders
|
protected OrderArrayType |
orderArray
|
protected java.lang.Integer |
ordersPerPage
|
protected java.lang.Integer |
pageNumber
|
protected PaginationResultType |
paginationResult
|
protected java.lang.Integer |
returnedOrderCountActual
|
Fields inherited from class com.ebay.soap.eBLBaseComponents.AbstractResponseType |
---|
ack, any, botBlock, build, correlationID, duplicateInvocationDetails, eiasToken, errors, externalUserData, hardExpirationWarning, message, notificationEventName, notificationSignature, recipientUserID, timestamp, version |
Constructor Summary | |
---|---|
GetOrdersResponseType()
|
Method Summary | |
---|---|
OrderArrayType |
getOrderArray()
Gets the value of the orderArray property. |
java.lang.Integer |
getOrdersPerPage()
Gets the value of the ordersPerPage property. |
java.lang.Integer |
getPageNumber()
Gets the value of the pageNumber property. |
PaginationResultType |
getPaginationResult()
Gets the value of the paginationResult property. |
java.lang.Integer |
getReturnedOrderCountActual()
Gets the value of the returnedOrderCountActual property. |
java.lang.Boolean |
isHasMoreOrders()
Gets the value of the hasMoreOrders property. |
void |
setHasMoreOrders(java.lang.Boolean value)
Sets the value of the hasMoreOrders property. |
void |
setOrderArray(OrderArrayType value)
Sets the value of the orderArray property. |
void |
setOrdersPerPage(java.lang.Integer value)
Sets the value of the ordersPerPage property. |
void |
setPageNumber(java.lang.Integer value)
Sets the value of the pageNumber property. |
void |
setPaginationResult(PaginationResultType value)
Sets the value of the paginationResult property. |
void |
setReturnedOrderCountActual(java.lang.Integer value)
Sets the value of the returnedOrderCountActual property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected PaginationResultType paginationResult
protected java.lang.Boolean hasMoreOrders
protected OrderArrayType orderArray
protected java.lang.Integer ordersPerPage
protected java.lang.Integer pageNumber
protected java.lang.Integer returnedOrderCountActual
Constructor Detail |
---|
public GetOrdersResponseType()
Method Detail |
---|
public PaginationResultType getPaginationResult()
PaginationResultType
public void setPaginationResult(PaginationResultType value)
value
- allowed object is
PaginationResultType
public java.lang.Boolean isHasMoreOrders()
Boolean
public void setHasMoreOrders(java.lang.Boolean value)
value
- allowed object is
Boolean
public OrderArrayType getOrderArray()
OrderArrayType
public void setOrderArray(OrderArrayType value)
value
- allowed object is
OrderArrayType
public java.lang.Integer getOrdersPerPage()
Integer
public void setOrdersPerPage(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getPageNumber()
Integer
public void setPageNumber(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getReturnedOrderCountActual()
Integer
public void setReturnedOrderCountActual(java.lang.Integer value)
value
- allowed object is
Integer
|
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.