Package org.omg.spec.bpmn.model
Class TSequenceFlow
- java.lang.Object
-
- org.omg.spec.bpmn.model.TBaseElement
-
- org.omg.spec.bpmn.model.TFlowElement
-
- org.omg.spec.bpmn.model.TSequenceFlow
-
public class TSequenceFlow extends TFlowElement
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
Fields Modifier and Type Field Description protected TExpression
conditionExpression
protected Boolean
isImmediate
protected Object
sourceRef
protected Object
targetRef
-
Fields inherited from class org.omg.spec.bpmn.model.TFlowElement
auditing, categoryValueRef, monitoring, name
-
Fields inherited from class org.omg.spec.bpmn.model.TBaseElement
documentation, extensionElements, id
-
-
Constructor Summary
Constructors Constructor Description TSequenceFlow()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TExpression
getConditionExpression()
Gets the value of the conditionExpression property.Object
getSourceRef()
Gets the value of the sourceRef property.Object
getTargetRef()
Gets the value of the targetRef property.Boolean
isIsImmediate()
Gets the value of the isImmediate property.void
setConditionExpression(TExpression value)
Sets the value of the conditionExpression property.void
setIsImmediate(Boolean value)
Sets the value of the isImmediate property.void
setSourceRef(Object value)
Sets the value of the sourceRef property.void
setTargetRef(Object value)
Sets the value of the targetRef property.-
Methods inherited from class org.omg.spec.bpmn.model.TFlowElement
getAuditing, getCategoryValueRef, getMonitoring, getName, setAuditing, setMonitoring, setName
-
Methods inherited from class org.omg.spec.bpmn.model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
-
-
-
Field Detail
-
conditionExpression
protected TExpression conditionExpression
-
sourceRef
protected Object sourceRef
-
targetRef
protected Object targetRef
-
isImmediate
protected Boolean isImmediate
-
-
Method Detail
-
getConditionExpression
public TExpression getConditionExpression()
Gets the value of the conditionExpression property.- Returns:
- possible object is
TExpression
-
setConditionExpression
public void setConditionExpression(TExpression value)
Sets the value of the conditionExpression property.- Parameters:
value
- allowed object isTExpression
-
getSourceRef
public Object getSourceRef()
Gets the value of the sourceRef property.- Returns:
- possible object is
Object
-
setSourceRef
public void setSourceRef(Object value)
Sets the value of the sourceRef property.- Parameters:
value
- allowed object isObject
-
getTargetRef
public Object getTargetRef()
Gets the value of the targetRef property.- Returns:
- possible object is
Object
-
setTargetRef
public void setTargetRef(Object value)
Sets the value of the targetRef property.- Parameters:
value
- allowed object isObject
-
isIsImmediate
public Boolean isIsImmediate()
Gets the value of the isImmediate property.- Returns:
- possible object is
Boolean
-
-