|
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.GetSellerTransactionsResponseType
public class GetSellerTransactionsResponseType
Returns an array of order line item (transaction) data for the seller specified in the request. The results can be used to create a report of data that is commonly necessary for order processing.
Zero, one, or many Transaction objects can be returned in the TransactionArray. The set of order line items returned is limited to those that were modified between the times specified in the request's ModTimeFrom and ModTimeTo filters. The order line items returned are sorted by Transaction.Status.LastTimeModified, ascending order (that is, order line items that more recently were modified are returned last). This call also returns information about the seller whose order line items were requested.
If pagination filters were specified in the request, returns meta-data describing the effects of those filters on the current response and the estimated effects if the same filters are used in subsequent calls.
Java class for GetSellerTransactionsResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetSellerTransactionsResponseType"> <complexContent> <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractResponseType"> <sequence> <element name="PaginationResult" type="{urn:ebay:apis:eBLBaseComponents}PaginationResultType" minOccurs="0"/> <element name="HasMoreTransactions" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="TransactionsPerPage" 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="ReturnedTransactionCountActual" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="Seller" type="{urn:ebay:apis:eBLBaseComponents}UserType" minOccurs="0"/> <element name="TransactionArray" type="{urn:ebay:apis:eBLBaseComponents}TransactionArrayType" minOccurs="0"/> <element name="PayPalPreferred" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.Boolean |
hasMoreTransactions
|
protected java.lang.Integer |
pageNumber
|
protected PaginationResultType |
paginationResult
|
protected java.lang.Boolean |
payPalPreferred
|
protected java.lang.Integer |
returnedTransactionCountActual
|
protected UserType |
seller
|
protected TransactionArrayType |
transactionArray
|
protected java.lang.Integer |
transactionsPerPage
|
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 | |
---|---|
GetSellerTransactionsResponseType()
|
Method Summary | |
---|---|
java.lang.Integer |
getPageNumber()
Gets the value of the pageNumber property. |
PaginationResultType |
getPaginationResult()
Gets the value of the paginationResult property. |
java.lang.Integer |
getReturnedTransactionCountActual()
Gets the value of the returnedTransactionCountActual property. |
UserType |
getSeller()
Gets the value of the seller property. |
TransactionArrayType |
getTransactionArray()
Gets the value of the transactionArray property. |
java.lang.Integer |
getTransactionsPerPage()
Gets the value of the transactionsPerPage property. |
java.lang.Boolean |
isHasMoreTransactions()
Gets the value of the hasMoreTransactions property. |
java.lang.Boolean |
isPayPalPreferred()
Gets the value of the payPalPreferred property. |
void |
setHasMoreTransactions(java.lang.Boolean value)
Sets the value of the hasMoreTransactions 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 |
setPayPalPreferred(java.lang.Boolean value)
Sets the value of the payPalPreferred property. |
void |
setReturnedTransactionCountActual(java.lang.Integer value)
Sets the value of the returnedTransactionCountActual property. |
void |
setSeller(UserType value)
Sets the value of the seller property. |
void |
setTransactionArray(TransactionArrayType value)
Sets the value of the transactionArray property. |
void |
setTransactionsPerPage(java.lang.Integer value)
Sets the value of the transactionsPerPage 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 hasMoreTransactions
protected java.lang.Integer transactionsPerPage
protected java.lang.Integer pageNumber
protected java.lang.Integer returnedTransactionCountActual
protected UserType seller
protected TransactionArrayType transactionArray
protected java.lang.Boolean payPalPreferred
Constructor Detail |
---|
public GetSellerTransactionsResponseType()
Method Detail |
---|
public PaginationResultType getPaginationResult()
PaginationResultType
public void setPaginationResult(PaginationResultType value)
value
- allowed object is
PaginationResultType
public java.lang.Boolean isHasMoreTransactions()
Boolean
public void setHasMoreTransactions(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Integer getTransactionsPerPage()
Integer
public void setTransactionsPerPage(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 getReturnedTransactionCountActual()
Integer
public void setReturnedTransactionCountActual(java.lang.Integer value)
value
- allowed object is
Integer
public UserType getSeller()
UserType
public void setSeller(UserType value)
value
- allowed object is
UserType
public TransactionArrayType getTransactionArray()
TransactionArrayType
public void setTransactionArray(TransactionArrayType value)
value
- allowed object is
TransactionArrayType
public java.lang.Boolean isPayPalPreferred()
Boolean
public void setPayPalPreferred(java.lang.Boolean value)
value
- allowed object is
Boolean
|
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.