Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class ConditionValuesType

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

public class ConditionValuesType
extends Object
implements Serializable

Fields in this type provide condition values and display names.

Java class for ConditionValuesType complex type.

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

 <complexType name="ConditionValuesType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Condition" type="{urn:ebay:apis:eBLBaseComponents}ConditionType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="ConditionHelpURL" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
         <any/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  List<Object> any
           
protected  List<ConditionType> condition
           
protected  String conditionHelpURL
           
 
Constructor Summary
ConditionValuesType()
           
 
Method Summary
protected  List<Object> _getAny()
           
protected  List<ConditionType> _getCondition()
           
 Object[] getAny()
           
 Object getAny(int idx)
           
 int getAnyLength()
           
 ConditionType[] getCondition()
           
 ConditionType getCondition(int idx)
           
 String getConditionHelpURL()
          Gets the value of the conditionHelpURL property.
 int getConditionLength()
           
 Object setAny(int idx, Object value)
           
 void setAny(Object[] values)
           
 void setCondition(ConditionType[] values)
           
 ConditionType setCondition(int idx, ConditionType value)
           
 void setConditionHelpURL(String value)
          Sets the value of the conditionHelpURL property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

condition

protected List<ConditionType> condition

conditionHelpURL

protected String conditionHelpURL

any

protected List<Object> any
Constructor Detail

ConditionValuesType

public ConditionValuesType()
Method Detail

getCondition

public ConditionType[] getCondition()
Returns:
array of ConditionType

getCondition

public ConditionType getCondition(int idx)
Returns:
one of ConditionType

getConditionLength

public int getConditionLength()

setCondition

public void setCondition(ConditionType[] values)
Parameters:
values - allowed objects are ConditionType

_getCondition

protected List<ConditionType> _getCondition()

setCondition

public ConditionType setCondition(int idx,
                                  ConditionType value)
Parameters:
value - allowed object is ConditionType

getConditionHelpURL

public String getConditionHelpURL()
Gets the value of the conditionHelpURL property.

Returns:
possible object is String

setConditionHelpURL

public void setConditionHelpURL(String value)
Sets the value of the conditionHelpURL property.

Parameters:
value - allowed object is String

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.