Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class BidGroupType

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

public class BidGroupType
extends Object
implements Serializable

This type is deprecated.

Java class for BidGroupType complex type.

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

 <complexType name="BidGroupType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="BidGroupItem" type="{urn:ebay:apis:eBLBaseComponents}BidGroupItemType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="BidGroupID" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="BidGroupName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="BidGroupStatus" type="{urn:ebay:apis:eBLBaseComponents}BidGroupStatusCodeType" minOccurs="0"/>
         <any/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  List<Object> any
           
protected  Long bidGroupID
           
protected  List<BidGroupItemType> bidGroupItem
           
protected  String bidGroupName
           
protected  BidGroupStatusCodeType bidGroupStatus
           
 
Constructor Summary
BidGroupType()
           
 
Method Summary
protected  List<Object> _getAny()
           
protected  List<BidGroupItemType> _getBidGroupItem()
           
 Object[] getAny()
           
 Object getAny(int idx)
           
 int getAnyLength()
           
 Long getBidGroupID()
          Gets the value of the bidGroupID property.
 BidGroupItemType[] getBidGroupItem()
           
 BidGroupItemType getBidGroupItem(int idx)
           
 int getBidGroupItemLength()
           
 String getBidGroupName()
          Gets the value of the bidGroupName property.
 BidGroupStatusCodeType getBidGroupStatus()
          Gets the value of the bidGroupStatus property.
 Object setAny(int idx, Object value)
           
 void setAny(Object[] values)
           
 void setBidGroupID(Long value)
          Sets the value of the bidGroupID property.
 void setBidGroupItem(BidGroupItemType[] values)
           
 BidGroupItemType setBidGroupItem(int idx, BidGroupItemType value)
           
 void setBidGroupName(String value)
          Sets the value of the bidGroupName property.
 void setBidGroupStatus(BidGroupStatusCodeType value)
          Sets the value of the bidGroupStatus property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bidGroupItem

protected List<BidGroupItemType> bidGroupItem

bidGroupID

protected Long bidGroupID

bidGroupName

protected String bidGroupName

bidGroupStatus

protected BidGroupStatusCodeType bidGroupStatus

any

protected List<Object> any
Constructor Detail

BidGroupType

public BidGroupType()
Method Detail

getBidGroupItem

public BidGroupItemType[] getBidGroupItem()
Returns:
array of BidGroupItemType

getBidGroupItem

public BidGroupItemType getBidGroupItem(int idx)
Returns:
one of BidGroupItemType

getBidGroupItemLength

public int getBidGroupItemLength()

setBidGroupItem

public void setBidGroupItem(BidGroupItemType[] values)
Parameters:
values - allowed objects are BidGroupItemType

_getBidGroupItem

protected List<BidGroupItemType> _getBidGroupItem()

setBidGroupItem

public BidGroupItemType setBidGroupItem(int idx,
                                        BidGroupItemType value)
Parameters:
value - allowed object is BidGroupItemType

getBidGroupID

public Long getBidGroupID()
Gets the value of the bidGroupID property.

Returns:
possible object is Long

setBidGroupID

public void setBidGroupID(Long value)
Sets the value of the bidGroupID property.

Parameters:
value - allowed object is Long

getBidGroupName

public String getBidGroupName()
Gets the value of the bidGroupName property.

Returns:
possible object is String

setBidGroupName

public void setBidGroupName(String value)
Sets the value of the bidGroupName property.

Parameters:
value - allowed object is String

getBidGroupStatus

public BidGroupStatusCodeType getBidGroupStatus()
Gets the value of the bidGroupStatus property.

Returns:
possible object is BidGroupStatusCodeType

setBidGroupStatus

public void setBidGroupStatus(BidGroupStatusCodeType value)
Sets the value of the bidGroupStatus property.

Parameters:
value - allowed object is BidGroupStatusCodeType

getAny

public Object[] getAny()
Returns:
array of Element Object

getAny

public Object getAny(int idx)
Returns:
one of Element Object

getAnyLength

public int getAnyLength()

setAny

public void setAny(Object[] values)
Parameters:
values - allowed objects are Element Object

_getAny

protected List<Object> _getAny()

setAny

public Object setAny(int idx,
                     Object value)
Parameters:
value - allowed object is Element Object

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.