|
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.AbstractResponseType
com.ebay.soap.eBLBaseComponents.GetMyeBaySellingResponseType
public class GetMyeBaySellingResponseType
Returns summary and detail information about items the user is selling, items scheduled to sell, currently listed, sold, and closed but not sold.
Java class for GetMyeBaySellingResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetMyeBaySellingResponseType"> <complexContent> <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractResponseType"> <sequence> <element name="SellingSummary" type="{urn:ebay:apis:eBLBaseComponents}SellingSummaryType" minOccurs="0"/> <element name="ScheduledList" type="{urn:ebay:apis:eBLBaseComponents}PaginatedItemArrayType" minOccurs="0"/> <element name="ActiveList" type="{urn:ebay:apis:eBLBaseComponents}PaginatedItemArrayType" minOccurs="0"/> <element name="SoldList" type="{urn:ebay:apis:eBLBaseComponents}PaginatedOrderTransactionArrayType" minOccurs="0"/> <element name="UnsoldList" type="{urn:ebay:apis:eBLBaseComponents}PaginatedItemArrayType" minOccurs="0"/> <element name="Summary" type="{urn:ebay:apis:eBLBaseComponents}MyeBaySellingSummaryType" minOccurs="0"/> <element name="BidList" type="{urn:ebay:apis:eBLBaseComponents}PaginatedItemArrayType" minOccurs="0"/> <element name="DeletedFromSoldList" type="{urn:ebay:apis:eBLBaseComponents}PaginatedOrderTransactionArrayType" minOccurs="0"/> <element name="DeletedFromUnsoldList" type="{urn:ebay:apis:eBLBaseComponents}PaginatedItemArrayType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected PaginatedItemArrayType |
activeList
|
protected PaginatedItemArrayType |
bidList
|
protected PaginatedOrderTransactionArrayType |
deletedFromSoldList
|
protected PaginatedItemArrayType |
deletedFromUnsoldList
|
protected PaginatedItemArrayType |
scheduledList
|
protected SellingSummaryType |
sellingSummary
|
protected PaginatedOrderTransactionArrayType |
soldList
|
protected MyeBaySellingSummaryType |
summary
|
protected PaginatedItemArrayType |
unsoldList
|
Fields inherited from class com.ebay.soap.eBLBaseComponents.AbstractResponseType |
---|
ack, any, botBlock, build, correlationID, duplicateInvocationDetails, eiasToken, errors, externalUserData, hardExpirationWarning, message, notificationEventName, notificationSignature, recipientUserID, timestamp, version |
Constructor Summary | |
---|---|
GetMyeBaySellingResponseType()
|
Method Summary | |
---|---|
PaginatedItemArrayType |
getActiveList()
Gets the value of the activeList property. |
PaginatedItemArrayType |
getBidList()
Gets the value of the bidList property. |
PaginatedOrderTransactionArrayType |
getDeletedFromSoldList()
Gets the value of the deletedFromSoldList property. |
PaginatedItemArrayType |
getDeletedFromUnsoldList()
Gets the value of the deletedFromUnsoldList property. |
PaginatedItemArrayType |
getScheduledList()
Gets the value of the scheduledList property. |
SellingSummaryType |
getSellingSummary()
Gets the value of the sellingSummary property. |
PaginatedOrderTransactionArrayType |
getSoldList()
Gets the value of the soldList property. |
MyeBaySellingSummaryType |
getSummary()
Gets the value of the summary property. |
PaginatedItemArrayType |
getUnsoldList()
Gets the value of the unsoldList property. |
void |
setActiveList(PaginatedItemArrayType value)
Sets the value of the activeList property. |
void |
setBidList(PaginatedItemArrayType value)
Sets the value of the bidList property. |
void |
setDeletedFromSoldList(PaginatedOrderTransactionArrayType value)
Sets the value of the deletedFromSoldList property. |
void |
setDeletedFromUnsoldList(PaginatedItemArrayType value)
Sets the value of the deletedFromUnsoldList property. |
void |
setScheduledList(PaginatedItemArrayType value)
Sets the value of the scheduledList property. |
void |
setSellingSummary(SellingSummaryType value)
Sets the value of the sellingSummary property. |
void |
setSoldList(PaginatedOrderTransactionArrayType value)
Sets the value of the soldList property. |
void |
setSummary(MyeBaySellingSummaryType value)
Sets the value of the summary property. |
void |
setUnsoldList(PaginatedItemArrayType value)
Sets the value of the unsoldList property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected SellingSummaryType sellingSummary
protected PaginatedItemArrayType scheduledList
protected PaginatedItemArrayType activeList
protected PaginatedOrderTransactionArrayType soldList
protected PaginatedItemArrayType unsoldList
protected MyeBaySellingSummaryType summary
protected PaginatedItemArrayType bidList
protected PaginatedOrderTransactionArrayType deletedFromSoldList
protected PaginatedItemArrayType deletedFromUnsoldList
Constructor Detail |
---|
public GetMyeBaySellingResponseType()
Method Detail |
---|
public SellingSummaryType getSellingSummary()
SellingSummaryType
public void setSellingSummary(SellingSummaryType value)
value
- allowed object is
SellingSummaryType
public PaginatedItemArrayType getScheduledList()
PaginatedItemArrayType
public void setScheduledList(PaginatedItemArrayType value)
value
- allowed object is
PaginatedItemArrayType
public PaginatedItemArrayType getActiveList()
PaginatedItemArrayType
public void setActiveList(PaginatedItemArrayType value)
value
- allowed object is
PaginatedItemArrayType
public PaginatedOrderTransactionArrayType getSoldList()
PaginatedOrderTransactionArrayType
public void setSoldList(PaginatedOrderTransactionArrayType value)
value
- allowed object is
PaginatedOrderTransactionArrayType
public PaginatedItemArrayType getUnsoldList()
PaginatedItemArrayType
public void setUnsoldList(PaginatedItemArrayType value)
value
- allowed object is
PaginatedItemArrayType
public MyeBaySellingSummaryType getSummary()
MyeBaySellingSummaryType
public void setSummary(MyeBaySellingSummaryType value)
value
- allowed object is
MyeBaySellingSummaryType
public PaginatedItemArrayType getBidList()
PaginatedItemArrayType
public void setBidList(PaginatedItemArrayType value)
value
- allowed object is
PaginatedItemArrayType
public PaginatedOrderTransactionArrayType getDeletedFromSoldList()
PaginatedOrderTransactionArrayType
public void setDeletedFromSoldList(PaginatedOrderTransactionArrayType value)
value
- allowed object is
PaginatedOrderTransactionArrayType
public PaginatedItemArrayType getDeletedFromUnsoldList()
PaginatedItemArrayType
public void setDeletedFromUnsoldList(PaginatedItemArrayType value)
value
- allowed object is
PaginatedItemArrayType
|
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.