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

public class GetAllBiddersResponseType
extends AbstractResponseType
implements Serializable

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>
 

See Also:
Serialized Form

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 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 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 String getHighBidder()
Gets the value of the highBidder property.

Returns:
possible object is String

setHighBidder

public void setHighBidder(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.