Package org.omg.spec.bpmn.model
Class TEscalationEventDefinition
- 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.TEscalationEventDefinition
-
public class TEscalationEventDefinition extends TEventDefinition
Java class for tEscalationEventDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tEscalationEventDefinition"> <complexContent> <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tEventDefinition"> <attribute name="escalationRef" 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 QNameescalationRef-
Fields inherited from class org.omg.spec.bpmn.model.TBaseElement
documentation, extensionElements, id
-
-
Constructor Summary
Constructors Constructor Description TEscalationEventDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QNamegetEscalationRef()Gets the value of the escalationRef property.voidsetEscalationRef(QName value)Sets the value of the escalationRef property.-
Methods inherited from class org.omg.spec.bpmn.model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
-
-
-
Field Detail
-
escalationRef
protected QName escalationRef
-
-