@Deprecated
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="VariableID" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
variableID
Deprecated.
|
| Constructor and Description |
|---|
VariableState()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getVariableID()
Deprecated.
Gets the value of the variableID property.
|
void |
setVariableID(java.lang.String value)
Deprecated.
Sets the value of the variableID property.
|
static VariableState |
toEOMVersion100(VariableState varState096)
Deprecated.
Converts the current instance to an EOM version 100.
|
public java.lang.String getVariableID()
Stringpublic void setVariableID(java.lang.String value)
value - allowed object is
Stringpublic static VariableState toEOMVersion100(VariableState varState096)
varState096 - the VariableState 096