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>
| Modifier and Type | Field and Description |
|---|---|
protected TEventBasedGatewayType |
eventGatewayType |
protected java.lang.Boolean |
instantiate |
gatewayDirectionauditing, categoryValueRef, monitoring, namedocumentation, extensionElements, id| Constructor and Description |
|---|
TEventBasedGateway() |
| Modifier and Type | Method and 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(java.lang.Boolean value)
Sets the value of the instantiate property.
|
getGatewayDirection, setGatewayDirectiongetIncoming, getOutgoinggetAuditing, getCategoryValueRef, getMonitoring, getName, setAuditing, setMonitoring, setNamegetDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setIdprotected java.lang.Boolean instantiate
protected TEventBasedGatewayType eventGatewayType
public boolean isInstantiate()
Booleanpublic void setInstantiate(java.lang.Boolean value)
value - allowed object is
Booleanpublic TEventBasedGatewayType getEventGatewayType()
TEventBasedGatewayTypepublic void setEventGatewayType(TEventBasedGatewayType value)
value - allowed object is
TEventBasedGatewayTypeCopyright © 2018 SAP SE. All Rights Reserved.