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