Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class BidGroupType

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

public class BidGroupType
extends java.lang.Object
implements java.io.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  java.util.List<java.lang.Object> any
           
protected  java.lang.Long bidGroupID
           
protected  java.util.List<BidGroupItemType> bidGroupItem
           
protected  java.lang.String bidGroupName
           
protected  BidGroupStatusCodeType bidGroupStatus
           
 
Constructor Summary
BidGroupType()
           
 
Method Summary
protected  java.util.List<java.lang.Object> _getAny()
           
protected  java.util.List<BidGroupItemType> _getBidGroupItem()
           
 java.lang.Object[] getAny()
           
 java.lang.Object getAny(int idx)
           
 int getAnyLength()
           
 java.lang.Long getBidGroupID()
          Gets the value of the bidGroupID property.
 BidGroupItemType[] getBidGroupItem()
           
 BidGroupItemType getBidGroupItem(int idx)
           
 int getBidGroupItemLength()
           
 java.lang.String getBidGroupName()
          Gets the value of the bidGroupName property.
 BidGroupStatusCodeType getBidGroupStatus()
          Gets the value of the bidGroupStatus property.
 java.lang.Object setAny(int idx, java.lang.Object value)
           
 void setAny(java.lang.Object[] values)
           
 void setBidGroupID(java.lang.Long value)
          Sets the value of the bidGroupID property.
 void setBidGroupItem(BidGroupItemType[] values)
           
 BidGroupItemType setBidGroupItem(int idx, BidGroupItemType value)
           
 void setBidGroupName(java.lang.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 java.util.List<BidGroupItemType> bidGroupItem

bidGroupID

protected java.lang.Long bidGroupID

bidGroupName

protected java.lang.String bidGroupName

bidGroupStatus

protected BidGroupStatusCodeType bidGroupStatus

any

protected java.util.List<java.lang.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 java.util.List<BidGroupItemType> _getBidGroupItem()

setBidGroupItem

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

getBidGroupID

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

Returns:
possible object is Long

setBidGroupID

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

Parameters:
value - allowed object is Long

getBidGroupName

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

Returns:
possible object is String

setBidGroupName

public void setBidGroupName(java.lang.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 java.lang.Object[] getAny()
Returns:
array of Object Element

getAny

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

getAnyLength

public int getAnyLength()

setAny

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

_getAny

protected java.util.List<java.lang.Object> _getAny()

setAny

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

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.