Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class GetSellingManagerSoldListingsRequestType

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

public class GetSellingManagerSoldListingsRequestType
extends AbstractRequestType
implements java.io.Serializable

Returns a Selling Manager user's sold listings.

This call is subject to change without notice; the deprecation process is inapplicable to this call. The user must have a Selling Manager Pro subscription to use 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>
 

See Also:
Serialized Form

Field Summary
protected  java.lang.Boolean archived
           
protected  java.util.List<SellingManagerSoldListingsPropertyTypeCodeType> filter
           
protected  PaginationType pagination
           
protected  TimeRangeType saleDateRange
           
protected  SellingManagerSearchType search
           
protected  SellingManagerSoldListingsSortTypeCodeType sort
           
protected  SortOrderCodeType sortOrder
           
protected  java.lang.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  java.util.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.
 java.lang.Long getStoreCategoryID()
          Gets the value of the storeCategoryID property.
 java.lang.Boolean isArchived()
          Gets the value of the archived property.
 void setArchived(java.lang.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(java.lang.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

search

protected SellingManagerSearchType search

storeCategoryID

protected java.lang.Long storeCategoryID

filter

protected java.util.List<SellingManagerSoldListingsPropertyTypeCodeType> filter

archived

protected java.lang.Boolean archived

sort

protected SellingManagerSoldListingsSortTypeCodeType sort

sortOrder

protected SortOrderCodeType sortOrder

pagination

protected PaginationType pagination

saleDateRange

protected TimeRangeType saleDateRange
Constructor Detail

GetSellingManagerSoldListingsRequestType

public GetSellingManagerSoldListingsRequestType()
Method Detail

getSearch

public SellingManagerSearchType getSearch()
Gets the value of the search property.

Returns:
possible object is SellingManagerSearchType

setSearch

public void setSearch(SellingManagerSearchType value)
Sets the value of the search property.

Parameters:
value - allowed object is SellingManagerSearchType

getStoreCategoryID

public java.lang.Long getStoreCategoryID()
Gets the value of the storeCategoryID property.

Returns:
possible object is Long

setStoreCategoryID

public void setStoreCategoryID(java.lang.Long value)
Sets the value of the storeCategoryID property.

Parameters:
value - allowed object is Long

getFilter

public SellingManagerSoldListingsPropertyTypeCodeType[] getFilter()
Returns:
array of SellingManagerSoldListingsPropertyTypeCodeType

getFilter

public SellingManagerSoldListingsPropertyTypeCodeType getFilter(int idx)
Returns:
one of SellingManagerSoldListingsPropertyTypeCodeType

getFilterLength

public int getFilterLength()

setFilter

public void setFilter(SellingManagerSoldListingsPropertyTypeCodeType[] values)
Parameters:
values - allowed objects are SellingManagerSoldListingsPropertyTypeCodeType

_getFilter

protected java.util.List<SellingManagerSoldListingsPropertyTypeCodeType> _getFilter()

setFilter

public SellingManagerSoldListingsPropertyTypeCodeType setFilter(int idx,
                                                                SellingManagerSoldListingsPropertyTypeCodeType value)
Parameters:
value - allowed object is SellingManagerSoldListingsPropertyTypeCodeType

isArchived

public java.lang.Boolean isArchived()
Gets the value of the archived property.

Returns:
possible object is Boolean

setArchived

public void setArchived(java.lang.Boolean value)
Sets the value of the archived property.

Parameters:
value - allowed object is Boolean

getSort

public SellingManagerSoldListingsSortTypeCodeType getSort()
Gets the value of the sort property.

Returns:
possible object is SellingManagerSoldListingsSortTypeCodeType

setSort

public void setSort(SellingManagerSoldListingsSortTypeCodeType value)
Sets the value of the sort property.

Parameters:
value - allowed object is SellingManagerSoldListingsSortTypeCodeType

getSortOrder

public SortOrderCodeType getSortOrder()
Gets the value of the sortOrder property.

Returns:
possible object is SortOrderCodeType

setSortOrder

public void setSortOrder(SortOrderCodeType value)
Sets the value of the sortOrder property.

Parameters:
value - allowed object is SortOrderCodeType

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

getSaleDateRange

public TimeRangeType getSaleDateRange()
Gets the value of the saleDateRange property.

Returns:
possible object is TimeRangeType

setSaleDateRange

public void setSaleDateRange(TimeRangeType value)
Sets the value of the saleDateRange property.

Parameters:
value - allowed object is TimeRangeType

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.