Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class ValType

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

public class ValType
extends Object
implements Serializable

This type is only applicable for Half.com listings, and since API support for Half.com listings is being deprecated, this type is no longer applicable.

Java class for ValType complex type.

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

 <complexType name="ValType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ValueLiteral" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="SuggestedValueLiteral" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="ValueID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <any/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  List<Object> any
           
protected  List<String> suggestedValueLiteral
           
protected  Integer valueID
           
protected  String valueLiteral
           
 
Constructor Summary
ValType()
           
 
Method Summary
protected  List<Object> _getAny()
           
protected  List<String> _getSuggestedValueLiteral()
           
 Object[] getAny()
           
 Object getAny(int idx)
           
 int getAnyLength()
           
 String[] getSuggestedValueLiteral()
           
 String getSuggestedValueLiteral(int idx)
           
 int getSuggestedValueLiteralLength()
           
 Integer getValueID()
          Gets the value of the valueID property.
 String getValueLiteral()
          Gets the value of the valueLiteral property.
 Object setAny(int idx, Object value)
           
 void setAny(Object[] values)
           
 String setSuggestedValueLiteral(int idx, String value)
           
 void setSuggestedValueLiteral(String[] values)
           
 void setValueID(Integer value)
          Sets the value of the valueID property.
 void setValueLiteral(String value)
          Sets the value of the valueLiteral property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

valueLiteral

protected String valueLiteral

suggestedValueLiteral

protected List<String> suggestedValueLiteral

valueID

protected Integer valueID

any

protected List<Object> any
Constructor Detail

ValType

public ValType()
Method Detail

getValueLiteral

public String getValueLiteral()
Gets the value of the valueLiteral property.

Returns:
possible object is String

setValueLiteral

public void setValueLiteral(String value)
Sets the value of the valueLiteral property.

Parameters:
value - allowed object is String

getSuggestedValueLiteral

public String[] getSuggestedValueLiteral()
Returns:
array of String

getSuggestedValueLiteral

public String getSuggestedValueLiteral(int idx)
Returns:
one of String

getSuggestedValueLiteralLength

public int getSuggestedValueLiteralLength()

setSuggestedValueLiteral

public void setSuggestedValueLiteral(String[] values)
Parameters:
values - allowed objects are String

_getSuggestedValueLiteral

protected List<String> _getSuggestedValueLiteral()

setSuggestedValueLiteral

public String setSuggestedValueLiteral(int idx,
                                       String value)
Parameters:
value - allowed object is String

getValueID

public Integer getValueID()
Gets the value of the valueID property.

Returns:
possible object is Integer

setValueID

public void setValueID(Integer value)
Sets the value of the valueID property.

Parameters:
value - allowed object is Integer

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.