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>
| Modifier and Type | Field and Description |
|---|---|
protected javax.xml.namespace.QName |
activityRef |
protected java.lang.Boolean |
waitForCompletion |
documentation, extensionElements, id| Constructor and Description |
|---|
TCompensateEventDefinition() |
| Modifier and Type | Method and Description |
|---|---|
javax.xml.namespace.QName |
getActivityRef()
Gets the value of the activityRef property.
|
java.lang.Boolean |
isWaitForCompletion()
Gets the value of the waitForCompletion property.
|
void |
setActivityRef(javax.xml.namespace.QName value)
Sets the value of the activityRef property.
|
void |
setWaitForCompletion(java.lang.Boolean value)
Sets the value of the waitForCompletion property.
|
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setIdprotected java.lang.Boolean waitForCompletion
protected javax.xml.namespace.QName activityRef
public java.lang.Boolean isWaitForCompletion()
Booleanpublic void setWaitForCompletion(java.lang.Boolean value)
value - allowed object is
Booleanpublic javax.xml.namespace.QName getActivityRef()
QNamepublic void setActivityRef(javax.xml.namespace.QName value)
value - allowed object is
QNameCopyright © 2018 SAP SE. All Rights Reserved.