Package org.omg.spec.bpmn.model
Class TMessageFlow
- java.lang.Object
-
- org.omg.spec.bpmn.model.TBaseElement
-
- org.omg.spec.bpmn.model.TMessageFlow
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected QNamemessageRefprotected Stringnameprotected QNamesourceRefprotected QNametargetRef-
Fields inherited from class org.omg.spec.bpmn.model.TBaseElement
documentation, extensionElements, id
-
-
Constructor Summary
Constructors Constructor Description TMessageFlow()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QNamegetMessageRef()Gets the value of the messageRef property.StringgetName()Gets the value of the name property.QNamegetSourceRef()Gets the value of the sourceRef property.QNamegetTargetRef()Gets the value of the targetRef property.voidsetMessageRef(QName value)Sets the value of the messageRef property.voidsetName(String value)Sets the value of the name property.voidsetSourceRef(QName value)Sets the value of the sourceRef property.voidsetTargetRef(QName value)Sets the value of the targetRef property.-
Methods inherited from class org.omg.spec.bpmn.model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
-
-
-
Method Detail
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getSourceRef
public QName getSourceRef()
Gets the value of the sourceRef property.- Returns:
- possible object is
QName
-
setSourceRef
public void setSourceRef(QName value)
Sets the value of the sourceRef property.- Parameters:
value- allowed object isQName
-
getTargetRef
public QName getTargetRef()
Gets the value of the targetRef property.- Returns:
- possible object is
QName
-
setTargetRef
public void setTargetRef(QName value)
Sets the value of the targetRef property.- Parameters:
value- allowed object isQName
-
getMessageRef
public QName getMessageRef()
Gets the value of the messageRef property.- Returns:
- possible object is
QName
-
-