|
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.GetAllBiddersResponseType
public class GetAllBiddersResponseType
Includes the list of bidders for the requested item as part of the general item listing data. Some bidder information is anonymous to protect bidders from fraud. If the seller makes this API call, the actual ids of all bidders on the seller's item are returned. If a bidder makes this API call, the bidder's actual id will be returned. Information for all competing bidders or outside watchers are returned as anonymized userIDs.
Java class for GetAllBiddersResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetAllBiddersResponseType"> <complexContent> <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractResponseType"> <sequence> <element name="BidArray" type="{urn:ebay:apis:eBLBaseComponents}OfferArrayType" minOccurs="0"/> <element name="HighBidder" type="{urn:ebay:apis:eBLBaseComponents}UserIDType" minOccurs="0"/> <element name="HighestBid" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/> <element name="ListingStatus" type="{urn:ebay:apis:eBLBaseComponents}ListingStatusCodeType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected OfferArrayType |
bidArray
|
protected String |
highBidder
|
protected AmountType |
highestBid
|
protected ListingStatusCodeType |
listingStatus
|
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 | |
---|---|
GetAllBiddersResponseType()
|
Method Summary | |
---|---|
OfferArrayType |
getBidArray()
Gets the value of the bidArray property. |
String |
getHighBidder()
Gets the value of the highBidder property. |
AmountType |
getHighestBid()
Gets the value of the highestBid property. |
ListingStatusCodeType |
getListingStatus()
Gets the value of the listingStatus property. |
void |
setBidArray(OfferArrayType value)
Sets the value of the bidArray property. |
void |
setHighBidder(String value)
Sets the value of the highBidder property. |
void |
setHighestBid(AmountType value)
Sets the value of the highestBid property. |
void |
setListingStatus(ListingStatusCodeType value)
Sets the value of the listingStatus property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected OfferArrayType bidArray
protected String highBidder
protected AmountType highestBid
protected ListingStatusCodeType listingStatus
Constructor Detail |
---|
public GetAllBiddersResponseType()
Method Detail |
---|
public OfferArrayType getBidArray()
OfferArrayType
public void setBidArray(OfferArrayType value)
value
- allowed object is
OfferArrayType
public String getHighBidder()
String
public void setHighBidder(String value)
value
- allowed object is
String
public AmountType getHighestBid()
AmountType
public void setHighestBid(AmountType value)
value
- allowed object is
AmountType
public ListingStatusCodeType getListingStatus()
ListingStatusCodeType
public void setListingStatus(ListingStatusCodeType value)
value
- allowed object is
ListingStatusCodeType
|
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.