Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class GetMyeBaySellingResponseType

java.lang.Object
  extended by com.ebay.soap.eBLBaseComponents.AbstractResponseType
      extended by com.ebay.soap.eBLBaseComponents.GetMyeBaySellingResponseType
All Implemented Interfaces:
Serializable

public class GetMyeBaySellingResponseType
extends AbstractResponseType
implements Serializable

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>
 

See Also:
Serialized Form

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 com.ebay.soap.eBLBaseComponents.AbstractResponseType
_getAny, _getErrors, getAck, getAny, getAny, getAnyLength, getBotBlock, getBuild, getCorrelationID, getDuplicateInvocationDetails, getEIASToken, getErrors, getErrors, getErrorsLength, getExternalUserData, getHardExpirationWarning, getMessage, getNotificationEventName, getNotificationSignature, getRecipientUserID, getTimestamp, getVersion, setAck, setAny, setAny, setBotBlock, setBuild, setCorrelationID, setDuplicateInvocationDetails, setEIASToken, setErrors, setErrors, setExternalUserData, setHardExpirationWarning, setMessage, setNotificationEventName, setNotificationSignature, setRecipientUserID, setTimestamp, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sellingSummary

protected SellingSummaryType sellingSummary

scheduledList

protected PaginatedItemArrayType scheduledList

activeList

protected PaginatedItemArrayType activeList

soldList

protected PaginatedOrderTransactionArrayType soldList

unsoldList

protected PaginatedItemArrayType unsoldList

summary

protected MyeBaySellingSummaryType summary

bidList

protected PaginatedItemArrayType bidList

deletedFromSoldList

protected PaginatedOrderTransactionArrayType deletedFromSoldList

deletedFromUnsoldList

protected PaginatedItemArrayType deletedFromUnsoldList
Constructor Detail

GetMyeBaySellingResponseType

public GetMyeBaySellingResponseType()
Method Detail

getSellingSummary

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

Returns:
possible object is SellingSummaryType

setSellingSummary

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

Parameters:
value - allowed object is SellingSummaryType

getScheduledList

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

Returns:
possible object is PaginatedItemArrayType

setScheduledList

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

Parameters:
value - allowed object is PaginatedItemArrayType

getActiveList

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

Returns:
possible object is PaginatedItemArrayType

setActiveList

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

Parameters:
value - allowed object is PaginatedItemArrayType

getSoldList

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

Returns:
possible object is PaginatedOrderTransactionArrayType

setSoldList

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

Parameters:
value - allowed object is PaginatedOrderTransactionArrayType

getUnsoldList

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

Returns:
possible object is PaginatedItemArrayType

setUnsoldList

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

Parameters:
value - allowed object is PaginatedItemArrayType

getSummary

public MyeBaySellingSummaryType getSummary()
Gets the value of the summary property.

Returns:
possible object is MyeBaySellingSummaryType

setSummary

public void setSummary(MyeBaySellingSummaryType value)
Sets the value of the summary property.

Parameters:
value - allowed object is MyeBaySellingSummaryType

getBidList

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

Returns:
possible object is PaginatedItemArrayType

setBidList

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

Parameters:
value - allowed object is PaginatedItemArrayType

getDeletedFromSoldList

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

Returns:
possible object is PaginatedOrderTransactionArrayType

setDeletedFromSoldList

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

Parameters:
value - allowed object is PaginatedOrderTransactionArrayType

getDeletedFromUnsoldList

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

Returns:
possible object is PaginatedItemArrayType

setDeletedFromUnsoldList

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

Parameters:
value - allowed object is PaginatedItemArrayType

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.