|
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.GetSellerListRequestType
public class GetSellerListRequestType
Retrieves a list of the items posted by the authenticated user, including the related item data.
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>
Field Summary | |
---|---|
protected Boolean |
adminEndedItemsOnly
|
protected Integer |
categoryID
|
protected Calendar |
endTimeFrom
|
protected Calendar |
endTimeTo
|
protected GranularityLevelCodeType |
granularityLevel
|
protected Boolean |
includeVariations
|
protected Boolean |
includeWatchCount
|
protected UserIDArrayType |
motorsDealerUsers
|
protected PaginationType |
pagination
|
protected SKUArrayType |
skuArray
|
protected Integer |
sort
|
protected Calendar |
startTimeFrom
|
protected Calendar |
startTimeTo
|
protected 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 | |
---|---|
Integer |
getCategoryID()
Gets the value of the categoryID property. |
Calendar |
getEndTimeFrom()
Gets the value of the endTimeFrom property. |
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. |
Integer |
getSort()
Gets the value of the sort property. |
Calendar |
getStartTimeFrom()
Gets the value of the startTimeFrom property. |
Calendar |
getStartTimeTo()
Gets the value of the startTimeTo property. |
String |
getUserID()
Gets the value of the userID property. |
Boolean |
isAdminEndedItemsOnly()
Gets the value of the adminEndedItemsOnly property. |
Boolean |
isIncludeVariations()
Gets the value of the includeVariations property. |
Boolean |
isIncludeWatchCount()
Gets the value of the includeWatchCount property. |
void |
setAdminEndedItemsOnly(Boolean value)
Sets the value of the adminEndedItemsOnly property. |
void |
setCategoryID(Integer value)
Sets the value of the categoryID property. |
void |
setEndTimeFrom(Calendar value)
Sets the value of the endTimeFrom property. |
void |
setEndTimeTo(Calendar value)
Sets the value of the endTimeTo property. |
void |
setGranularityLevel(GranularityLevelCodeType value)
Sets the value of the granularityLevel property. |
void |
setIncludeVariations(Boolean value)
Sets the value of the includeVariations property. |
void |
setIncludeWatchCount(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(Integer value)
Sets the value of the sort property. |
void |
setStartTimeFrom(Calendar value)
Sets the value of the startTimeFrom property. |
void |
setStartTimeTo(Calendar value)
Sets the value of the startTimeTo property. |
void |
setUserID(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 |
---|
protected String userID
protected UserIDArrayType motorsDealerUsers
protected Calendar endTimeFrom
protected Calendar endTimeTo
protected Integer sort
protected Calendar startTimeFrom
protected Calendar startTimeTo
protected PaginationType pagination
protected GranularityLevelCodeType granularityLevel
protected SKUArrayType skuArray
protected Boolean includeWatchCount
protected Boolean adminEndedItemsOnly
protected Integer categoryID
protected Boolean includeVariations
Constructor Detail |
---|
public GetSellerListRequestType()
Method Detail |
---|
public String getUserID()
String
public void setUserID(String value)
value
- allowed object is
String
public UserIDArrayType getMotorsDealerUsers()
UserIDArrayType
public void setMotorsDealerUsers(UserIDArrayType value)
value
- allowed object is
UserIDArrayType
public Calendar getEndTimeFrom()
String
public void setEndTimeFrom(Calendar value)
value
- allowed object is
String
public Calendar getEndTimeTo()
String
public void setEndTimeTo(Calendar value)
value
- allowed object is
String
public Integer getSort()
Integer
public void setSort(Integer value)
value
- allowed object is
Integer
public Calendar getStartTimeFrom()
String
public void setStartTimeFrom(Calendar value)
value
- allowed object is
String
public Calendar getStartTimeTo()
String
public void setStartTimeTo(Calendar value)
value
- allowed object is
String
public PaginationType getPagination()
PaginationType
public void setPagination(PaginationType value)
value
- allowed object is
PaginationType
public GranularityLevelCodeType getGranularityLevel()
GranularityLevelCodeType
public void setGranularityLevel(GranularityLevelCodeType value)
value
- allowed object is
GranularityLevelCodeType
public SKUArrayType getSKUArray()
SKUArrayType
public void setSKUArray(SKUArrayType value)
value
- allowed object is
SKUArrayType
public Boolean isIncludeWatchCount()
Boolean
public void setIncludeWatchCount(Boolean value)
value
- allowed object is
Boolean
public Boolean isAdminEndedItemsOnly()
Boolean
public void setAdminEndedItemsOnly(Boolean value)
value
- allowed object is
Boolean
public Integer getCategoryID()
Integer
public void setCategoryID(Integer value)
value
- allowed object is
Integer
public Boolean isIncludeVariations()
Boolean
public void setIncludeVariations(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.