public class TComplexBehaviorDefinition extends TBaseElement
Java class for tComplexBehaviorDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tComplexBehaviorDefinition">
<complexContent>
<extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tBaseElement">
<sequence>
<element name="condition" type="{http://www.omg.org/spec/BPMN/20100524/MODEL}tFormalExpression"/>
<element name="event" type="{http://www.omg.org/spec/BPMN/20100524/MODEL}tImplicitThrowEvent" minOccurs="0"/>
</sequence>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TFormalExpression |
condition |
protected TImplicitThrowEvent |
event |
documentation, extensionElements, id| Constructor and Description |
|---|
TComplexBehaviorDefinition() |
| Modifier and Type | Method and Description |
|---|---|
TFormalExpression |
getCondition()
Gets the value of the condition property.
|
TImplicitThrowEvent |
getEvent()
Gets the value of the event property.
|
void |
setCondition(TFormalExpression value)
Sets the value of the condition property.
|
void |
setEvent(TImplicitThrowEvent value)
Sets the value of the event property.
|
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setIdprotected TFormalExpression condition
protected TImplicitThrowEvent event
public TFormalExpression getCondition()
TFormalExpressionpublic void setCondition(TFormalExpression value)
value - allowed object is
TFormalExpressionpublic TImplicitThrowEvent getEvent()
TImplicitThrowEventpublic void setEvent(TImplicitThrowEvent value)
value - allowed object is
TImplicitThrowEventCopyright © 2018 SAP SE. All Rights Reserved.