Class TEventBasedGateway


  • public class TEventBasedGateway
    extends TGateway

    Java class for tEventBasedGateway complex type.

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

     <complexType name="tEventBasedGateway">
       <complexContent>
         <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tGateway">
           <attribute name="instantiate" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
           <attribute name="eventGatewayType" type="{http://www.omg.org/spec/BPMN/20100524/MODEL}tEventBasedGatewayType" default="Exclusive" />
           <anyAttribute processContents='lax' namespace='##other'/>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • TEventBasedGateway

        public TEventBasedGateway()
    • Method Detail

      • isInstantiate

        public boolean isInstantiate()
        Gets the value of the instantiate property.
        Returns:
        possible object is Boolean
      • setInstantiate

        public void setInstantiate​(Boolean value)
        Sets the value of the instantiate property.
        Parameters:
        value - allowed object is Boolean