public class TComplexGateway extends TGateway
Java class for tComplexGateway complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tComplexGateway">
<complexContent>
<extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tGateway">
<sequence>
<element name="activationCondition" type="{http://www.omg.org/spec/BPMN/20100524/MODEL}tExpression" minOccurs="0"/>
</sequence>
<attribute name="default" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Object |
_default |
protected TExpression |
activationCondition |
gatewayDirectionauditing, categoryValueRef, monitoring, namedocumentation, extensionElements, id| Constructor and Description |
|---|
TComplexGateway() |
| Modifier and Type | Method and Description |
|---|---|
TExpression |
getActivationCondition()
Gets the value of the activationCondition property.
|
java.lang.Object |
getDefault()
Gets the value of the default property.
|
void |
setActivationCondition(TExpression value)
Sets the value of the activationCondition property.
|
void |
setDefault(java.lang.Object value)
Sets the value of the default property.
|
getGatewayDirection, setGatewayDirectiongetIncoming, getOutgoinggetAuditing, getCategoryValueRef, getMonitoring, getName, setAuditing, setMonitoring, setNamegetDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setIdprotected TExpression activationCondition
protected java.lang.Object _default
public TExpression getActivationCondition()
TExpressionpublic void setActivationCondition(TExpression value)
value - allowed object is
TExpressionpublic java.lang.Object getDefault()
Objectpublic void setDefault(java.lang.Object value)
value - allowed object is
ObjectCopyright © 2018 SAP SE. All Rights Reserved.