|
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.GetMyeBayBuyingResponseType
public class GetMyeBayBuyingResponseType
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>
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 java.util.List<ItemType> |
secondChanceOffer
|
protected java.util.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 java.util.List<ItemType> |
_getSecondChanceOffer()
|
protected java.util.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 java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected BuyingSummaryType buyingSummary
protected PaginatedItemArrayType watchList
protected PaginatedItemArrayType bidList
protected PaginatedItemArrayType bestOfferList
protected PaginatedOrderTransactionArrayType wonList
protected PaginatedItemArrayType lostList
protected MyeBayFavoriteSearchListType favoriteSearches
protected MyeBayFavoriteSellerListType favoriteSellers
protected java.util.List<ItemType> secondChanceOffer
protected BidGroupArrayType bidAssistantList
protected PaginatedOrderTransactionArrayType deletedFromWonList
protected PaginatedItemArrayType deletedFromLostList
protected java.util.List<UserDefinedListType> userDefinedList
Constructor Detail |
---|
public GetMyeBayBuyingResponseType()
Method Detail |
---|
public BuyingSummaryType getBuyingSummary()
BuyingSummaryType
public void setBuyingSummary(BuyingSummaryType value)
value
- allowed object is
BuyingSummaryType
public PaginatedItemArrayType getWatchList()
PaginatedItemArrayType
public void setWatchList(PaginatedItemArrayType value)
value
- allowed object is
PaginatedItemArrayType
public PaginatedItemArrayType getBidList()
PaginatedItemArrayType
public void setBidList(PaginatedItemArrayType value)
value
- allowed object is
PaginatedItemArrayType
public PaginatedItemArrayType getBestOfferList()
PaginatedItemArrayType
public void setBestOfferList(PaginatedItemArrayType value)
value
- allowed object is
PaginatedItemArrayType
public PaginatedOrderTransactionArrayType getWonList()
PaginatedOrderTransactionArrayType
public void setWonList(PaginatedOrderTransactionArrayType value)
value
- allowed object is
PaginatedOrderTransactionArrayType
public PaginatedItemArrayType getLostList()
PaginatedItemArrayType
public void setLostList(PaginatedItemArrayType value)
value
- allowed object is
PaginatedItemArrayType
public MyeBayFavoriteSearchListType getFavoriteSearches()
MyeBayFavoriteSearchListType
public void setFavoriteSearches(MyeBayFavoriteSearchListType value)
value
- allowed object is
MyeBayFavoriteSearchListType
public MyeBayFavoriteSellerListType getFavoriteSellers()
MyeBayFavoriteSellerListType
public void setFavoriteSellers(MyeBayFavoriteSellerListType value)
value
- allowed object is
MyeBayFavoriteSellerListType
public ItemType[] getSecondChanceOffer()
ItemType
public ItemType getSecondChanceOffer(int idx)
ItemType
public int getSecondChanceOfferLength()
public void setSecondChanceOffer(ItemType[] values)
values
- allowed objects are
ItemType
protected java.util.List<ItemType> _getSecondChanceOffer()
public ItemType setSecondChanceOffer(int idx, ItemType value)
value
- allowed object is
ItemType
public BidGroupArrayType getBidAssistantList()
BidGroupArrayType
public void setBidAssistantList(BidGroupArrayType value)
value
- allowed object is
BidGroupArrayType
public PaginatedOrderTransactionArrayType getDeletedFromWonList()
PaginatedOrderTransactionArrayType
public void setDeletedFromWonList(PaginatedOrderTransactionArrayType value)
value
- allowed object is
PaginatedOrderTransactionArrayType
public PaginatedItemArrayType getDeletedFromLostList()
PaginatedItemArrayType
public void setDeletedFromLostList(PaginatedItemArrayType value)
value
- allowed object is
PaginatedItemArrayType
public UserDefinedListType[] getUserDefinedList()
UserDefinedListType
public UserDefinedListType getUserDefinedList(int idx)
UserDefinedListType
public int getUserDefinedListLength()
public void setUserDefinedList(UserDefinedListType[] values)
values
- allowed objects are
UserDefinedListType
protected java.util.List<UserDefinedListType> _getUserDefinedList()
public UserDefinedListType setUserDefinedList(int idx, UserDefinedListType value)
value
- allowed object is
UserDefinedListType
|
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.