Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class GetSellerTransactionsRequestType

java.lang.Object
  extended by com.ebay.soap.eBLBaseComponents.AbstractRequestType
      extended by com.ebay.soap.eBLBaseComponents.GetSellerTransactionsRequestType
All Implemented Interfaces:
Serializable

public class GetSellerTransactionsRequestType
extends AbstractRequestType
implements Serializable

Retrieves a seller's order line item information. To retrieve order line items for another seller, the GetItemTransactions) call must be used. This call cannot retrieve sales older than 90 days old.

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>
 

See Also:
Serialized Form

Field Summary
protected  Boolean includeCodiceFiscale
           
protected  Boolean includeContainingOrder
           
protected  Boolean includeFinalValueFee
           
protected  InventoryTrackingMethodCodeType inventoryTrackingMethod
           
protected  Calendar modTimeFrom
           
protected  Calendar modTimeTo
           
protected  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.
 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.
 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.
 Boolean isIncludeCodiceFiscale()
          Gets the value of the includeCodiceFiscale property.
 Boolean isIncludeContainingOrder()
          Gets the value of the includeContainingOrder property.
 Boolean isIncludeFinalValueFee()
          Gets the value of the includeFinalValueFee property.
 void setIncludeCodiceFiscale(Boolean value)
          Sets the value of the includeCodiceFiscale property.
 void setIncludeContainingOrder(Boolean value)
          Sets the value of the includeContainingOrder property.
 void setIncludeFinalValueFee(Boolean value)
          Sets the value of the includeFinalValueFee property.
 void setInventoryTrackingMethod(InventoryTrackingMethodCodeType value)
          Sets the value of the inventoryTrackingMethod 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 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

modTimeFrom

protected Calendar modTimeFrom

modTimeTo

protected Calendar modTimeTo

pagination

protected PaginationType pagination

includeFinalValueFee

protected Boolean includeFinalValueFee

includeContainingOrder

protected Boolean includeContainingOrder

skuArray

protected SKUArrayType skuArray

platform

protected TransactionPlatformCodeType platform

numberOfDays

protected Integer numberOfDays

inventoryTrackingMethod

protected InventoryTrackingMethodCodeType inventoryTrackingMethod

includeCodiceFiscale

protected Boolean includeCodiceFiscale
Constructor Detail

GetSellerTransactionsRequestType

public GetSellerTransactionsRequestType()
Method Detail

getModTimeFrom

public Calendar getModTimeFrom()
Gets the value of the modTimeFrom property.

Returns:
possible object is String

setModTimeFrom

public void setModTimeFrom(Calendar value)
Sets the value of the modTimeFrom property.

Parameters:
value - allowed object is String

getModTimeTo

public Calendar getModTimeTo()
Gets the value of the modTimeTo property.

Returns:
possible object is String

setModTimeTo

public void setModTimeTo(Calendar value)
Sets the value of the modTimeTo property.

Parameters:
value - allowed object is String

getPagination

public PaginationType getPagination()
Gets the value of the pagination property.

Returns:
possible object is PaginationType

setPagination

public void setPagination(PaginationType value)
Sets the value of the pagination property.

Parameters:
value - allowed object is PaginationType

isIncludeFinalValueFee

public Boolean isIncludeFinalValueFee()
Gets the value of the includeFinalValueFee property.

Returns:
possible object is Boolean

setIncludeFinalValueFee

public void setIncludeFinalValueFee(Boolean value)
Sets the value of the includeFinalValueFee property.

Parameters:
value - allowed object is Boolean

isIncludeContainingOrder

public Boolean isIncludeContainingOrder()
Gets the value of the includeContainingOrder property.

Returns:
possible object is Boolean

setIncludeContainingOrder

public void setIncludeContainingOrder(Boolean value)
Sets the value of the includeContainingOrder property.

Parameters:
value - allowed object is Boolean

getSKUArray

public SKUArrayType getSKUArray()
Gets the value of the skuArray property.

Returns:
possible object is SKUArrayType

setSKUArray

public void setSKUArray(SKUArrayType value)
Sets the value of the skuArray property.

Parameters:
value - allowed object is SKUArrayType

getPlatform

public TransactionPlatformCodeType getPlatform()
Gets the value of the platform property.

Returns:
possible object is TransactionPlatformCodeType

setPlatform

public void setPlatform(TransactionPlatformCodeType value)
Sets the value of the platform property.

Parameters:
value - allowed object is TransactionPlatformCodeType

getNumberOfDays

public Integer getNumberOfDays()
Gets the value of the numberOfDays property.

Returns:
possible object is Integer

setNumberOfDays

public void setNumberOfDays(Integer value)
Sets the value of the numberOfDays property.

Parameters:
value - allowed object is Integer

getInventoryTrackingMethod

public InventoryTrackingMethodCodeType getInventoryTrackingMethod()
Gets the value of the inventoryTrackingMethod property.

Returns:
possible object is InventoryTrackingMethodCodeType

setInventoryTrackingMethod

public void setInventoryTrackingMethod(InventoryTrackingMethodCodeType value)
Sets the value of the inventoryTrackingMethod property.

Parameters:
value - allowed object is InventoryTrackingMethodCodeType

isIncludeCodiceFiscale

public Boolean isIncludeCodiceFiscale()
Gets the value of the includeCodiceFiscale property.

Returns:
possible object is Boolean

setIncludeCodiceFiscale

public void setIncludeCodiceFiscale(Boolean value)
Sets the value of the includeCodiceFiscale property.

Parameters:
value - allowed object is Boolean

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.