Package org.omg.spec.bpmn.model
Class TGlobalConversation
- 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.TGlobalConversation
-
public class TGlobalConversation extends TCollaboration
Java class for tGlobalConversation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tGlobalConversation"> <complexContent> <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tCollaboration"> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
-
-
Field Summary
-
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 TGlobalConversation()
-
Method Summary
-
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
-
-