Class 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 Details

    • conditionExpression

      protected TExpression conditionExpression
    • sourceRef

      protected Object sourceRef
    • targetRef

      protected Object targetRef
    • isImmediate

      protected Boolean isImmediate
  • Constructor Details

    • TSequenceFlow

      public TSequenceFlow()
  • Method Details

    • 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 is TExpression
    • 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 is Object
    • 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 is Object
    • isIsImmediate

      public Boolean isIsImmediate()
      Gets the value of the isImmediate property.
      Returns:
      possible object is Boolean
    • setIsImmediate

      public void setIsImmediate(Boolean value)
      Sets the value of the isImmediate property.
      Parameters:
      value - allowed object is Boolean