|
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.GetSellerTransactionsRequestType
public class GetSellerTransactionsRequestType
Retrieves a seller's order line item information. To retrieve order line items for another seller, the GetItemTransactions) call should be used. This call cannot retrieve sales older than 90 days old.
If one or more SKU values or the date range filters (ModTimeFrom/ModTimeTo or NumberOfDays) are not used, the GetItemTransactions) call will retrieve order line items created (or modified) within the last 30 days.
Java class for GetSellerTransactionsRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetSellerTransactionsRequestType"> <complexContent> <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType"> <sequence> <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="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="SKUArray" type="{urn:ebay:apis:eBLBaseComponents}SKUArrayType" 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="InventoryTrackingMethod" type="{urn:ebay:apis:eBLBaseComponents}InventoryTrackingMethodCodeType" minOccurs="0"/> <element name="IncludeCodiceFiscale" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.Boolean |
includeCodiceFiscale
|
protected java.lang.Boolean |
includeContainingOrder
|
protected java.lang.Boolean |
includeFinalValueFee
|
protected InventoryTrackingMethodCodeType |
inventoryTrackingMethod
|
protected java.util.Calendar |
modTimeFrom
|
protected java.util.Calendar |
modTimeTo
|
protected java.lang.Integer |
numberOfDays
|
protected PaginationType |
pagination
|
protected TransactionPlatformCodeType |
platform
|
protected SKUArrayType |
skuArray
|
Fields inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType |
---|
any, botBlock, detailLevel, endUserIP, errorHandling, errorLanguage, invocationID, messageID, outputSelector, version, warningLevel |
Constructor Summary | |
---|---|
GetSellerTransactionsRequestType()
|
Method Summary | |
---|---|
InventoryTrackingMethodCodeType |
getInventoryTrackingMethod()
Gets the value of the inventoryTrackingMethod property. |
java.util.Calendar |
getModTimeFrom()
Gets the value of the modTimeFrom property. |
java.util.Calendar |
getModTimeTo()
Gets the value of the modTimeTo property. |
java.lang.Integer |
getNumberOfDays()
Gets the value of the numberOfDays property. |
PaginationType |
getPagination()
Gets the value of the pagination property. |
TransactionPlatformCodeType |
getPlatform()
Gets the value of the platform property. |
SKUArrayType |
getSKUArray()
Gets the value of the skuArray property. |
java.lang.Boolean |
isIncludeCodiceFiscale()
Gets the value of the includeCodiceFiscale property. |
java.lang.Boolean |
isIncludeContainingOrder()
Gets the value of the includeContainingOrder property. |
java.lang.Boolean |
isIncludeFinalValueFee()
Gets the value of the includeFinalValueFee property. |
void |
setIncludeCodiceFiscale(java.lang.Boolean value)
Sets the value of the includeCodiceFiscale property. |
void |
setIncludeContainingOrder(java.lang.Boolean value)
Sets the value of the includeContainingOrder property. |
void |
setIncludeFinalValueFee(java.lang.Boolean value)
Sets the value of the includeFinalValueFee property. |
void |
setInventoryTrackingMethod(InventoryTrackingMethodCodeType value)
Sets the value of the inventoryTrackingMethod property. |
void |
setModTimeFrom(java.util.Calendar value)
Sets the value of the modTimeFrom property. |
void |
setModTimeTo(java.util.Calendar value)
Sets the value of the modTimeTo property. |
void |
setNumberOfDays(java.lang.Integer value)
Sets the value of the numberOfDays property. |
void |
setPagination(PaginationType value)
Sets the value of the pagination property. |
void |
setPlatform(TransactionPlatformCodeType value)
Sets the value of the platform property. |
void |
setSKUArray(SKUArrayType value)
Sets the value of the skuArray 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 java.util.Calendar modTimeFrom
protected java.util.Calendar modTimeTo
protected PaginationType pagination
protected java.lang.Boolean includeFinalValueFee
protected java.lang.Boolean includeContainingOrder
protected SKUArrayType skuArray
protected TransactionPlatformCodeType platform
protected java.lang.Integer numberOfDays
protected InventoryTrackingMethodCodeType inventoryTrackingMethod
protected java.lang.Boolean includeCodiceFiscale
Constructor Detail |
---|
public GetSellerTransactionsRequestType()
Method Detail |
---|
public java.util.Calendar getModTimeFrom()
String
public void setModTimeFrom(java.util.Calendar value)
value
- allowed object is
String
public java.util.Calendar getModTimeTo()
String
public void setModTimeTo(java.util.Calendar value)
value
- allowed object is
String
public PaginationType getPagination()
PaginationType
public void setPagination(PaginationType value)
value
- allowed object is
PaginationType
public java.lang.Boolean isIncludeFinalValueFee()
Boolean
public void setIncludeFinalValueFee(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isIncludeContainingOrder()
Boolean
public void setIncludeContainingOrder(java.lang.Boolean value)
value
- allowed object is
Boolean
public SKUArrayType getSKUArray()
SKUArrayType
public void setSKUArray(SKUArrayType value)
value
- allowed object is
SKUArrayType
public TransactionPlatformCodeType getPlatform()
TransactionPlatformCodeType
public void setPlatform(TransactionPlatformCodeType value)
value
- allowed object is
TransactionPlatformCodeType
public java.lang.Integer getNumberOfDays()
Integer
public void setNumberOfDays(java.lang.Integer value)
value
- allowed object is
Integer
public InventoryTrackingMethodCodeType getInventoryTrackingMethod()
InventoryTrackingMethodCodeType
public void setInventoryTrackingMethod(InventoryTrackingMethodCodeType value)
value
- allowed object is
InventoryTrackingMethodCodeType
public java.lang.Boolean isIncludeCodiceFiscale()
Boolean
public void setIncludeCodiceFiscale(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.