public class AbstractState
extends java.lang.Object
Java class for AbstractState complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractState">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://standards.ieee.org/downloads/11073/11073-10207-2017/extension}Extension" minOccurs="0"/>
</sequence>
<attribute name="StateVersion" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}VersionCounter" />
<attribute name="DescriptorHandle" use="required" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}HandleRef" />
<attribute name="DescriptorVersion" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}ReferencedVersion" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
descriptorHandle |
protected java.math.BigInteger |
descriptorVersion |
protected ExtensionType |
extension |
protected java.math.BigInteger |
stateVersion |
| Constructor and Description |
|---|
AbstractState() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
java.lang.String |
getDescriptorHandle()
Gets the value of the descriptorHandle property.
|
java.math.BigInteger |
getDescriptorVersion()
Gets the value of the descriptorVersion property.
|
ExtensionType |
getExtension()
Gets the value of the extension property.
|
java.math.BigInteger |
getStateVersion()
Gets the value of the stateVersion property.
|
int |
hashCode() |
void |
setDescriptorHandle(java.lang.String value)
Sets the value of the descriptorHandle property.
|
void |
setDescriptorVersion(java.math.BigInteger value)
Sets the value of the descriptorVersion property.
|
void |
setExtension(ExtensionType value)
Sets the value of the extension property.
|
void |
setStateVersion(java.math.BigInteger value)
Sets the value of the stateVersion property.
|
java.lang.String |
toString() |
protected ExtensionType extension
protected java.math.BigInteger stateVersion
protected java.lang.String descriptorHandle
protected java.math.BigInteger descriptorVersion
public ExtensionType getExtension()
ExtensionTypepublic void setExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic java.math.BigInteger getStateVersion()
BigIntegerpublic void setStateVersion(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.String getDescriptorHandle()
Stringpublic void setDescriptorHandle(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigInteger getDescriptorVersion()
BigIntegerpublic void setDescriptorVersion(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object