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