Package org.omg.spec.bpmn.model
Class TBoundaryEvent
- java.lang.Object
-
- org.omg.spec.bpmn.model.TBaseElement
-
- org.omg.spec.bpmn.model.TFlowElement
-
- org.omg.spec.bpmn.model.TFlowNode
-
- org.omg.spec.bpmn.model.TEvent
-
- org.omg.spec.bpmn.model.TCatchEvent
-
- org.omg.spec.bpmn.model.TBoundaryEvent
-
public class TBoundaryEvent extends TCatchEvent
Java class for tBoundaryEvent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tBoundaryEvent"> <complexContent> <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tCatchEvent"> <attribute name="cancelActivity" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <attribute name="attachedToRef" use="required" 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
attachedToRef
protected Boolean
cancelActivity
-
Fields inherited from class org.omg.spec.bpmn.model.TCatchEvent
dataOutput, dataOutputAssociation, eventDefinition, eventDefinitionRef, outputSet, parallelMultiple
-
Fields inherited from class org.omg.spec.bpmn.model.TFlowElement
auditing, categoryValueRef, monitoring, name
-
Fields inherited from class org.omg.spec.bpmn.model.TBaseElement
documentation, extensionElements, id
-
-
Constructor Summary
Constructors Constructor Description TBoundaryEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QName
getAttachedToRef()
Gets the value of the attachedToRef property.boolean
isCancelActivity()
Gets the value of the cancelActivity property.void
setAttachedToRef(QName value)
Sets the value of the attachedToRef property.void
setCancelActivity(Boolean value)
Sets the value of the cancelActivity property.-
Methods inherited from class org.omg.spec.bpmn.model.TCatchEvent
getDataOutput, getDataOutputAssociation, getEventDefinition, getEventDefinitionRef, getOutputSet, isParallelMultiple, setOutputSet, setParallelMultiple
-
Methods inherited from class org.omg.spec.bpmn.model.TEvent
getProperty
-
Methods inherited from class org.omg.spec.bpmn.model.TFlowNode
getIncoming, getOutgoing
-
Methods inherited from class org.omg.spec.bpmn.model.TFlowElement
getAuditing, getCategoryValueRef, getMonitoring, getName, setAuditing, setMonitoring, setName
-
Methods inherited from class org.omg.spec.bpmn.model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
-
-
-
Method Detail
-
isCancelActivity
public boolean isCancelActivity()
Gets the value of the cancelActivity property.- Returns:
- possible object is
Boolean
-
setCancelActivity
public void setCancelActivity(Boolean value)
Sets the value of the cancelActivity property.- Parameters:
value
- allowed object isBoolean
-
getAttachedToRef
public QName getAttachedToRef()
Gets the value of the attachedToRef property.- Returns:
- possible object is
QName
-
-