Package org.omg.spec.bpmn.model
Class TCompensateEventDefinition
- 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.TCompensateEventDefinition
-
public class TCompensateEventDefinition extends TEventDefinition
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
Fields Modifier and Type Field Description protected QName
activityRef
protected Boolean
waitForCompletion
-
Fields inherited from class org.omg.spec.bpmn.model.TBaseElement
documentation, extensionElements, id
-
-
Constructor Summary
Constructors Constructor Description TCompensateEventDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QName
getActivityRef()
Gets the value of the activityRef property.Boolean
isWaitForCompletion()
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 org.omg.spec.bpmn.model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
-
-
-
Method Detail
-
isWaitForCompletion
public Boolean isWaitForCompletion()
Gets the value of the waitForCompletion property.- Returns:
- possible object is
Boolean
-
setWaitForCompletion
public void setWaitForCompletion(Boolean value)
Sets the value of the waitForCompletion property.- Parameters:
value
- allowed object isBoolean
-
getActivityRef
public QName getActivityRef()
Gets the value of the activityRef property.- Returns:
- possible object is
QName
-
-