public class MDState
extends java.lang.Object
Java-Klasse für MDState complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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 java.util.List<State> |
states |
protected java.math.BigInteger |
stateVersion |
| Constructor and Description |
|---|
MDState() |
| Modifier and Type | Method and Description |
|---|---|
Extension |
getExtension()
Ruft den Wert der extension-Eigenschaft ab.
|
java.util.List<State> |
getStates()
Gets the value of the states property.
|
java.math.BigInteger |
getStateVersion()
Ruft den Wert der stateVersion-Eigenschaft ab.
|
void |
setExtension(Extension value)
Legt den Wert der extension-Eigenschaft fest.
|
void |
setStateVersion(java.math.BigInteger value)
Legt den Wert der stateVersion-Eigenschaft fest.
|
protected Extension extension
protected java.util.List<State> states
protected java.math.BigInteger stateVersion
public Extension getExtension()
Extensionpublic void setExtension(Extension value)
value - allowed object is
Extensionpublic java.util.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 java.math.BigInteger getStateVersion()
BigIntegerpublic void setStateVersion(java.math.BigInteger value)
value - allowed object is
BigInteger