Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class GetAllBiddersResponseType

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

public class GetAllBiddersResponseType
extends AbstractResponseType
implements java.io.Serializable

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>
 

See Also:
Serialized Form

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 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

bidArray

protected OfferArrayType bidArray

highBidder

protected java.lang.String highBidder

highestBid

protected AmountType highestBid

listingStatus

protected ListingStatusCodeType listingStatus
Constructor Detail

GetAllBiddersResponseType

public GetAllBiddersResponseType()
Method Detail

getBidArray

public OfferArrayType getBidArray()
Gets the value of the bidArray property.

Returns:
possible object is OfferArrayType

setBidArray

public void setBidArray(OfferArrayType value)
Sets the value of the bidArray property.

Parameters:
value - allowed object is OfferArrayType

getHighBidder

public java.lang.String getHighBidder()
Gets the value of the highBidder property.

Returns:
possible object is String

setHighBidder

public void setHighBidder(java.lang.String value)
Sets the value of the highBidder property.

Parameters:
value - allowed object is String

getHighestBid

public AmountType getHighestBid()
Gets the value of the highestBid property.

Returns:
possible object is AmountType

setHighestBid

public void setHighestBid(AmountType value)
Sets the value of the highestBid property.

Parameters:
value - allowed object is AmountType

getListingStatus

public ListingStatusCodeType getListingStatus()
Gets the value of the listingStatus property.

Returns:
possible object is ListingStatusCodeType

setListingStatus

public void setListingStatus(ListingStatusCodeType value)
Sets the value of the listingStatus property.

Parameters:
value - allowed object is ListingStatusCodeType

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.