Package org.omg.spec.bpmn.model
Class TEventBasedGateway
- java.lang.Object
-
- org.omg.spec.bpmn.model.TBaseElement
-
- org.omg.spec.bpmn.model.TFlowElement
-
- org.omg.spec.bpmn.model.TFlowNode
-
- org.omg.spec.bpmn.model.TGateway
-
- org.omg.spec.bpmn.model.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 Summary
Fields Modifier and Type Field Description protected TEventBasedGatewayType
eventGatewayType
protected Boolean
instantiate
-
Fields inherited from class org.omg.spec.bpmn.model.TGateway
gatewayDirection
-
Fields inherited from class org.omg.spec.bpmn.model.TFlowElement
auditing, categoryValueRef, monitoring, name
-
Fields inherited from class org.omg.spec.bpmn.model.TBaseElement
documentation, extensionElements, id
-
-
Constructor Summary
Constructors Constructor Description TEventBasedGateway()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TEventBasedGatewayType
getEventGatewayType()
Gets the value of the eventGatewayType property.boolean
isInstantiate()
Gets the value of the instantiate property.void
setEventGatewayType(TEventBasedGatewayType value)
Sets the value of the eventGatewayType property.void
setInstantiate(Boolean value)
Sets the value of the instantiate property.-
Methods inherited from class org.omg.spec.bpmn.model.TGateway
getGatewayDirection, setGatewayDirection
-
Methods inherited from class org.omg.spec.bpmn.model.TFlowNode
getIncoming, getOutgoing
-
Methods inherited from class org.omg.spec.bpmn.model.TFlowElement
getAuditing, getCategoryValueRef, getMonitoring, getName, setAuditing, setMonitoring, setName
-
Methods inherited from class org.omg.spec.bpmn.model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
-
-
-
Field Detail
-
instantiate
protected Boolean instantiate
-
eventGatewayType
protected TEventBasedGatewayType eventGatewayType
-
-
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 isBoolean
-
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 isTEventBasedGatewayType
-
-