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>
| Modifier and Type | Field and Description |
|---|---|
protected javax.xml.namespace.QName |
innerMessageFlowRef |
protected javax.xml.namespace.QName |
outerMessageFlowRef |
documentation, extensionElements, id| Constructor and Description |
|---|
TMessageFlowAssociation() |
| Modifier and Type | Method and Description |
|---|---|
javax.xml.namespace.QName |
getInnerMessageFlowRef()
Gets the value of the innerMessageFlowRef property.
|
javax.xml.namespace.QName |
getOuterMessageFlowRef()
Gets the value of the outerMessageFlowRef property.
|
void |
setInnerMessageFlowRef(javax.xml.namespace.QName value)
Sets the value of the innerMessageFlowRef property.
|
void |
setOuterMessageFlowRef(javax.xml.namespace.QName value)
Sets the value of the outerMessageFlowRef property.
|
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setIdprotected javax.xml.namespace.QName innerMessageFlowRef
protected javax.xml.namespace.QName outerMessageFlowRef
public javax.xml.namespace.QName getInnerMessageFlowRef()
QNamepublic void setInnerMessageFlowRef(javax.xml.namespace.QName value)
value - allowed object is
QNamepublic javax.xml.namespace.QName getOuterMessageFlowRef()
QNamepublic void setOuterMessageFlowRef(javax.xml.namespace.QName value)
value - allowed object is
QNameCopyright © 2018 SAP SE. All Rights Reserved.