Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class GetMyeBaySellingRequestType

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

public class GetMyeBaySellingRequestType
extends AbstractRequestType
implements java.io.Serializable

Retrieves information regarding the user's selling activity, such as items that the user is currently selling (the Active list), auction listings that have bids, sold items, and unsold items.

Java class for GetMyeBaySellingRequestType complex type.

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

 <complexType name="GetMyeBaySellingRequestType">
   <complexContent>
     <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType">
       <sequence>
         <element name="ScheduledList" type="{urn:ebay:apis:eBLBaseComponents}ItemListCustomizationType" minOccurs="0"/>
         <element name="ActiveList" type="{urn:ebay:apis:eBLBaseComponents}ItemListCustomizationType" minOccurs="0"/>
         <element name="SoldList" type="{urn:ebay:apis:eBLBaseComponents}ItemListCustomizationType" minOccurs="0"/>
         <element name="UnsoldList" type="{urn:ebay:apis:eBLBaseComponents}ItemListCustomizationType" minOccurs="0"/>
         <element name="BidList" type="{urn:ebay:apis:eBLBaseComponents}ItemListCustomizationType" minOccurs="0"/>
         <element name="DeletedFromSoldList" type="{urn:ebay:apis:eBLBaseComponents}ItemListCustomizationType" minOccurs="0"/>
         <element name="DeletedFromUnsoldList" type="{urn:ebay:apis:eBLBaseComponents}ItemListCustomizationType" minOccurs="0"/>
         <element name="SellingSummary" type="{urn:ebay:apis:eBLBaseComponents}ItemListCustomizationType" minOccurs="0"/>
         <element name="HideVariations" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  ItemListCustomizationType activeList
           
protected  ItemListCustomizationType bidList
           
protected  ItemListCustomizationType deletedFromSoldList
           
protected  ItemListCustomizationType deletedFromUnsoldList
           
protected  java.lang.Boolean hideVariations
           
protected  ItemListCustomizationType scheduledList
           
protected  ItemListCustomizationType sellingSummary
           
protected  ItemListCustomizationType soldList
           
protected  ItemListCustomizationType unsoldList
           
 
Fields inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType
any, botBlock, detailLevel, endUserIP, errorHandling, errorLanguage, invocationID, messageID, outputSelector, version, warningLevel
 
Constructor Summary
GetMyeBaySellingRequestType()
           
 
Method Summary
 ItemListCustomizationType getActiveList()
          Gets the value of the activeList property.
 ItemListCustomizationType getBidList()
          Gets the value of the bidList property.
 ItemListCustomizationType getDeletedFromSoldList()
          Gets the value of the deletedFromSoldList property.
 ItemListCustomizationType getDeletedFromUnsoldList()
          Gets the value of the deletedFromUnsoldList property.
 ItemListCustomizationType getScheduledList()
          Gets the value of the scheduledList property.
 ItemListCustomizationType getSellingSummary()
          Gets the value of the sellingSummary property.
 ItemListCustomizationType getSoldList()
          Gets the value of the soldList property.
 ItemListCustomizationType getUnsoldList()
          Gets the value of the unsoldList property.
 java.lang.Boolean isHideVariations()
          Gets the value of the hideVariations property.
 void setActiveList(ItemListCustomizationType value)
          Sets the value of the activeList property.
 void setBidList(ItemListCustomizationType value)
          Sets the value of the bidList property.
 void setDeletedFromSoldList(ItemListCustomizationType value)
          Sets the value of the deletedFromSoldList property.
 void setDeletedFromUnsoldList(ItemListCustomizationType value)
          Sets the value of the deletedFromUnsoldList property.
 void setHideVariations(java.lang.Boolean value)
          Sets the value of the hideVariations property.
 void setScheduledList(ItemListCustomizationType value)
          Sets the value of the scheduledList property.
 void setSellingSummary(ItemListCustomizationType value)
          Sets the value of the sellingSummary property.
 void setSoldList(ItemListCustomizationType value)
          Sets the value of the soldList property.
 void setUnsoldList(ItemListCustomizationType value)
          Sets the value of the unsoldList 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

scheduledList

protected ItemListCustomizationType scheduledList

activeList

protected ItemListCustomizationType activeList

soldList

protected ItemListCustomizationType soldList

unsoldList

protected ItemListCustomizationType unsoldList

bidList

protected ItemListCustomizationType bidList

deletedFromSoldList

protected ItemListCustomizationType deletedFromSoldList

deletedFromUnsoldList

protected ItemListCustomizationType deletedFromUnsoldList

sellingSummary

protected ItemListCustomizationType sellingSummary

hideVariations

protected java.lang.Boolean hideVariations
Constructor Detail

GetMyeBaySellingRequestType

public GetMyeBaySellingRequestType()
Method Detail

getScheduledList

public ItemListCustomizationType getScheduledList()
Gets the value of the scheduledList property.

Returns:
possible object is ItemListCustomizationType

setScheduledList

public void setScheduledList(ItemListCustomizationType value)
Sets the value of the scheduledList property.

Parameters:
value - allowed object is ItemListCustomizationType

getActiveList

public ItemListCustomizationType getActiveList()
Gets the value of the activeList property.

Returns:
possible object is ItemListCustomizationType

setActiveList

public void setActiveList(ItemListCustomizationType value)
Sets the value of the activeList property.

Parameters:
value - allowed object is ItemListCustomizationType

getSoldList

public ItemListCustomizationType getSoldList()
Gets the value of the soldList property.

Returns:
possible object is ItemListCustomizationType

setSoldList

public void setSoldList(ItemListCustomizationType value)
Sets the value of the soldList property.

Parameters:
value - allowed object is ItemListCustomizationType

getUnsoldList

public ItemListCustomizationType getUnsoldList()
Gets the value of the unsoldList property.

Returns:
possible object is ItemListCustomizationType

setUnsoldList

public void setUnsoldList(ItemListCustomizationType value)
Sets the value of the unsoldList property.

Parameters:
value - allowed object is ItemListCustomizationType

getBidList

public ItemListCustomizationType getBidList()
Gets the value of the bidList property.

Returns:
possible object is ItemListCustomizationType

setBidList

public void setBidList(ItemListCustomizationType value)
Sets the value of the bidList property.

Parameters:
value - allowed object is ItemListCustomizationType

getDeletedFromSoldList

public ItemListCustomizationType getDeletedFromSoldList()
Gets the value of the deletedFromSoldList property.

Returns:
possible object is ItemListCustomizationType

setDeletedFromSoldList

public void setDeletedFromSoldList(ItemListCustomizationType value)
Sets the value of the deletedFromSoldList property.

Parameters:
value - allowed object is ItemListCustomizationType

getDeletedFromUnsoldList

public ItemListCustomizationType getDeletedFromUnsoldList()
Gets the value of the deletedFromUnsoldList property.

Returns:
possible object is ItemListCustomizationType

setDeletedFromUnsoldList

public void setDeletedFromUnsoldList(ItemListCustomizationType value)
Sets the value of the deletedFromUnsoldList property.

Parameters:
value - allowed object is ItemListCustomizationType

getSellingSummary

public ItemListCustomizationType getSellingSummary()
Gets the value of the sellingSummary property.

Returns:
possible object is ItemListCustomizationType

setSellingSummary

public void setSellingSummary(ItemListCustomizationType value)
Sets the value of the sellingSummary property.

Parameters:
value - allowed object is ItemListCustomizationType

isHideVariations

public java.lang.Boolean isHideVariations()
Gets the value of the hideVariations property.

Returns:
possible object is Boolean

setHideVariations

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