public class TMessageFlow extends TBaseElement
Java class for tMessageFlow complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tMessageFlow">
<complexContent>
<extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tBaseElement">
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="sourceRef" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
<attribute name="targetRef" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
<attribute name="messageRef" 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 |
messageRef |
protected java.lang.String |
name |
protected javax.xml.namespace.QName |
sourceRef |
protected javax.xml.namespace.QName |
targetRef |
documentation, extensionElements, id| Constructor and Description |
|---|
TMessageFlow() |
| Modifier and Type | Method and Description |
|---|---|
javax.xml.namespace.QName |
getMessageRef()
Gets the value of the messageRef property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
javax.xml.namespace.QName |
getSourceRef()
Gets the value of the sourceRef property.
|
javax.xml.namespace.QName |
getTargetRef()
Gets the value of the targetRef property.
|
void |
setMessageRef(javax.xml.namespace.QName value)
Sets the value of the messageRef property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setSourceRef(javax.xml.namespace.QName value)
Sets the value of the sourceRef property.
|
void |
setTargetRef(javax.xml.namespace.QName value)
Sets the value of the targetRef property.
|
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setIdprotected java.lang.String name
protected javax.xml.namespace.QName sourceRef
protected javax.xml.namespace.QName targetRef
protected javax.xml.namespace.QName messageRef
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.namespace.QName getSourceRef()
QNamepublic void setSourceRef(javax.xml.namespace.QName value)
value - allowed object is
QNamepublic javax.xml.namespace.QName getTargetRef()
QNamepublic void setTargetRef(javax.xml.namespace.QName value)
value - allowed object is
QNamepublic javax.xml.namespace.QName getMessageRef()
QNamepublic void setMessageRef(javax.xml.namespace.QName value)
value - allowed object is
QNameCopyright © 2018 SAP SE. All Rights Reserved.