Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class OfferArrayType

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

public class OfferArrayType
extends java.lang.Object
implements java.io.Serializable

Type used by the BidArray container that is returned in the GetAllBidders response. The BidArray container is an array of all bids made on an auction listing that is specified in the call request.

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  java.util.List<OfferType> offer
           
 
Constructor Summary
OfferArrayType()
           
 
Method Summary
protected  java.util.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 java.util.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 java.util.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.