Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class GetSellerListRequestType

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

public class GetSellerListRequestType
extends AbstractRequestType
implements java.io.Serializable

This call is used to retrieve an array of listings for the seller. The seller must be associated with the user/application token being used to make the call.

This call requires that either the 'Start Time' or 'End Time' date range filters be used. The date range specified by either of these filters can not exceed 120 days or an error will occur.

This call also requires that pagination be used.

Java class for GetSellerListRequestType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetSellerListRequestType">
   <complexContent>
     <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType">
       <sequence>
         <element name="UserID" type="{urn:ebay:apis:eBLBaseComponents}UserIDType" minOccurs="0"/>
         <element name="MotorsDealerUsers" type="{urn:ebay:apis:eBLBaseComponents}UserIDArrayType" minOccurs="0"/>
         <element name="EndTimeFrom" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="EndTimeTo" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="Sort" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="StartTimeFrom" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="StartTimeTo" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="Pagination" type="{urn:ebay:apis:eBLBaseComponents}PaginationType" minOccurs="0"/>
         <element name="GranularityLevel" type="{urn:ebay:apis:eBLBaseComponents}GranularityLevelCodeType" minOccurs="0"/>
         <element name="SKUArray" type="{urn:ebay:apis:eBLBaseComponents}SKUArrayType" minOccurs="0"/>
         <element name="IncludeWatchCount" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="AdminEndedItemsOnly" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="CategoryID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="IncludeVariations" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  java.lang.Boolean adminEndedItemsOnly
           
protected  java.lang.Integer categoryID
           
protected  java.util.Calendar endTimeFrom
           
protected  java.util.Calendar endTimeTo
           
protected  GranularityLevelCodeType granularityLevel
           
protected  java.lang.Boolean includeVariations
           
protected  java.lang.Boolean includeWatchCount
           
protected  UserIDArrayType motorsDealerUsers
           
protected  PaginationType pagination
           
protected  SKUArrayType skuArray
           
protected  java.lang.Integer sort
           
protected  java.util.Calendar startTimeFrom
           
protected  java.util.Calendar startTimeTo
           
protected  java.lang.String userID
           
 
Fields inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType
any, botBlock, detailLevel, endUserIP, errorHandling, errorLanguage, invocationID, messageID, outputSelector, version, warningLevel
 
Constructor Summary
GetSellerListRequestType()
           
 
Method Summary
 java.lang.Integer getCategoryID()
          Gets the value of the categoryID property.
 java.util.Calendar getEndTimeFrom()
          Gets the value of the endTimeFrom property.
 java.util.Calendar getEndTimeTo()
          Gets the value of the endTimeTo property.
 GranularityLevelCodeType getGranularityLevel()
          Gets the value of the granularityLevel property.
 UserIDArrayType getMotorsDealerUsers()
          Gets the value of the motorsDealerUsers property.
 PaginationType getPagination()
          Gets the value of the pagination property.
 SKUArrayType getSKUArray()
          Gets the value of the skuArray property.
 java.lang.Integer getSort()
          Gets the value of the sort property.
 java.util.Calendar getStartTimeFrom()
          Gets the value of the startTimeFrom property.
 java.util.Calendar getStartTimeTo()
          Gets the value of the startTimeTo property.
 java.lang.String getUserID()
          Gets the value of the userID property.
 java.lang.Boolean isAdminEndedItemsOnly()
          Gets the value of the adminEndedItemsOnly property.
 java.lang.Boolean isIncludeVariations()
          Gets the value of the includeVariations property.
 java.lang.Boolean isIncludeWatchCount()
          Gets the value of the includeWatchCount property.
 void setAdminEndedItemsOnly(java.lang.Boolean value)
          Sets the value of the adminEndedItemsOnly property.
 void setCategoryID(java.lang.Integer value)
          Sets the value of the categoryID property.
 void setEndTimeFrom(java.util.Calendar value)
          Sets the value of the endTimeFrom property.
 void setEndTimeTo(java.util.Calendar value)
          Sets the value of the endTimeTo property.
 void setGranularityLevel(GranularityLevelCodeType value)
          Sets the value of the granularityLevel property.
 void setIncludeVariations(java.lang.Boolean value)
          Sets the value of the includeVariations property.
 void setIncludeWatchCount(java.lang.Boolean value)
          Sets the value of the includeWatchCount property.
 void setMotorsDealerUsers(UserIDArrayType value)
          Sets the value of the motorsDealerUsers property.
 void setPagination(PaginationType value)
          Sets the value of the pagination property.
 void setSKUArray(SKUArrayType value)
          Sets the value of the skuArray property.
 void setSort(java.lang.Integer value)
          Sets the value of the sort property.
 void setStartTimeFrom(java.util.Calendar value)
          Sets the value of the startTimeFrom property.
 void setStartTimeTo(java.util.Calendar value)
          Sets the value of the startTimeTo property.
 void setUserID(java.lang.String value)
          Sets the value of the userID 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

userID

protected java.lang.String userID

motorsDealerUsers

protected UserIDArrayType motorsDealerUsers

endTimeFrom

protected java.util.Calendar endTimeFrom

endTimeTo

protected java.util.Calendar endTimeTo

sort

protected java.lang.Integer sort

startTimeFrom

protected java.util.Calendar startTimeFrom

startTimeTo

protected java.util.Calendar startTimeTo

pagination

protected PaginationType pagination

granularityLevel

protected GranularityLevelCodeType granularityLevel

skuArray

protected SKUArrayType skuArray

includeWatchCount

protected java.lang.Boolean includeWatchCount

adminEndedItemsOnly

protected java.lang.Boolean adminEndedItemsOnly

categoryID

protected java.lang.Integer categoryID

includeVariations

protected java.lang.Boolean includeVariations
Constructor Detail

GetSellerListRequestType

public GetSellerListRequestType()
Method Detail

getUserID

public java.lang.String getUserID()
Gets the value of the userID property.

Returns:
possible object is String

setUserID

public void setUserID(java.lang.String value)
Sets the value of the userID property.

Parameters:
value - allowed object is String

getMotorsDealerUsers

public UserIDArrayType getMotorsDealerUsers()
Gets the value of the motorsDealerUsers property.

Returns:
possible object is UserIDArrayType

setMotorsDealerUsers

public void setMotorsDealerUsers(UserIDArrayType value)
Sets the value of the motorsDealerUsers property.

Parameters:
value - allowed object is UserIDArrayType

getEndTimeFrom

public java.util.Calendar getEndTimeFrom()
Gets the value of the endTimeFrom property.

Returns:
possible object is String

setEndTimeFrom

public void setEndTimeFrom(java.util.Calendar value)
Sets the value of the endTimeFrom property.

Parameters:
value - allowed object is String

getEndTimeTo

public java.util.Calendar getEndTimeTo()
Gets the value of the endTimeTo property.

Returns:
possible object is String

setEndTimeTo

public void setEndTimeTo(java.util.Calendar value)
Sets the value of the endTimeTo property.

Parameters:
value - allowed object is String

getSort

public java.lang.Integer getSort()
Gets the value of the sort property.

Returns:
possible object is Integer

setSort

public void setSort(java.lang.Integer value)
Sets the value of the sort property.

Parameters:
value - allowed object is Integer

getStartTimeFrom

public java.util.Calendar getStartTimeFrom()
Gets the value of the startTimeFrom property.

Returns:
possible object is String

setStartTimeFrom

public void setStartTimeFrom(java.util.Calendar value)
Sets the value of the startTimeFrom property.

Parameters:
value - allowed object is String

getStartTimeTo

public java.util.Calendar getStartTimeTo()
Gets the value of the startTimeTo property.

Returns:
possible object is String

setStartTimeTo

public void setStartTimeTo(java.util.Calendar value)
Sets the value of the startTimeTo 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

getGranularityLevel

public GranularityLevelCodeType getGranularityLevel()
Gets the value of the granularityLevel property.

Returns:
possible object is GranularityLevelCodeType

setGranularityLevel

public void setGranularityLevel(GranularityLevelCodeType value)
Sets the value of the granularityLevel property.

Parameters:
value - allowed object is GranularityLevelCodeType

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

isIncludeWatchCount

public java.lang.Boolean isIncludeWatchCount()
Gets the value of the includeWatchCount property.

Returns:
possible object is Boolean

setIncludeWatchCount

public void setIncludeWatchCount(java.lang.Boolean value)
Sets the value of the includeWatchCount property.

Parameters:
value - allowed object is Boolean

isAdminEndedItemsOnly

public java.lang.Boolean isAdminEndedItemsOnly()
Gets the value of the adminEndedItemsOnly property.

Returns:
possible object is Boolean

setAdminEndedItemsOnly

public void setAdminEndedItemsOnly(java.lang.Boolean value)
Sets the value of the adminEndedItemsOnly property.

Parameters:
value - allowed object is Boolean

getCategoryID

public java.lang.Integer getCategoryID()
Gets the value of the categoryID property.

Returns:
possible object is Integer

setCategoryID

public void setCategoryID(java.lang.Integer value)
Sets the value of the categoryID property.

Parameters:
value - allowed object is Integer

isIncludeVariations

public java.lang.Boolean isIncludeVariations()
Gets the value of the includeVariations property.

Returns:
possible object is Boolean

setIncludeVariations

public void setIncludeVariations(java.lang.Boolean value)
Sets the value of the includeVariations 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.