Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class GetOrdersResponseType

java.lang.Object
  extended by com.ebay.soap.eBLBaseComponents.AbstractResponseType
      extended by com.ebay.soap.eBLBaseComponents.GetOrdersResponseType
All Implemented Interfaces:
java.io.Serializable

public class GetOrdersResponseType
extends AbstractResponseType
implements java.io.Serializable

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>
 

See Also:
Serialized Form

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 com.ebay.soap.eBLBaseComponents.AbstractResponseType
_getAny, _getErrors, getAck, getAny, getAny, getAnyLength, getBotBlock, getBuild, getCorrelationID, getDuplicateInvocationDetails, getEIASToken, getErrors, getErrors, getErrorsLength, getExternalUserData, getHardExpirationWarning, getMessage, getNotificationEventName, getNotificationSignature, getRecipientUserID, getTimestamp, getVersion, setAck, setAny, setAny, setBotBlock, setBuild, setCorrelationID, setDuplicateInvocationDetails, setEIASToken, setErrors, setErrors, setExternalUserData, setHardExpirationWarning, setMessage, setNotificationEventName, setNotificationSignature, setRecipientUserID, setTimestamp, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

paginationResult

protected PaginationResultType paginationResult

hasMoreOrders

protected java.lang.Boolean hasMoreOrders

orderArray

protected OrderArrayType orderArray

ordersPerPage

protected java.lang.Integer ordersPerPage

pageNumber

protected java.lang.Integer pageNumber

returnedOrderCountActual

protected java.lang.Integer returnedOrderCountActual
Constructor Detail

GetOrdersResponseType

public GetOrdersResponseType()
Method Detail

getPaginationResult

public PaginationResultType getPaginationResult()
Gets the value of the paginationResult property.

Returns:
possible object is PaginationResultType

setPaginationResult

public void setPaginationResult(PaginationResultType value)
Sets the value of the paginationResult property.

Parameters:
value - allowed object is PaginationResultType

isHasMoreOrders

public java.lang.Boolean isHasMoreOrders()
Gets the value of the hasMoreOrders property.

Returns:
possible object is Boolean

setHasMoreOrders

public void setHasMoreOrders(java.lang.Boolean value)
Sets the value of the hasMoreOrders property.

Parameters:
value - allowed object is Boolean

getOrderArray

public OrderArrayType getOrderArray()
Gets the value of the orderArray property.

Returns:
possible object is OrderArrayType

setOrderArray

public void setOrderArray(OrderArrayType value)
Sets the value of the orderArray property.

Parameters:
value - allowed object is OrderArrayType

getOrdersPerPage

public java.lang.Integer getOrdersPerPage()
Gets the value of the ordersPerPage property.

Returns:
possible object is Integer

setOrdersPerPage

public void setOrdersPerPage(java.lang.Integer value)
Sets the value of the ordersPerPage property.

Parameters:
value - allowed object is Integer

getPageNumber

public java.lang.Integer getPageNumber()
Gets the value of the pageNumber property.

Returns:
possible object is Integer

setPageNumber

public void setPageNumber(java.lang.Integer value)
Sets the value of the pageNumber property.

Parameters:
value - allowed object is Integer

getReturnedOrderCountActual

public java.lang.Integer getReturnedOrderCountActual()
Gets the value of the returnedOrderCountActual property.

Returns:
possible object is Integer

setReturnedOrderCountActual

public void setReturnedOrderCountActual(java.lang.Integer value)
Sets the value of the returnedOrderCountActual property.

Parameters:
value - allowed object is Integer

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.