|
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 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 |
---|
protected java.lang.String userID
protected UserIDArrayType motorsDealerUsers
protected java.util.Calendar endTimeFrom
protected java.util.Calendar endTimeTo
protected java.lang.Integer sort
protected java.util.Calendar startTimeFrom
protected java.util.Calendar startTimeTo
protected PaginationType pagination
protected GranularityLevelCodeType granularityLevel
protected SKUArrayType skuArray
protected java.lang.Boolean includeWatchCount
protected java.lang.Boolean adminEndedItemsOnly
protected java.lang.Integer categoryID
protected java.lang.Boolean includeVariations
Constructor Detail |
---|
public GetSellerListRequestType()
Method Detail |
---|
public java.lang.String getUserID()
String
public void setUserID(java.lang.String value)
value
- allowed object is
String
public UserIDArrayType getMotorsDealerUsers()
UserIDArrayType
public void setMotorsDealerUsers(UserIDArrayType value)
value
- allowed object is
UserIDArrayType
public java.util.Calendar getEndTimeFrom()
String
public void setEndTimeFrom(java.util.Calendar value)
value
- allowed object is
String
public java.util.Calendar getEndTimeTo()
String
public void setEndTimeTo(java.util.Calendar value)
value
- allowed object is
String
public java.lang.Integer getSort()
Integer
public void setSort(java.lang.Integer value)
value
- allowed object is
Integer
public java.util.Calendar getStartTimeFrom()
String
public void setStartTimeFrom(java.util.Calendar value)
value
- allowed object is
String
public java.util.Calendar getStartTimeTo()
String
public void setStartTimeTo(java.util.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 java.lang.Boolean isIncludeWatchCount()
Boolean
public void setIncludeWatchCount(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isAdminEndedItemsOnly()
Boolean
public void setAdminEndedItemsOnly(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Integer getCategoryID()
Integer
public void setCategoryID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Boolean isIncludeVariations()
Boolean
public void setIncludeVariations(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.