public abstract class VariableState
extends java.lang.Object
implements java.io.Serializable
Java class for VariableState complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VariableState">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="VariableID" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
id |
protected java.lang.String |
variableID |
| Constructor and Description |
|---|
VariableState() |
| Modifier and Type | Method and Description |
|---|---|
long |
getId()
Gets the value of the id property.
|
java.lang.String |
getVariableID()
Gets the value of the variableID property.
|
void |
setId(long value)
Sets the value of the id property.
|
void |
setVariableID(java.lang.String value)
Sets the value of the variableID property.
|
public long getId()
public void setId(long value)
public java.lang.String getVariableID()
Stringpublic void setVariableID(java.lang.String value)
value - allowed object is
String