| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.ValType |
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"/>
</sequence>
<attribute name="ValueID" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| valueID | |||||||||||
| valueLiteral | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the valueID property.
| |||||||||||
Gets the value of the valueLiteral property.
| |||||||||||
Sets the value of the valueID property.
| |||||||||||
Sets the value of the valueLiteral property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the valueID property.
Gets the value of the valueLiteral property.
Sets the value of the valueID property.
| value | Allowed object is String |
|---|
Sets the value of the valueLiteral property.
| value | Allowed object is String |
|---|