Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class ConditionValuesType

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

public class ConditionValuesType
extends java.lang.Object
implements java.io.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  java.util.List<java.lang.Object> any
           
protected  java.util.List<ConditionType> condition
           
protected  java.lang.String conditionHelpURL
           
 
Constructor Summary
ConditionValuesType()
           
 
Method Summary
protected  java.util.List<java.lang.Object> _getAny()
           
protected  java.util.List<ConditionType> _getCondition()
           
 java.lang.Object[] getAny()
           
 java.lang.Object getAny(int idx)
           
 int getAnyLength()
           
 ConditionType[] getCondition()
           
 ConditionType getCondition(int idx)
           
 java.lang.String getConditionHelpURL()
          Gets the value of the conditionHelpURL property.
 int getConditionLength()
           
 java.lang.Object setAny(int idx, java.lang.Object value)
           
 void setAny(java.lang.Object[] values)
           
 void setCondition(ConditionType[] values)
           
 ConditionType setCondition(int idx, ConditionType value)
           
 void setConditionHelpURL(java.lang.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 java.util.List<ConditionType> condition

conditionHelpURL

protected java.lang.String conditionHelpURL

any

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

setCondition

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

getConditionHelpURL

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

Returns:
possible object is String

setConditionHelpURL

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

Parameters:
value - allowed object is String

getAny

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

getAny

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

getAnyLength

public int getAnyLength()

setAny

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

_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 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.