com.ebay.soap.eBLBaseComponents
Class BidGroupArrayType
java.lang.Object
com.ebay.soap.eBLBaseComponents.BidGroupArrayType
- All Implemented Interfaces:
- java.io.Serializable
public class BidGroupArrayType
- extends java.lang.Object
- implements java.io.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
bidGroup
protected java.util.List<BidGroupType> bidGroup
BidGroupArrayType
public BidGroupArrayType()
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 java.util.List<BidGroupType> _getBidGroup()
setBidGroup
public BidGroupType setBidGroup(int idx,
BidGroupType value)
- Parameters:
value
- allowed object is
BidGroupType
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.