|
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.AbstractRequestType
com.ebay.soap.eBLBaseComponents.GetItemTransactionsRequestType
public class GetItemTransactionsRequestType
Retrieves order line item information for a specified ItemID. The call returns zero, one, or multiple order line items, depending on the number of items sold from the listing.
You can retrieve order line item data for a specific time range or number of days. If you don't specify a range or number of days, order line item data will be returned for the past 30 days. This call cannot retrieve sales older than 90 days old.
Java class for GetItemTransactionsRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetItemTransactionsRequestType"> <complexContent> <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType"> <sequence> <element name="ItemID" type="{urn:ebay:apis:eBLBaseComponents}ItemIDType" minOccurs="0"/> <element name="ModTimeFrom" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="ModTimeTo" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="TransactionID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Pagination" type="{urn:ebay:apis:eBLBaseComponents}PaginationType" minOccurs="0"/> <element name="IncludeFinalValueFee" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="IncludeContainingOrder" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="Platform" type="{urn:ebay:apis:eBLBaseComponents}TransactionPlatformCodeType" minOccurs="0"/> <element name="NumberOfDays" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="IncludeVariations" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="OrderLineItemID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected Boolean |
includeContainingOrder
|
protected Boolean |
includeFinalValueFee
|
protected Boolean |
includeVariations
|
protected String |
itemID
|
protected Calendar |
modTimeFrom
|
protected Calendar |
modTimeTo
|
protected Integer |
numberOfDays
|
protected String |
orderLineItemID
|
protected PaginationType |
pagination
|
protected TransactionPlatformCodeType |
platform
|
protected String |
transactionID
|
Fields inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType |
---|
any, botBlock, detailLevel, endUserIP, errorHandling, errorLanguage, invocationID, messageID, outputSelector, version, warningLevel |
Constructor Summary | |
---|---|
GetItemTransactionsRequestType()
|
Method Summary | |
---|---|
String |
getItemID()
Gets the value of the itemID property. |
Calendar |
getModTimeFrom()
Gets the value of the modTimeFrom property. |
Calendar |
getModTimeTo()
Gets the value of the modTimeTo property. |
Integer |
getNumberOfDays()
Gets the value of the numberOfDays property. |
String |
getOrderLineItemID()
Gets the value of the orderLineItemID property. |
PaginationType |
getPagination()
Gets the value of the pagination property. |
TransactionPlatformCodeType |
getPlatform()
Gets the value of the platform property. |
String |
getTransactionID()
Gets the value of the transactionID property. |
Boolean |
isIncludeContainingOrder()
Gets the value of the includeContainingOrder property. |
Boolean |
isIncludeFinalValueFee()
Gets the value of the includeFinalValueFee property. |
Boolean |
isIncludeVariations()
Gets the value of the includeVariations property. |
void |
setIncludeContainingOrder(Boolean value)
Sets the value of the includeContainingOrder property. |
void |
setIncludeFinalValueFee(Boolean value)
Sets the value of the includeFinalValueFee property. |
void |
setIncludeVariations(Boolean value)
Sets the value of the includeVariations property. |
void |
setItemID(String value)
Sets the value of the itemID property. |
void |
setModTimeFrom(Calendar value)
Sets the value of the modTimeFrom property. |
void |
setModTimeTo(Calendar value)
Sets the value of the modTimeTo property. |
void |
setNumberOfDays(Integer value)
Sets the value of the numberOfDays property. |
void |
setOrderLineItemID(String value)
Sets the value of the orderLineItemID property. |
void |
setPagination(PaginationType value)
Sets the value of the pagination property. |
void |
setPlatform(TransactionPlatformCodeType value)
Sets the value of the platform property. |
void |
setTransactionID(String value)
Sets the value of the transactionID property. |
Methods inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType |
---|
_getAny, _getDetailLevel, _getOutputSelector, getAny, getAny, getAnyLength, getBotBlock, getDetailLevel, getDetailLevel, getDetailLevelLength, getEndUserIP, getErrorHandling, getErrorLanguage, getInvocationID, getMessageID, getOutputSelector, getOutputSelector, getOutputSelectorLength, getVersion, getWarningLevel, setAny, setAny, setBotBlock, setDetailLevel, setDetailLevel, setEndUserIP, setErrorHandling, setErrorLanguage, setInvocationID, setMessageID, setOutputSelector, setOutputSelector, setVersion, setWarningLevel |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String itemID
protected Calendar modTimeFrom
protected Calendar modTimeTo
protected String transactionID
protected PaginationType pagination
protected Boolean includeFinalValueFee
protected Boolean includeContainingOrder
protected TransactionPlatformCodeType platform
protected Integer numberOfDays
protected Boolean includeVariations
protected String orderLineItemID
Constructor Detail |
---|
public GetItemTransactionsRequestType()
Method Detail |
---|
public String getItemID()
String
public void setItemID(String value)
value
- allowed object is
String
public Calendar getModTimeFrom()
String
public void setModTimeFrom(Calendar value)
value
- allowed object is
String
public Calendar getModTimeTo()
String
public void setModTimeTo(Calendar value)
value
- allowed object is
String
public String getTransactionID()
String
public void setTransactionID(String value)
value
- allowed object is
String
public PaginationType getPagination()
PaginationType
public void setPagination(PaginationType value)
value
- allowed object is
PaginationType
public Boolean isIncludeFinalValueFee()
Boolean
public void setIncludeFinalValueFee(Boolean value)
value
- allowed object is
Boolean
public Boolean isIncludeContainingOrder()
Boolean
public void setIncludeContainingOrder(Boolean value)
value
- allowed object is
Boolean
public TransactionPlatformCodeType getPlatform()
TransactionPlatformCodeType
public void setPlatform(TransactionPlatformCodeType value)
value
- allowed object is
TransactionPlatformCodeType
public Integer getNumberOfDays()
Integer
public void setNumberOfDays(Integer value)
value
- allowed object is
Integer
public Boolean isIncludeVariations()
Boolean
public void setIncludeVariations(Boolean value)
value
- allowed object is
Boolean
public String getOrderLineItemID()
String
public void setOrderLineItemID(String value)
value
- allowed object is
String
|
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.