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>
| Modifier and Type | Field and Description |
|---|---|
protected javax.xml.namespace.QName |
errorRef |
documentation, extensionElements, id| Constructor and Description |
|---|
TErrorEventDefinition() |
| Modifier and Type | Method and Description |
|---|---|
javax.xml.namespace.QName |
getErrorRef()
Gets the value of the errorRef property.
|
void |
setErrorRef(javax.xml.namespace.QName value)
Sets the value of the errorRef property.
|
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setIdpublic javax.xml.namespace.QName getErrorRef()
QNamepublic void setErrorRef(javax.xml.namespace.QName value)
value - allowed object is
QNameCopyright © 2018 SAP SE. All Rights Reserved.