|
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.GetSellingManagerSoldListingsRequestType
public class GetSellingManagerSoldListingsRequestType
Returns a Selling Manager user's sold listings.
This call is subject to change without notice; the deprecation process is
inapplicable to this call.
Java class for GetSellingManagerSoldListingsRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetSellingManagerSoldListingsRequestType"> <complexContent> <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType"> <sequence> <element name="Search" type="{urn:ebay:apis:eBLBaseComponents}SellingManagerSearchType" minOccurs="0"/> <element name="StoreCategoryID" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="Filter" type="{urn:ebay:apis:eBLBaseComponents}SellingManagerSoldListingsPropertyTypeCodeType" maxOccurs="unbounded" minOccurs="0"/> <element name="Archived" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="Sort" type="{urn:ebay:apis:eBLBaseComponents}SellingManagerSoldListingsSortTypeCodeType" minOccurs="0"/> <element name="SortOrder" type="{urn:ebay:apis:eBLBaseComponents}SortOrderCodeType" minOccurs="0"/> <element name="Pagination" type="{urn:ebay:apis:eBLBaseComponents}PaginationType" minOccurs="0"/> <element name="SaleDateRange" type="{urn:ebay:apis:eBLBaseComponents}TimeRangeType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected Boolean |
archived
|
protected List<SellingManagerSoldListingsPropertyTypeCodeType> |
filter
|
protected PaginationType |
pagination
|
protected TimeRangeType |
saleDateRange
|
protected SellingManagerSearchType |
search
|
protected SellingManagerSoldListingsSortTypeCodeType |
sort
|
protected SortOrderCodeType |
sortOrder
|
protected Long |
storeCategoryID
|
Fields inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType |
---|
any, botBlock, detailLevel, endUserIP, errorHandling, errorLanguage, invocationID, messageID, outputSelector, version, warningLevel |
Constructor Summary | |
---|---|
GetSellingManagerSoldListingsRequestType()
|
Method Summary | |
---|---|
protected List<SellingManagerSoldListingsPropertyTypeCodeType> |
_getFilter()
|
SellingManagerSoldListingsPropertyTypeCodeType[] |
getFilter()
|
SellingManagerSoldListingsPropertyTypeCodeType |
getFilter(int idx)
|
int |
getFilterLength()
|
PaginationType |
getPagination()
Gets the value of the pagination property. |
TimeRangeType |
getSaleDateRange()
Gets the value of the saleDateRange property. |
SellingManagerSearchType |
getSearch()
Gets the value of the search property. |
SellingManagerSoldListingsSortTypeCodeType |
getSort()
Gets the value of the sort property. |
SortOrderCodeType |
getSortOrder()
Gets the value of the sortOrder property. |
Long |
getStoreCategoryID()
Gets the value of the storeCategoryID property. |
Boolean |
isArchived()
Gets the value of the archived property. |
void |
setArchived(Boolean value)
Sets the value of the archived property. |
SellingManagerSoldListingsPropertyTypeCodeType |
setFilter(int idx,
SellingManagerSoldListingsPropertyTypeCodeType value)
|
void |
setFilter(SellingManagerSoldListingsPropertyTypeCodeType[] values)
|
void |
setPagination(PaginationType value)
Sets the value of the pagination property. |
void |
setSaleDateRange(TimeRangeType value)
Sets the value of the saleDateRange property. |
void |
setSearch(SellingManagerSearchType value)
Sets the value of the search property. |
void |
setSort(SellingManagerSoldListingsSortTypeCodeType value)
Sets the value of the sort property. |
void |
setSortOrder(SortOrderCodeType value)
Sets the value of the sortOrder property. |
void |
setStoreCategoryID(Long value)
Sets the value of the storeCategoryID 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 SellingManagerSearchType search
protected Long storeCategoryID
protected List<SellingManagerSoldListingsPropertyTypeCodeType> filter
protected Boolean archived
protected SellingManagerSoldListingsSortTypeCodeType sort
protected SortOrderCodeType sortOrder
protected PaginationType pagination
protected TimeRangeType saleDateRange
Constructor Detail |
---|
public GetSellingManagerSoldListingsRequestType()
Method Detail |
---|
public SellingManagerSearchType getSearch()
SellingManagerSearchType
public void setSearch(SellingManagerSearchType value)
value
- allowed object is
SellingManagerSearchType
public Long getStoreCategoryID()
Long
public void setStoreCategoryID(Long value)
value
- allowed object is
Long
public SellingManagerSoldListingsPropertyTypeCodeType[] getFilter()
SellingManagerSoldListingsPropertyTypeCodeType
public SellingManagerSoldListingsPropertyTypeCodeType getFilter(int idx)
SellingManagerSoldListingsPropertyTypeCodeType
public int getFilterLength()
public void setFilter(SellingManagerSoldListingsPropertyTypeCodeType[] values)
values
- allowed objects are
SellingManagerSoldListingsPropertyTypeCodeType
protected List<SellingManagerSoldListingsPropertyTypeCodeType> _getFilter()
public SellingManagerSoldListingsPropertyTypeCodeType setFilter(int idx, SellingManagerSoldListingsPropertyTypeCodeType value)
value
- allowed object is
SellingManagerSoldListingsPropertyTypeCodeType
public Boolean isArchived()
Boolean
public void setArchived(Boolean value)
value
- allowed object is
Boolean
public SellingManagerSoldListingsSortTypeCodeType getSort()
SellingManagerSoldListingsSortTypeCodeType
public void setSort(SellingManagerSoldListingsSortTypeCodeType value)
value
- allowed object is
SellingManagerSoldListingsSortTypeCodeType
public SortOrderCodeType getSortOrder()
SortOrderCodeType
public void setSortOrder(SortOrderCodeType value)
value
- allowed object is
SortOrderCodeType
public PaginationType getPagination()
PaginationType
public void setPagination(PaginationType value)
value
- allowed object is
PaginationType
public TimeRangeType getSaleDateRange()
TimeRangeType
public void setSaleDateRange(TimeRangeType value)
value
- allowed object is
TimeRangeType
|
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.