|
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 Boolean |
hasMoreOrders
|
protected OrderArrayType |
orderArray
|
protected Integer |
ordersPerPage
|
protected Integer |
pageNumber
|
protected PaginationResultType |
paginationResult
|
protected 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. |
Integer |
getOrdersPerPage()
Gets the value of the ordersPerPage property. |
Integer |
getPageNumber()
Gets the value of the pageNumber property. |
PaginationResultType |
getPaginationResult()
Gets the value of the paginationResult property. |
Integer |
getReturnedOrderCountActual()
Gets the value of the returnedOrderCountActual property. |
Boolean |
isHasMoreOrders()
Gets the value of the hasMoreOrders property. |
void |
setHasMoreOrders(Boolean value)
Sets the value of the hasMoreOrders property. |
void |
setOrderArray(OrderArrayType value)
Sets the value of the orderArray property. |
void |
setOrdersPerPage(Integer value)
Sets the value of the ordersPerPage property. |
void |
setPageNumber(Integer value)
Sets the value of the pageNumber property. |
void |
setPaginationResult(PaginationResultType value)
Sets the value of the paginationResult property. |
void |
setReturnedOrderCountActual(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 Boolean hasMoreOrders
protected OrderArrayType orderArray
protected Integer ordersPerPage
protected Integer pageNumber
protected Integer returnedOrderCountActual
Constructor Detail |
---|
public GetOrdersResponseType()
Method Detail |
---|
public PaginationResultType getPaginationResult()
PaginationResultType
public void setPaginationResult(PaginationResultType value)
value
- allowed object is
PaginationResultType
public Boolean isHasMoreOrders()
Boolean
public void setHasMoreOrders(Boolean value)
value
- allowed object is
Boolean
public OrderArrayType getOrderArray()
OrderArrayType
public void setOrderArray(OrderArrayType value)
value
- allowed object is
OrderArrayType
public Integer getOrdersPerPage()
Integer
public void setOrdersPerPage(Integer value)
value
- allowed object is
Integer
public Integer getPageNumber()
Integer
public void setPageNumber(Integer value)
value
- allowed object is
Integer
public Integer getReturnedOrderCountActual()
Integer
public void setReturnedOrderCountActual(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.