Class TStartEvent


  • 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 Detail

      • isInterrupting

        protected Boolean isInterrupting
    • Constructor Detail

      • TStartEvent

        public TStartEvent()
    • Method Detail

      • 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