public class AbstractState extends 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://p11073-10207/draft10/ext/2017/10/05}Extension" minOccurs="0"/>
</sequence>
<attribute name="StateVersion" type="{http://p11073-10207/draft10/pm/2017/10/05}VersionCounter" />
<attribute name="DescriptorHandle" use="required" type="{http://p11073-10207/draft10/pm/2017/10/05}HandleRef" />
<attribute name="DescriptorVersion" type="{http://p11073-10207/draft10/pm/2017/10/05}ReferencedVersion" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
descriptorHandle |
protected BigInteger |
descriptorVersion |
protected ExtensionType |
extension |
protected BigInteger |
stateVersion |
| Constructor and Description |
|---|
AbstractState() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
String |
getDescriptorHandle()
Gets the value of the descriptorHandle property.
|
BigInteger |
getDescriptorVersion()
Gets the value of the descriptorVersion property.
|
ExtensionType |
getExtension()
Gets the value of the extension property.
|
BigInteger |
getStateVersion()
Gets the value of the stateVersion property.
|
int |
hashCode() |
void |
setDescriptorHandle(String value)
Sets the value of the descriptorHandle property.
|
void |
setDescriptorVersion(BigInteger value)
Sets the value of the descriptorVersion property.
|
void |
setExtension(ExtensionType value)
Sets the value of the extension property.
|
void |
setStateVersion(BigInteger value)
Sets the value of the stateVersion property.
|
String |
toString() |
protected ExtensionType extension
protected BigInteger stateVersion
protected String descriptorHandle
protected BigInteger descriptorVersion
public ExtensionType getExtension()
ExtensionTypepublic void setExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic BigInteger getStateVersion()
BigIntegerpublic void setStateVersion(BigInteger value)
value - allowed object is
BigIntegerpublic String getDescriptorHandle()
Stringpublic void setDescriptorHandle(String value)
value - allowed object is
Stringpublic BigInteger getDescriptorVersion()
BigIntegerpublic void setDescriptorVersion(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2017. All rights reserved.