public class MDState extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ExtensionType |
extension |
protected List<State> |
states |
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<State> |
getStates()
List of states that describe the volatile status of the objects in the MDIB.Gets the value of the states property.
|
BigInteger |
getStateVersion()
Version number of the states.
|
int |
hashCode() |
void |
setExtension(ExtensionType value)
Sets the value of the extension property.
|
void |
setStates(List<State> value) |
void |
setStateVersion(BigInteger value)
Sets the value of the stateVersion property.
|
String |
toString() |
protected ExtensionType extension
protected BigInteger stateVersion
public ExtensionType getExtension()
ExtensionTypepublic void setExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic List<State> getStates()
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 states property.
For example, to add a new item, do as follows:
getStates().add(newItem);
Objects of the following type(s) are allowed in the list
State
public BigInteger getStateVersion()
BigIntegerpublic void setStateVersion(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2017. All rights reserved.