Package org.omg.spec.bpmn.model
Class TConditionalEventDefinition
- java.lang.Object
-
- org.omg.spec.bpmn.model.TBaseElement
-
- org.omg.spec.bpmn.model.TRootElement
-
- org.omg.spec.bpmn.model.TEventDefinition
-
- org.omg.spec.bpmn.model.TConditionalEventDefinition
-
public class TConditionalEventDefinition extends TEventDefinition
Java class for tConditionalEventDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tConditionalEventDefinition"> <complexContent> <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tEventDefinition"> <sequence> <element name="condition" type="{http://www.omg.org/spec/BPMN/20100524/MODEL}tExpression"/> </sequence> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected TExpressioncondition-
Fields inherited from class org.omg.spec.bpmn.model.TBaseElement
documentation, extensionElements, id
-
-
Constructor Summary
Constructors Constructor Description TConditionalEventDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TExpressiongetCondition()Gets the value of the condition property.voidsetCondition(TExpression value)Sets the value of the condition property.-
Methods inherited from class org.omg.spec.bpmn.model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
-
-
-
Field Detail
-
condition
protected TExpression condition
-
-
Method Detail
-
getCondition
public TExpression getCondition()
Gets the value of the condition property.- Returns:
- possible object is
TExpression
-
setCondition
public void setCondition(TExpression value)
Sets the value of the condition property.- Parameters:
value- allowed object isTExpression
-
-