Class TMessageFlowAssociation
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TMessageFlowAssociation
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
FieldsFields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
documentation, extensionElements, id
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the innerMessageFlowRef property.Gets the value of the outerMessageFlowRef property.void
setInnerMessageFlowRef
(QName value) Sets the value of the innerMessageFlowRef property.void
setOuterMessageFlowRef
(QName value) Sets the value of the outerMessageFlowRef property.Methods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
Field Details
-
innerMessageFlowRef
-
outerMessageFlowRef
-
-
Constructor Details
-
TMessageFlowAssociation
public TMessageFlowAssociation()
-
-
Method Details
-
getInnerMessageFlowRef
Gets the value of the innerMessageFlowRef property.- Returns:
- possible object is
QName
-
setInnerMessageFlowRef
Sets the value of the innerMessageFlowRef property.- Parameters:
value
- allowed object isQName
-
getOuterMessageFlowRef
Gets the value of the outerMessageFlowRef property.- Returns:
- possible object is
QName
-
setOuterMessageFlowRef
Sets the value of the outerMessageFlowRef property.- Parameters:
value
- allowed object isQName
-