Class TConditionalEventDefinition


public class TConditionalEventDefinition extends TEventDefinition

Java class for tConditionalEventDefinition complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="tConditionalEventDefinition">
   <complexContent>
     <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tEventDefinition">
       <sequence>
         <element name="condition" type="{http://www.omg.org/spec/BPMN/20100524/MODEL}tExpression"/>
       </sequence>
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TConditionalEventDefinition

      public TConditionalEventDefinition()
  • Method Details

    • getCondition

      public TExpression getCondition()
      Gets the value of the condition property.
      Returns:
      possible object is TExpression
    • setCondition

      public void setCondition(TExpression value)
      Sets the value of the condition property.
      Parameters:
      value - allowed object is TExpression