Package org.omg.spec.bpmn.model
Class TGlobalChoreographyTask
- 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
-
- org.omg.spec.bpmn.model.TGlobalChoreographyTask
-
public class TGlobalChoreographyTask extends TChoreography
Java class for tGlobalChoreographyTask complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tGlobalChoreographyTask"> <complexContent> <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tChoreography"> <attribute name="initiatingParticipantRef" type="{http://www.w3.org/2001/XMLSchema}QName" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected QName
initiatingParticipantRef
-
Fields inherited from class org.omg.spec.bpmn.model.TChoreography
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 TGlobalChoreographyTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QName
getInitiatingParticipantRef()
Gets the value of the initiatingParticipantRef property.void
setInitiatingParticipantRef(QName value)
Sets the value of the initiatingParticipantRef property.-
Methods inherited from class org.omg.spec.bpmn.model.TChoreography
getFlowElement
-
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
-
-