public class CircusActionList extends ActionList
Java class for CircusActionList complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CircusActionList">
<complexContent>
<extension base="{http://czt.sourceforge.net/circus}ActionList">
<sequence>
<element ref="{http://czt.sourceforge.net/circus}CircusAction" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<JAXBElement<? extends CircusAction>> |
circusAction |
| Constructor and Description |
|---|
CircusActionList() |
| Modifier and Type | Method and Description |
|---|---|
List<JAXBElement<? extends CircusAction>> |
getCircusAction()
Gets the value of the circusAction property.
|
protected List<JAXBElement<? extends CircusAction>> circusAction
public List<JAXBElement<? extends CircusAction>> getCircusAction()
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 circusAction property.
For example, to add a new item, do as follows:
getCircusAction().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<SubstitutionAction>
JAXBElement<LetAction>
JAXBElement<RenameAction>
JAXBElement<SeqAction>
JAXBElement<ExtChoiceActionIte>
JAXBElement<VarDeclCommand>
JAXBElement<IntChoiceAction>
JAXBElement<BasicAction>
JAXBElement<InterleaveAction>
JAXBElement<CircusGuardedCommand>
JAXBElement<AlphabetisedParallelAction>
JAXBElement<LetMuAction>
JAXBElement<AlphabetisedParallelActionIte>
JAXBElement<CallAction>
JAXBElement<Action2>
JAXBElement<SkipAction>
JAXBElement<HideAction>
JAXBElement<ActionD>
JAXBElement<InterleaveActionIte>
JAXBElement<ExtChoiceAction>
JAXBElement<ParActionIte>
JAXBElement<DoGuardedCommand>
JAXBElement<PrefixingAction>
JAXBElement<ParallelAction>
JAXBElement<CircusCommand>
JAXBElement<MuAction>
JAXBElement<IfGuardedCommand>
JAXBElement<ActionIte>
JAXBElement<CircusAction>
JAXBElement<SeqActionIte>
JAXBElement<Action1>
JAXBElement<InterruptAction>
JAXBElement<ParAction>
JAXBElement<SpecStmtCommand>
JAXBElement<StopAction>
JAXBElement<LetVarAction>
JAXBElement<AssignmentCommand>
JAXBElement<GuardedAction>
JAXBElement<ParamAction>
JAXBElement<SchExprAction>
JAXBElement<ParallelActionIte>
JAXBElement<IntChoiceActionIte>
JAXBElement<ChaosAction>
Copyright © 2003–2016 Community Z Tools Project. All rights reserved.