Class TCompensateEventDefinition


  • public class TCompensateEventDefinition
    extends TEventDefinition

    Java class for tCompensateEventDefinition complex type.

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

     <complexType name="tCompensateEventDefinition">
       <complexContent>
         <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tEventDefinition">
           <attribute name="waitForCompletion" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="activityRef" type="{http://www.w3.org/2001/XMLSchema}QName" />
           <anyAttribute processContents='lax' namespace='##other'/>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • waitForCompletion

        protected Boolean waitForCompletion
      • activityRef

        protected QName activityRef
    • Constructor Detail

      • TCompensateEventDefinition

        public TCompensateEventDefinition()
    • Method Detail

      • isWaitForCompletion

        public Boolean isWaitForCompletion()
        Gets the value of the waitForCompletion property.
        Returns:
        possible object is Boolean
      • setWaitForCompletion

        public void setWaitForCompletion​(Boolean value)
        Sets the value of the waitForCompletion property.
        Parameters:
        value - allowed object is Boolean
      • getActivityRef

        public QName getActivityRef()
        Gets the value of the activityRef property.
        Returns:
        possible object is QName
      • setActivityRef

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