Package org.omg.spec.bpmn.model
Class TConversation
- java.lang.Object
-
- org.omg.spec.bpmn.model.TBaseElement
-
- org.omg.spec.bpmn.model.TConversationNode
-
- org.omg.spec.bpmn.model.TConversation
-
public class TConversation extends TConversationNode
Java class for tConversation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tConversation"> <complexContent> <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tConversationNode"> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
-
-
Field Summary
-
Fields inherited from class org.omg.spec.bpmn.model.TConversationNode
correlationKey, messageFlowRef, name, participantRef
-
Fields inherited from class org.omg.spec.bpmn.model.TBaseElement
documentation, extensionElements, id
-
-
Constructor Summary
Constructors Constructor Description TConversation()
-
Method Summary
-
Methods inherited from class org.omg.spec.bpmn.model.TConversationNode
getCorrelationKey, getMessageFlowRef, getName, getParticipantRef, setName
-
Methods inherited from class org.omg.spec.bpmn.model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
-