Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class OfferArrayType

java.lang.Object
  extended by com.ebay.soap.eBLBaseComponents.OfferArrayType
All Implemented Interfaces:
Serializable

public class OfferArrayType
extends Object
implements Serializable

Container for a list of offers. May contain zero, one, or multiple OfferType objects, each of which represents one offer extended by a user on a listing.

Java class for OfferArrayType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="OfferArrayType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Offer" type="{urn:ebay:apis:eBLBaseComponents}OfferType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  List<OfferType> offer
           
 
Constructor Summary
OfferArrayType()
           
 
Method Summary
protected  List<OfferType> _getOffer()
           
 OfferType[] getOffer()
           
 OfferType getOffer(int idx)
           
 int getOfferLength()
           
 OfferType setOffer(int idx, OfferType value)
           
 void setOffer(OfferType[] values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

offer

protected List<OfferType> offer
Constructor Detail

OfferArrayType

public OfferArrayType()
Method Detail

getOffer

public OfferType[] getOffer()
Returns:
array of OfferType

getOffer

public OfferType getOffer(int idx)
Returns:
one of OfferType

getOfferLength

public int getOfferLength()

setOffer

public void setOffer(OfferType[] values)
Parameters:
values - allowed objects are OfferType

_getOffer

protected List<OfferType> _getOffer()

setOffer

public OfferType setOffer(int idx,
                          OfferType value)
Parameters:
value - allowed object is OfferType

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.