|
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.GetMyeBaySellingRequestType
public class GetMyeBaySellingRequestType
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>
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 |
---|
protected ItemListCustomizationType scheduledList
protected ItemListCustomizationType activeList
protected ItemListCustomizationType soldList
protected ItemListCustomizationType unsoldList
protected ItemListCustomizationType bidList
protected ItemListCustomizationType deletedFromSoldList
protected ItemListCustomizationType deletedFromUnsoldList
protected ItemListCustomizationType sellingSummary
protected java.lang.Boolean hideVariations
Constructor Detail |
---|
public GetMyeBaySellingRequestType()
Method Detail |
---|
public ItemListCustomizationType getScheduledList()
ItemListCustomizationType
public void setScheduledList(ItemListCustomizationType value)
value
- allowed object is
ItemListCustomizationType
public ItemListCustomizationType getActiveList()
ItemListCustomizationType
public void setActiveList(ItemListCustomizationType value)
value
- allowed object is
ItemListCustomizationType
public ItemListCustomizationType getSoldList()
ItemListCustomizationType
public void setSoldList(ItemListCustomizationType value)
value
- allowed object is
ItemListCustomizationType
public ItemListCustomizationType getUnsoldList()
ItemListCustomizationType
public void setUnsoldList(ItemListCustomizationType value)
value
- allowed object is
ItemListCustomizationType
public ItemListCustomizationType getBidList()
ItemListCustomizationType
public void setBidList(ItemListCustomizationType value)
value
- allowed object is
ItemListCustomizationType
public ItemListCustomizationType getDeletedFromSoldList()
ItemListCustomizationType
public void setDeletedFromSoldList(ItemListCustomizationType value)
value
- allowed object is
ItemListCustomizationType
public ItemListCustomizationType getDeletedFromUnsoldList()
ItemListCustomizationType
public void setDeletedFromUnsoldList(ItemListCustomizationType value)
value
- allowed object is
ItemListCustomizationType
public ItemListCustomizationType getSellingSummary()
ItemListCustomizationType
public void setSellingSummary(ItemListCustomizationType value)
value
- allowed object is
ItemListCustomizationType
public java.lang.Boolean isHideVariations()
Boolean
public void setHideVariations(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.