public class MdState extends Object
Java class for MdState complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MdState">
<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"/>
<element name="State" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AbstractState" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="StateVersion" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}VersionCounter" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ExtensionType |
extension |
protected List<AbstractState> |
state |
protected BigInteger |
stateVersion |
| Constructor and Description |
|---|
MdState() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
ExtensionType |
getExtension()
Gets the value of the extension property.
|
List<AbstractState> |
getState()
Gets the value of the state property.
|
BigInteger |
getStateVersion()
Gets the value of the stateVersion property.
|
int |
hashCode() |
void |
setExtension(ExtensionType value)
Sets the value of the extension property.
|
void |
setState(List<AbstractState> value) |
void |
setStateVersion(BigInteger value)
Sets the value of the stateVersion property.
|
String |
toString() |
protected ExtensionType extension
protected List<AbstractState> state
protected BigInteger stateVersion
public ExtensionType getExtension()
ExtensionTypepublic void setExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic List<AbstractState> getState()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the state property.
For example, to add a new item, do as follows:
getState().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractState
public BigInteger getStateVersion()
BigIntegerpublic void setStateVersion(BigInteger value)
value - allowed object is
BigIntegerpublic void setState(List<AbstractState> value)
Copyright © 2018. All rights reserved.