Class TSequenceFlow
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TFlowElement
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TSequenceFlow
Java class for tSequenceFlow complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tSequenceFlow">
<complexContent>
<extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tFlowElement">
<sequence>
<element name="conditionExpression" type="{http://www.omg.org/spec/BPMN/20100524/MODEL}tExpression" minOccurs="0"/>
</sequence>
<attribute name="sourceRef" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
<attribute name="targetRef" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
<attribute name="isImmediate" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected TExpressionprotected Booleanprotected Objectprotected ObjectFields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TFlowElement
auditing, categoryValueRef, monitoring, nameFields 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 conditionExpression property.Gets the value of the sourceRef property.Gets the value of the targetRef property.Gets the value of the isImmediate property.voidSets the value of the conditionExpression property.voidsetIsImmediate(Boolean value) Sets the value of the isImmediate property.voidsetSourceRef(Object value) Sets the value of the sourceRef property.voidsetTargetRef(Object value) Sets the value of the targetRef property.Methods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TFlowElement
getAuditing, getCategoryValueRef, getMonitoring, getName, setAuditing, setMonitoring, setNameMethods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
Field Details
-
conditionExpression
-
sourceRef
-
targetRef
-
isImmediate
-
-
Constructor Details
-
TSequenceFlow
public TSequenceFlow()
-
-
Method Details
-
getConditionExpression
Gets the value of the conditionExpression property.- Returns:
- possible object is
TExpression
-
setConditionExpression
Sets the value of the conditionExpression property.- Parameters:
value- allowed object isTExpression
-
getSourceRef
Gets the value of the sourceRef property.- Returns:
- possible object is
Object
-
setSourceRef
Sets the value of the sourceRef property.- Parameters:
value- allowed object isObject
-
getTargetRef
Gets the value of the targetRef property.- Returns:
- possible object is
Object
-
setTargetRef
Sets the value of the targetRef property.- Parameters:
value- allowed object isObject
-
isIsImmediate
Gets the value of the isImmediate property.- Returns:
- possible object is
Boolean
-
setIsImmediate
Sets the value of the isImmediate property.- Parameters:
value- allowed object isBoolean
-