Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class BidderDetailArrayType

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

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

This type is deprecated.

Java class for BidderDetailArrayType complex type.

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

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

See Also:
Serialized Form

Field Summary
protected  java.util.List<BidderDetailType> bidderDetail
           
 
Constructor Summary
BidderDetailArrayType()
           
 
Method Summary
protected  java.util.List<BidderDetailType> _getBidderDetail()
           
 BidderDetailType[] getBidderDetail()
           
 BidderDetailType getBidderDetail(int idx)
           
 int getBidderDetailLength()
           
 void setBidderDetail(BidderDetailType[] values)
           
 BidderDetailType setBidderDetail(int idx, BidderDetailType value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bidderDetail

protected java.util.List<BidderDetailType> bidderDetail
Constructor Detail

BidderDetailArrayType

public BidderDetailArrayType()
Method Detail

getBidderDetail

public BidderDetailType[] getBidderDetail()
Returns:
array of BidderDetailType

getBidderDetail

public BidderDetailType getBidderDetail(int idx)
Returns:
one of BidderDetailType

getBidderDetailLength

public int getBidderDetailLength()

setBidderDetail

public void setBidderDetail(BidderDetailType[] values)
Parameters:
values - allowed objects are BidderDetailType

_getBidderDetail

protected java.util.List<BidderDetailType> _getBidderDetail()

setBidderDetail

public BidderDetailType setBidderDetail(int idx,
                                        BidderDetailType value)
Parameters:
value - allowed object is BidderDetailType

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.