Class TMessageFlow
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TMessageFlow
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
FieldsModifier and TypeFieldDescriptionprotected QNameprotected Stringprotected QNameprotected QNameFields 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 messageRef property.getName()Gets the value of the name property.Gets the value of the sourceRef property.Gets the value of the targetRef property.voidsetMessageRef(QName value) Sets the value of the messageRef property.voidSets 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 ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId 
- 
Field Details
- 
name
 - 
sourceRef
 - 
targetRef
 - 
messageRef
 
 - 
 - 
Constructor Details
- 
TMessageFlow
public TMessageFlow() 
 - 
 - 
Method Details
- 
getName
Gets the value of the name property.- Returns:
 - possible object is
     
String 
 - 
setName
Sets the value of the name property.- Parameters:
 value- allowed object isString
 - 
getSourceRef
Gets the value of the sourceRef property.- Returns:
 - possible object is
     
QName 
 - 
setSourceRef
Sets the value of the sourceRef property.- Parameters:
 value- allowed object isQName
 - 
getTargetRef
Gets the value of the targetRef property.- Returns:
 - possible object is
     
QName 
 - 
setTargetRef
Sets the value of the targetRef property.- Parameters:
 value- allowed object isQName
 - 
getMessageRef
Gets the value of the messageRef property.- Returns:
 - possible object is
     
QName 
 - 
setMessageRef
Sets the value of the messageRef property.- Parameters:
 value- allowed object isQName
 
 -