public class State extends Destination
Java class for State complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="State">
<complexContent>
<extension base="{http://www.miuml.org/metamodel}Destination">
<sequence>
<element name="StateSignature" type="{http://www.miuml.org/metamodel}StateSignature" minOccurs="0"/>
<element name="Extension" type="{http://www.miuml.org/metamodel}Extension" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="Snum" type="{http://www.miuml.org/metamodel}PositiveInteger" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Extension> |
extension |
protected BigInteger |
snum |
protected StateSignature |
stateSignature |
name| Constructor and Description |
|---|
State() |
| Modifier and Type | Method and Description |
|---|---|
List<Extension> |
getExtension()
Gets the value of the extension property.
|
BigInteger |
getSnum()
Gets the value of the snum property.
|
StateSignature |
getStateSignature()
Gets the value of the stateSignature property.
|
void |
setSnum(BigInteger value)
Sets the value of the snum property.
|
void |
setStateSignature(StateSignature value)
Sets the value of the stateSignature property.
|
getName, setNameprotected StateSignature stateSignature
protected BigInteger snum
public StateSignature getStateSignature()
StateSignaturepublic void setStateSignature(StateSignature value)
value - allowed object is
StateSignaturepublic List<Extension> getExtension()
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 Jakarta XML Binding object.
This is why there is not a set method for the extension property.
For example, to add a new item, do as follows:
getExtension().add(newItem);
Objects of the following type(s) are allowed in the list
Extension
public BigInteger getSnum()
BigIntegerpublic void setSnum(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2012–2022. All rights reserved.