Class TComplexBehaviorDefinition
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TComplexBehaviorDefinition
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
FieldsFields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
documentation, extensionElements, id
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the condition property.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 ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
Field Details
-
condition
-
event
-
-
Constructor Details
-
TComplexBehaviorDefinition
public TComplexBehaviorDefinition()
-
-
Method Details
-
getCondition
Gets the value of the condition property.- Returns:
- possible object is
TFormalExpression
-
setCondition
Sets the value of the condition property.- Parameters:
value
- allowed object isTFormalExpression
-
getEvent
Gets the value of the event property.- Returns:
- possible object is
TImplicitThrowEvent
-
setEvent
Sets the value of the event property.- Parameters:
value
- allowed object isTImplicitThrowEvent
-