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>
 
  • Field Details

  • Constructor Details

    • TEventBasedGateway

      public TEventBasedGateway()
  • Method Details

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

      public TEventBasedGatewayType getEventGatewayType()
      Gets the value of the eventGatewayType property.
      Returns:
      possible object is TEventBasedGatewayType
    • setEventGatewayType

      public void setEventGatewayType(TEventBasedGatewayType value)
      Sets the value of the eventGatewayType property.
      Parameters:
      value - allowed object is TEventBasedGatewayType