public class ValType
extends java.lang.Object
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>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
valueID |
protected java.lang.String |
valueLiteral |
Constructor and Description |
---|
ValType() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getValueID()
Gets the value of the valueID property.
|
java.lang.String |
getValueLiteral()
Gets the value of the valueLiteral property.
|
void |
setValueID(java.lang.String value)
Sets the value of the valueID property.
|
void |
setValueLiteral(java.lang.String value)
Sets the value of the valueLiteral property.
|
protected java.lang.String valueLiteral
protected java.lang.String valueID
public java.lang.String getValueLiteral()
String
public void setValueLiteral(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getValueID()
String
public void setValueID(java.lang.String value)
value
- the value
allowed object is
String
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.