public class TStartEvent extends TCatchEvent

Java class for tStartEvent complex type.

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

 <complexType name="tStartEvent">
   <complexContent>
     <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tCatchEvent">
       <attribute name="isInterrupting" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • isInterrupting

      protected Boolean isInterrupting
  • Constructor Details

    • TStartEvent

      public TStartEvent()
  • Method Details

    • isIsInterrupting

      public boolean isIsInterrupting()
      Gets the value of the isInterrupting property.
      Returns:
      possible object is Boolean
    • setIsInterrupting

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