|
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.GetItemTransactionsResponseType
public class GetItemTransactionsResponseType
Returns an array of order line item (transaction) data for the item 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 ModTime filters.
Also returns the Item object that spawned the order line items.
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.
Data from the TransactionArray may be used to trigger the following Platform
Notifications: EndOfAuction, AuctionCheckoutComplete, FixedPriceEndOfTransaction,
CheckoutBuyerRequestTotal, FixedPriceTransaction, Checkout,
FixedPriceTransactionForSeller, FixedPriceTransactionForBuyer, ItemMarkedAsShipped,
and ItemMarkedAsPaid. Each notification will be based on the state of the item
(a 'snapshot' of the item) at the time the order line item was created.
Java class for GetItemTransactionsResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetItemTransactionsResponseType"> <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="Item" type="{urn:ebay:apis:eBLBaseComponents}ItemType" 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 Boolean |
hasMoreTransactions
|
protected ItemType |
item
|
protected Integer |
pageNumber
|
protected PaginationResultType |
paginationResult
|
protected Boolean |
payPalPreferred
|
protected Integer |
returnedTransactionCountActual
|
protected TransactionArrayType |
transactionArray
|
protected 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 | |
---|---|
GetItemTransactionsResponseType()
|
Method Summary | |
---|---|
ItemType |
getItem()
Gets the value of the item property. |
Integer |
getPageNumber()
Gets the value of the pageNumber property. |
PaginationResultType |
getPaginationResult()
Gets the value of the paginationResult property. |
Integer |
getReturnedTransactionCountActual()
Gets the value of the returnedTransactionCountActual property. |
TransactionArrayType |
getTransactionArray()
Gets the value of the transactionArray property. |
Integer |
getTransactionsPerPage()
Gets the value of the transactionsPerPage property. |
Boolean |
isHasMoreTransactions()
Gets the value of the hasMoreTransactions property. |
Boolean |
isPayPalPreferred()
Gets the value of the payPalPreferred property. |
void |
setHasMoreTransactions(Boolean value)
Sets the value of the hasMoreTransactions property. |
void |
setItem(ItemType value)
Sets the value of the item property. |
void |
setPageNumber(Integer value)
Sets the value of the pageNumber property. |
void |
setPaginationResult(PaginationResultType value)
Sets the value of the paginationResult property. |
void |
setPayPalPreferred(Boolean value)
Sets the value of the payPalPreferred property. |
void |
setReturnedTransactionCountActual(Integer value)
Sets the value of the returnedTransactionCountActual property. |
void |
setTransactionArray(TransactionArrayType value)
Sets the value of the transactionArray property. |
void |
setTransactionsPerPage(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 Boolean hasMoreTransactions
protected Integer transactionsPerPage
protected Integer pageNumber
protected Integer returnedTransactionCountActual
protected ItemType item
protected TransactionArrayType transactionArray
protected Boolean payPalPreferred
Constructor Detail |
---|
public GetItemTransactionsResponseType()
Method Detail |
---|
public PaginationResultType getPaginationResult()
PaginationResultType
public void setPaginationResult(PaginationResultType value)
value
- allowed object is
PaginationResultType
public Boolean isHasMoreTransactions()
Boolean
public void setHasMoreTransactions(Boolean value)
value
- allowed object is
Boolean
public Integer getTransactionsPerPage()
Integer
public void setTransactionsPerPage(Integer value)
value
- allowed object is
Integer
public Integer getPageNumber()
Integer
public void setPageNumber(Integer value)
value
- allowed object is
Integer
public Integer getReturnedTransactionCountActual()
Integer
public void setReturnedTransactionCountActual(Integer value)
value
- allowed object is
Integer
public ItemType getItem()
ItemType
public void setItem(ItemType value)
value
- allowed object is
ItemType
public TransactionArrayType getTransactionArray()
TransactionArrayType
public void setTransactionArray(TransactionArrayType value)
value
- allowed object is
TransactionArrayType
public Boolean isPayPalPreferred()
Boolean
public void setPayPalPreferred(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.