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://extension-point-uri/15/03}Extension" minOccurs="0"/>
<element name="State" type="{http://domain-model-uri/15/04}AbstractState" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="StateVersion" type="{http://domain-model-uri/15/04}VersionCounter" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Extension |
extension |
protected List<State> |
states |
protected BigInteger |
stateVersion |
| Constructor and Description |
|---|
MDState() |
| Modifier and Type | Method and Description |
|---|---|
Extension |
getExtension()
Gets the value of the extension property.
|
List<State> |
getStates()
List of states that describe the current status of the objects in the MDIB.Gets the value of the states property.
|
BigInteger |
getStateVersion()
Version number of the states.
|
void |
setExtension(Extension value)
Sets the value of the extension property.
|
void |
setStates(List<State> value) |
void |
setStateVersion(BigInteger value)
Sets the value of the stateVersion property.
|
protected Extension extension
protected BigInteger stateVersion
public Extension getExtension()
Extensionpublic void setExtension(Extension value)
value - allowed object is
Extensionpublic 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 © 2016. All rights reserved.