Class TChoreography
- java.lang.Object
-
- org.omg.spec.bpmn.model.TBaseElement
-
- org.omg.spec.bpmn.model.TRootElement
-
- org.omg.spec.bpmn.model.TCollaboration
-
- org.omg.spec.bpmn.model.TChoreography
-
- Direct Known Subclasses:
TGlobalChoreographyTask
public class TChoreography extends TCollaboration
Java class for tChoreography complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tChoreography"> <complexContent> <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tCollaboration"> <sequence> <element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}flowElement" maxOccurs="unbounded" minOccurs="0"/> </sequence> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<javax.xml.bind.JAXBElement<? extends TFlowElement>>
flowElement
-
Fields inherited from class org.omg.spec.bpmn.model.TCollaboration
artifact, choreographyRef, conversationAssociation, conversationLink, conversationNode, correlationKey, isClosed, messageFlow, messageFlowAssociation, name, participant, participantAssociation
-
Fields inherited from class org.omg.spec.bpmn.model.TBaseElement
documentation, extensionElements, id
-
-
Constructor Summary
Constructors Constructor Description TChoreography()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<javax.xml.bind.JAXBElement<? extends TFlowElement>>
getFlowElement()
Gets the value of the flowElement property.-
Methods inherited from class org.omg.spec.bpmn.model.TCollaboration
getArtifact, getChoreographyRef, getConversationAssociation, getConversationLink, getConversationNode, getCorrelationKey, getMessageFlow, getMessageFlowAssociation, getName, getParticipant, getParticipantAssociation, isIsClosed, setIsClosed, setName
-
Methods inherited from class org.omg.spec.bpmn.model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
-
-
-
Field Detail
-
flowElement
protected List<javax.xml.bind.JAXBElement<? extends TFlowElement>> flowElement
-
-
Method Detail
-
getFlowElement
public List<javax.xml.bind.JAXBElement<? extends TFlowElement>> getFlowElement()
Gets the value of the flowElement property.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 flowElement property.For example, to add a new item, do as follows:
getFlowElement().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement
<
TSubChoreography
>
JAXBElement
<
TServiceTask
>
JAXBElement
<
TIntermediateThrowEvent
>
JAXBElement
<
TReceiveTask
>
JAXBElement
<
TCallChoreography
>
JAXBElement
<
TSendTask
>
JAXBElement
<
TManualTask
>
JAXBElement
<
TSubProcess
>
JAXBElement
<
TDataObject
>
JAXBElement
<
TSequenceFlow
>
JAXBElement
<
TDataStoreReference
>
JAXBElement
<
TInclusiveGateway
>
JAXBElement
<
TStartEvent
>
JAXBElement
<
TUserTask
>
JAXBElement
<
TScriptTask
>
JAXBElement
<
TChoreographyTask
>
JAXBElement
<
TExclusiveGateway
>
JAXBElement
<
TAdHocSubProcess
>
JAXBElement
<
TImplicitThrowEvent
>
JAXBElement
<
TDataObjectReference
>
JAXBElement
<
TTransaction
>
JAXBElement
<
TIntermediateCatchEvent
>
JAXBElement
<
TComplexGateway
>
JAXBElement
<
TBusinessRuleTask
>
JAXBElement
<
TBoundaryEvent
>
JAXBElement
<
TEventBasedGateway
>
JAXBElement
<
TEvent
>
JAXBElement
<
TParallelGateway
>
JAXBElement
<
TEndEvent
>
JAXBElement
<
TCallActivity
>
JAXBElement
<
TTask
>
JAXBElement
<
TFlowElement
>
-
-