|
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 detailed bidding data for the auction listing that was specified in the request. Unless the listing is private, the actual eBay user IDs of all bidders are returned if the listing's seller makes this API call. If a bidder makes this API call, only that bidder's eBay user ID is returned, and the rest of the bidder's user IDs are anonymized.
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 java.lang.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. |
java.lang.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(java.lang.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 java.lang.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 java.lang.String getHighBidder()
String
public void setHighBidder(java.lang.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.