Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class BidGroupArrayType

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

public class BidGroupArrayType
extends Object
implements Serializable

This type is deprecated.

Java class for BidGroupArrayType complex type.

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

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

See Also:
Serialized Form

Field Summary
protected  List<BidGroupType> bidGroup
           
 
Constructor Summary
BidGroupArrayType()
           
 
Method Summary
protected  List<BidGroupType> _getBidGroup()
           
 BidGroupType[] getBidGroup()
           
 BidGroupType getBidGroup(int idx)
           
 int getBidGroupLength()
           
 void setBidGroup(BidGroupType[] values)
           
 BidGroupType setBidGroup(int idx, BidGroupType value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bidGroup

protected List<BidGroupType> bidGroup
Constructor Detail

BidGroupArrayType

public BidGroupArrayType()
Method Detail

getBidGroup

public BidGroupType[] getBidGroup()
Returns:
array of BidGroupType

getBidGroup

public BidGroupType getBidGroup(int idx)
Returns:
one of BidGroupType

getBidGroupLength

public int getBidGroupLength()

setBidGroup

public void setBidGroup(BidGroupType[] values)
Parameters:
values - allowed objects are BidGroupType

_getBidGroup

protected List<BidGroupType> _getBidGroup()

setBidGroup

public BidGroupType setBidGroup(int idx,
                                BidGroupType value)
Parameters:
value - allowed object is BidGroupType

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.