public class Lifecycle extends StateModel
Java class for Lifecycle complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Lifecycle">
<complexContent>
<extension base="{http://www.miuml.org/metamodel}StateModel">
<sequence>
<element name="DeletionPseudoState" type="{http://www.miuml.org/metamodel}DeletionPseudoState" maxOccurs="unbounded" minOccurs="0"/>
<element name="Extension" type="{http://www.miuml.org/metamodel}Extension" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<DeletionPseudoState> |
deletionPseudoState |
protected List<Extension> |
extension |
event, state, transition| Constructor and Description |
|---|
Lifecycle() |
| Modifier and Type | Method and Description |
|---|---|
List<DeletionPseudoState> |
getDeletionPseudoState()
Gets the value of the deletionPseudoState property.
|
List<Extension> |
getExtension()
Gets the value of the extension property.
|
getEvent, getState, getTransitionprotected List<DeletionPseudoState> deletionPseudoState
public List<DeletionPseudoState> getDeletionPseudoState()
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 deletionPseudoState property.
For example, to add a new item, do as follows:
getDeletionPseudoState().add(newItem);
Objects of the following type(s) are allowed in the list
DeletionPseudoState
public 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
Copyright © 2012–2022. All rights reserved.