Class TBoundaryEvent


  • public class TBoundaryEvent
    extends TCatchEvent

    Java class for tBoundaryEvent complex type.

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

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

      • cancelActivity

        protected Boolean cancelActivity
      • attachedToRef

        protected QName attachedToRef
    • Constructor Detail

      • TBoundaryEvent

        public TBoundaryEvent()
    • Method Detail

      • isCancelActivity

        public boolean isCancelActivity()
        Gets the value of the cancelActivity property.
        Returns:
        possible object is Boolean
      • setCancelActivity

        public void setCancelActivity​(Boolean value)
        Sets the value of the cancelActivity property.
        Parameters:
        value - allowed object is Boolean
      • getAttachedToRef

        public QName getAttachedToRef()
        Gets the value of the attachedToRef property.
        Returns:
        possible object is QName
      • setAttachedToRef

        public void setAttachedToRef​(QName value)
        Sets the value of the attachedToRef property.
        Parameters:
        value - allowed object is QName