Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class GetMyeBayBuyingResponseType

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

public class GetMyeBayBuyingResponseType
extends AbstractResponseType
implements Serializable

Returns information regarding a user's buying activity, such as items they are watching, bidding on, have won, did not win, and have made Best Offers on.

Java class for GetMyeBayBuyingResponseType complex type.

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

 <complexType name="GetMyeBayBuyingResponseType">
   <complexContent>
     <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractResponseType">
       <sequence>
         <element name="BuyingSummary" type="{urn:ebay:apis:eBLBaseComponents}BuyingSummaryType" minOccurs="0"/>
         <element name="WatchList" type="{urn:ebay:apis:eBLBaseComponents}PaginatedItemArrayType" minOccurs="0"/>
         <element name="BidList" type="{urn:ebay:apis:eBLBaseComponents}PaginatedItemArrayType" minOccurs="0"/>
         <element name="BestOfferList" type="{urn:ebay:apis:eBLBaseComponents}PaginatedItemArrayType" minOccurs="0"/>
         <element name="WonList" type="{urn:ebay:apis:eBLBaseComponents}PaginatedOrderTransactionArrayType" minOccurs="0"/>
         <element name="LostList" type="{urn:ebay:apis:eBLBaseComponents}PaginatedItemArrayType" minOccurs="0"/>
         <element name="FavoriteSearches" type="{urn:ebay:apis:eBLBaseComponents}MyeBayFavoriteSearchListType" minOccurs="0"/>
         <element name="FavoriteSellers" type="{urn:ebay:apis:eBLBaseComponents}MyeBayFavoriteSellerListType" minOccurs="0"/>
         <element name="SecondChanceOffer" type="{urn:ebay:apis:eBLBaseComponents}ItemType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="BidAssistantList" type="{urn:ebay:apis:eBLBaseComponents}BidGroupArrayType" minOccurs="0"/>
         <element name="DeletedFromWonList" type="{urn:ebay:apis:eBLBaseComponents}PaginatedOrderTransactionArrayType" minOccurs="0"/>
         <element name="DeletedFromLostList" type="{urn:ebay:apis:eBLBaseComponents}PaginatedItemArrayType" minOccurs="0"/>
         <element name="UserDefinedList" type="{urn:ebay:apis:eBLBaseComponents}UserDefinedListType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  PaginatedItemArrayType bestOfferList
           
protected  BidGroupArrayType bidAssistantList
           
protected  PaginatedItemArrayType bidList
           
protected  BuyingSummaryType buyingSummary
           
protected  PaginatedItemArrayType deletedFromLostList
           
protected  PaginatedOrderTransactionArrayType deletedFromWonList
           
protected  MyeBayFavoriteSearchListType favoriteSearches
           
protected  MyeBayFavoriteSellerListType favoriteSellers
           
protected  PaginatedItemArrayType lostList
           
protected  List<ItemType> secondChanceOffer
           
protected  List<UserDefinedListType> userDefinedList
           
protected  PaginatedItemArrayType watchList
           
protected  PaginatedOrderTransactionArrayType wonList
           
 
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
GetMyeBayBuyingResponseType()
           
 
Method Summary
protected  List<ItemType> _getSecondChanceOffer()
           
protected  List<UserDefinedListType> _getUserDefinedList()
           
 PaginatedItemArrayType getBestOfferList()
          Gets the value of the bestOfferList property.
 BidGroupArrayType getBidAssistantList()
          Gets the value of the bidAssistantList property.
 PaginatedItemArrayType getBidList()
          Gets the value of the bidList property.
 BuyingSummaryType getBuyingSummary()
          Gets the value of the buyingSummary property.
 PaginatedItemArrayType getDeletedFromLostList()
          Gets the value of the deletedFromLostList property.
 PaginatedOrderTransactionArrayType getDeletedFromWonList()
          Gets the value of the deletedFromWonList property.
 MyeBayFavoriteSearchListType getFavoriteSearches()
          Gets the value of the favoriteSearches property.
 MyeBayFavoriteSellerListType getFavoriteSellers()
          Gets the value of the favoriteSellers property.
 PaginatedItemArrayType getLostList()
          Gets the value of the lostList property.
 ItemType[] getSecondChanceOffer()
           
 ItemType getSecondChanceOffer(int idx)
           
 int getSecondChanceOfferLength()
           
 UserDefinedListType[] getUserDefinedList()
           
 UserDefinedListType getUserDefinedList(int idx)
           
 int getUserDefinedListLength()
           
 PaginatedItemArrayType getWatchList()
          Gets the value of the watchList property.
 PaginatedOrderTransactionArrayType getWonList()
          Gets the value of the wonList property.
 void setBestOfferList(PaginatedItemArrayType value)
          Sets the value of the bestOfferList property.
 void setBidAssistantList(BidGroupArrayType value)
          Sets the value of the bidAssistantList property.
 void setBidList(PaginatedItemArrayType value)
          Sets the value of the bidList property.
 void setBuyingSummary(BuyingSummaryType value)
          Sets the value of the buyingSummary property.
 void setDeletedFromLostList(PaginatedItemArrayType value)
          Sets the value of the deletedFromLostList property.
 void setDeletedFromWonList(PaginatedOrderTransactionArrayType value)
          Sets the value of the deletedFromWonList property.
 void setFavoriteSearches(MyeBayFavoriteSearchListType value)
          Sets the value of the favoriteSearches property.
 void setFavoriteSellers(MyeBayFavoriteSellerListType value)
          Sets the value of the favoriteSellers property.
 void setLostList(PaginatedItemArrayType value)
          Sets the value of the lostList property.
 ItemType setSecondChanceOffer(int idx, ItemType value)
           
 void setSecondChanceOffer(ItemType[] values)
           
 UserDefinedListType setUserDefinedList(int idx, UserDefinedListType value)
           
 void setUserDefinedList(UserDefinedListType[] values)
           
 void setWatchList(PaginatedItemArrayType value)
          Sets the value of the watchList property.
 void setWonList(PaginatedOrderTransactionArrayType value)
          Sets the value of the wonList 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

buyingSummary

protected BuyingSummaryType buyingSummary

watchList

protected PaginatedItemArrayType watchList

bidList

protected PaginatedItemArrayType bidList

bestOfferList

protected PaginatedItemArrayType bestOfferList

wonList

protected PaginatedOrderTransactionArrayType wonList

lostList

protected PaginatedItemArrayType lostList

favoriteSearches

protected MyeBayFavoriteSearchListType favoriteSearches

favoriteSellers

protected MyeBayFavoriteSellerListType favoriteSellers

secondChanceOffer

protected List<ItemType> secondChanceOffer

bidAssistantList

protected BidGroupArrayType bidAssistantList

deletedFromWonList

protected PaginatedOrderTransactionArrayType deletedFromWonList

deletedFromLostList

protected PaginatedItemArrayType deletedFromLostList

userDefinedList

protected List<UserDefinedListType> userDefinedList
Constructor Detail

GetMyeBayBuyingResponseType

public GetMyeBayBuyingResponseType()
Method Detail

getBuyingSummary

public BuyingSummaryType getBuyingSummary()
Gets the value of the buyingSummary property.

Returns:
possible object is BuyingSummaryType

setBuyingSummary

public void setBuyingSummary(BuyingSummaryType value)
Sets the value of the buyingSummary property.

Parameters:
value - allowed object is BuyingSummaryType

getWatchList

public PaginatedItemArrayType getWatchList()
Gets the value of the watchList property.

Returns:
possible object is PaginatedItemArrayType

setWatchList

public void setWatchList(PaginatedItemArrayType value)
Sets the value of the watchList property.

Parameters:
value - allowed object is PaginatedItemArrayType

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

getBestOfferList

public PaginatedItemArrayType getBestOfferList()
Gets the value of the bestOfferList property.

Returns:
possible object is PaginatedItemArrayType

setBestOfferList

public void setBestOfferList(PaginatedItemArrayType value)
Sets the value of the bestOfferList property.

Parameters:
value - allowed object is PaginatedItemArrayType

getWonList

public PaginatedOrderTransactionArrayType getWonList()
Gets the value of the wonList property.

Returns:
possible object is PaginatedOrderTransactionArrayType

setWonList

public void setWonList(PaginatedOrderTransactionArrayType value)
Sets the value of the wonList property.

Parameters:
value - allowed object is PaginatedOrderTransactionArrayType

getLostList

public PaginatedItemArrayType getLostList()
Gets the value of the lostList property.

Returns:
possible object is PaginatedItemArrayType

setLostList

public void setLostList(PaginatedItemArrayType value)
Sets the value of the lostList property.

Parameters:
value - allowed object is PaginatedItemArrayType

getFavoriteSearches

public MyeBayFavoriteSearchListType getFavoriteSearches()
Gets the value of the favoriteSearches property.

Returns:
possible object is MyeBayFavoriteSearchListType

setFavoriteSearches

public void setFavoriteSearches(MyeBayFavoriteSearchListType value)
Sets the value of the favoriteSearches property.

Parameters:
value - allowed object is MyeBayFavoriteSearchListType

getFavoriteSellers

public MyeBayFavoriteSellerListType getFavoriteSellers()
Gets the value of the favoriteSellers property.

Returns:
possible object is MyeBayFavoriteSellerListType

setFavoriteSellers

public void setFavoriteSellers(MyeBayFavoriteSellerListType value)
Sets the value of the favoriteSellers property.

Parameters:
value - allowed object is MyeBayFavoriteSellerListType

getSecondChanceOffer

public ItemType[] getSecondChanceOffer()
Returns:
array of ItemType

getSecondChanceOffer

public ItemType getSecondChanceOffer(int idx)
Returns:
one of ItemType

getSecondChanceOfferLength

public int getSecondChanceOfferLength()

setSecondChanceOffer

public void setSecondChanceOffer(ItemType[] values)
Parameters:
values - allowed objects are ItemType

_getSecondChanceOffer

protected List<ItemType> _getSecondChanceOffer()

setSecondChanceOffer

public ItemType setSecondChanceOffer(int idx,
                                     ItemType value)
Parameters:
value - allowed object is ItemType

getBidAssistantList

public BidGroupArrayType getBidAssistantList()
Gets the value of the bidAssistantList property.

Returns:
possible object is BidGroupArrayType

setBidAssistantList

public void setBidAssistantList(BidGroupArrayType value)
Sets the value of the bidAssistantList property.

Parameters:
value - allowed object is BidGroupArrayType

getDeletedFromWonList

public PaginatedOrderTransactionArrayType getDeletedFromWonList()
Gets the value of the deletedFromWonList property.

Returns:
possible object is PaginatedOrderTransactionArrayType

setDeletedFromWonList

public void setDeletedFromWonList(PaginatedOrderTransactionArrayType value)
Sets the value of the deletedFromWonList property.

Parameters:
value - allowed object is PaginatedOrderTransactionArrayType

getDeletedFromLostList

public PaginatedItemArrayType getDeletedFromLostList()
Gets the value of the deletedFromLostList property.

Returns:
possible object is PaginatedItemArrayType

setDeletedFromLostList

public void setDeletedFromLostList(PaginatedItemArrayType value)
Sets the value of the deletedFromLostList property.

Parameters:
value - allowed object is PaginatedItemArrayType

getUserDefinedList

public UserDefinedListType[] getUserDefinedList()
Returns:
array of UserDefinedListType

getUserDefinedList

public UserDefinedListType getUserDefinedList(int idx)
Returns:
one of UserDefinedListType

getUserDefinedListLength

public int getUserDefinedListLength()

setUserDefinedList

public void setUserDefinedList(UserDefinedListType[] values)
Parameters:
values - allowed objects are UserDefinedListType

_getUserDefinedList

protected List<UserDefinedListType> _getUserDefinedList()

setUserDefinedList

public UserDefinedListType setUserDefinedList(int idx,
                                              UserDefinedListType value)
Parameters:
value - allowed object is UserDefinedListType

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.