|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ebay.soap.eBLBaseComponents.ValType
public class ValType
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>
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 |
---|
protected String valueLiteral
protected List<String> suggestedValueLiteral
protected Integer valueID
protected List<Object> any
Constructor Detail |
---|
public ValType()
Method Detail |
---|
public String getValueLiteral()
String
public void setValueLiteral(String value)
value
- allowed object is
String
public String[] getSuggestedValueLiteral()
String
public String getSuggestedValueLiteral(int idx)
String
public int getSuggestedValueLiteralLength()
public void setSuggestedValueLiteral(String[] values)
values
- allowed objects are
String
protected List<String> _getSuggestedValueLiteral()
public String setSuggestedValueLiteral(int idx, String value)
value
- allowed object is
String
public Integer getValueID()
Integer
public void setValueID(Integer value)
value
- allowed object is
Integer
public Object[] getAny()
Element
Object
public Object getAny(int idx)
Element
Object
public int getAnyLength()
public void setAny(Object[] values)
values
- allowed objects are
Element
Object
protected List<Object> _getAny()
public Object setAny(int idx, Object value)
value
- allowed object is
Element
Object
|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.