Package org.omg.spec.bpmn.model
Class TConversationAssociation
- java.lang.Object
-
- org.omg.spec.bpmn.model.TBaseElement
-
- org.omg.spec.bpmn.model.TConversationAssociation
-
public class TConversationAssociation extends TBaseElement
Java class for tConversationAssociation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tConversationAssociation"> <complexContent> <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tBaseElement"> <attribute name="innerConversationNodeRef" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" /> <attribute name="outerConversationNodeRef" use="required" 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
innerConversationNodeRef
protected QName
outerConversationNodeRef
-
Fields inherited from class org.omg.spec.bpmn.model.TBaseElement
documentation, extensionElements, id
-
-
Constructor Summary
Constructors Constructor Description TConversationAssociation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QName
getInnerConversationNodeRef()
Gets the value of the innerConversationNodeRef property.QName
getOuterConversationNodeRef()
Gets the value of the outerConversationNodeRef property.void
setInnerConversationNodeRef(QName value)
Sets the value of the innerConversationNodeRef property.void
setOuterConversationNodeRef(QName value)
Sets the value of the outerConversationNodeRef property.-
Methods inherited from class org.omg.spec.bpmn.model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
-
-
-
Method Detail
-
getInnerConversationNodeRef
public QName getInnerConversationNodeRef()
Gets the value of the innerConversationNodeRef property.- Returns:
- possible object is
QName
-
setInnerConversationNodeRef
public void setInnerConversationNodeRef(QName value)
Sets the value of the innerConversationNodeRef property.- Parameters:
value
- allowed object isQName
-
getOuterConversationNodeRef
public QName getOuterConversationNodeRef()
Gets the value of the outerConversationNodeRef property.- Returns:
- possible object is
QName
-
-