Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class BestOfferArrayType

java.lang.Object
  extended by 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

Field Summary
protected  List<BestOfferType> bestOffer
           
 
Constructor Summary
BestOfferArrayType()
           
 
Method Summary
protected  List<BestOfferType> _getBestOffer()
           
 BestOfferType[] getBestOffer()
           
 BestOfferType getBestOffer(int idx)
           
 int getBestOfferLength()
           
 void setBestOffer(BestOfferType[] values)
           
 BestOfferType setBestOffer(int idx, BestOfferType value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bestOffer

protected List<BestOfferType> bestOffer
Constructor Detail

BestOfferArrayType

public BestOfferArrayType()
Method Detail

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

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.