Class TCompensateEventDefinition
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TRootElement
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TEventDefinition
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TCompensateEventDefinition
Java class for tCompensateEventDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tCompensateEventDefinition"> <complexContent> <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tEventDefinition"> <attribute name="waitForCompletion" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="activityRef" type="{http://www.w3.org/2001/XMLSchema}QName" /> <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 activityRef property.Gets the value of the waitForCompletion property.void
setActivityRef
(QName value) Sets the value of the activityRef property.void
setWaitForCompletion
(Boolean value) Sets the value of the waitForCompletion property.Methods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
Field Details
-
waitForCompletion
-
activityRef
-
-
Constructor Details
-
TCompensateEventDefinition
public TCompensateEventDefinition()
-
-
Method Details
-
isWaitForCompletion
Gets the value of the waitForCompletion property.- Returns:
- possible object is
Boolean
-
setWaitForCompletion
Sets the value of the waitForCompletion property.- Parameters:
value
- allowed object isBoolean
-
getActivityRef
Gets the value of the activityRef property.- Returns:
- possible object is
QName
-
setActivityRef
Sets the value of the activityRef property.- Parameters:
value
- allowed object isQName
-