com.ebay.soap.eBLBaseComponents
Class BestOfferArrayType
java.lang.Object
com.ebay.soap.eBLBaseComponents.BestOfferArrayType
- All Implemented Interfaces:
- Serializable
public class BestOfferArrayType
- extends Object
- implements Serializable
An array of one or more Best Offers. This type is used in the responses of the GetBestOffers and RespondToBestOffer calls.
Java class for BestOfferArrayType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BestOfferArrayType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="BestOffer" type="{urn:ebay:apis:eBLBaseComponents}BestOfferType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
bestOffer
protected List<BestOfferType> bestOffer
BestOfferArrayType
public BestOfferArrayType()
getBestOffer
public BestOfferType[] getBestOffer()
- Returns:
- array of
BestOfferType
getBestOffer
public BestOfferType getBestOffer(int idx)
- Returns:
- one of
BestOfferType
getBestOfferLength
public int getBestOfferLength()
setBestOffer
public void setBestOffer(BestOfferType[] values)
- Parameters:
values
- allowed objects are
BestOfferType
_getBestOffer
protected List<BestOfferType> _getBestOffer()
setBestOffer
public BestOfferType setBestOffer(int idx,
BestOfferType value)
- Parameters:
value
- allowed object is
BestOfferType
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.