Package org.omg.spec.bpmn.model
Class TComplexBehaviorDefinition
- java.lang.Object
-
- org.omg.spec.bpmn.model.TBaseElement
-
- org.omg.spec.bpmn.model.TComplexBehaviorDefinition
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected TFormalExpression
condition
protected TImplicitThrowEvent
event
-
Fields inherited from class org.omg.spec.bpmn.model.TBaseElement
documentation, extensionElements, id
-
-
Constructor Summary
Constructors Constructor Description TComplexBehaviorDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class org.omg.spec.bpmn.model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
-
-
-
Field Detail
-
condition
protected TFormalExpression condition
-
event
protected TImplicitThrowEvent event
-
-
Method Detail
-
getCondition
public TFormalExpression getCondition()
Gets the value of the condition property.- Returns:
- possible object is
TFormalExpression
-
setCondition
public void setCondition(TFormalExpression value)
Sets the value of the condition property.- Parameters:
value
- allowed object isTFormalExpression
-
getEvent
public TImplicitThrowEvent getEvent()
Gets the value of the event property.- Returns:
- possible object is
TImplicitThrowEvent
-
setEvent
public void setEvent(TImplicitThrowEvent value)
Sets the value of the event property.- Parameters:
value
- allowed object isTImplicitThrowEvent
-
-