Class TTimerEventDefinition


public class TTimerEventDefinition extends TEventDefinition

Java class for tTimerEventDefinition complex type.

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

 <complexType name="tTimerEventDefinition">
   <complexContent>
     <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tEventDefinition">
       <choice>
         <element name="timeDate" type="{http://www.omg.org/spec/BPMN/20100524/MODEL}tExpression" minOccurs="0"/>
         <element name="timeDuration" type="{http://www.omg.org/spec/BPMN/20100524/MODEL}tExpression" minOccurs="0"/>
         <element name="timeCycle" type="{http://www.omg.org/spec/BPMN/20100524/MODEL}tExpression" minOccurs="0"/>
       </choice>
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TTimerEventDefinition

      public TTimerEventDefinition()
  • Method Details

    • getTimeDate

      public TExpression getTimeDate()
      Gets the value of the timeDate property.
      Returns:
      possible object is TExpression
    • setTimeDate

      public void setTimeDate(TExpression value)
      Sets the value of the timeDate property.
      Parameters:
      value - allowed object is TExpression
    • getTimeDuration

      public TExpression getTimeDuration()
      Gets the value of the timeDuration property.
      Returns:
      possible object is TExpression
    • setTimeDuration

      public void setTimeDuration(TExpression value)
      Sets the value of the timeDuration property.
      Parameters:
      value - allowed object is TExpression
    • getTimeCycle

      public TExpression getTimeCycle()
      Gets the value of the timeCycle property.
      Returns:
      possible object is TExpression
    • setTimeCycle

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