public class

ValType

extends Object
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.ValType

Class Overview

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>
 

Summary

Fields
protected String valueID
protected String valueLiteral
Public Constructors
ValType()
Public Methods
String getValueID()
Gets the value of the valueID property.
String getValueLiteral()
Gets the value of the valueLiteral property.
void setValueID(String value)
Sets the value of the valueID property.
void setValueLiteral(String value)
Sets the value of the valueLiteral property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String valueID

protected String valueLiteral

Public Constructors

public ValType ()

Public Methods

public String getValueID ()

Gets the value of the valueID property.

Returns
  • possible object is String

public String getValueLiteral ()

Gets the value of the valueLiteral property.

Returns
  • possible object is String

public void setValueID (String value)

Sets the value of the valueID property.

Parameters
value Allowed object is String

public void setValueLiteral (String value)

Sets the value of the valueLiteral property.

Parameters
value Allowed object is String