Package org.omg.spec.bpmn.model
Class TIntermediateCatchEvent
- 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.TIntermediateCatchEvent
-
public class TIntermediateCatchEvent extends TCatchEvent
Java class for tIntermediateCatchEvent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tIntermediateCatchEvent"> <complexContent> <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tCatchEvent"> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
-
-
Field Summary
-
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 TIntermediateCatchEvent()
-
Method Summary
-
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
-
-