public class TError extends TRootElement
Java class for tError complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tError">
<complexContent>
<extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tRootElement">
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="errorCode" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="structureRef" type="{http://www.w3.org/2001/XMLSchema}QName" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
errorCode |
protected java.lang.String |
name |
protected javax.xml.namespace.QName |
structureRef |
documentation, extensionElements, id| Constructor and Description |
|---|
TError() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getErrorCode()
Gets the value of the errorCode property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
javax.xml.namespace.QName |
getStructureRef()
Gets the value of the structureRef property.
|
void |
setErrorCode(java.lang.String value)
Sets the value of the errorCode property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setStructureRef(javax.xml.namespace.QName value)
Sets the value of the structureRef property.
|
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setIdprotected java.lang.String name
protected java.lang.String errorCode
protected javax.xml.namespace.QName structureRef
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getErrorCode()
Stringpublic void setErrorCode(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.namespace.QName getStructureRef()
QNamepublic void setStructureRef(javax.xml.namespace.QName value)
value - allowed object is
QNameCopyright © 2018 SAP SE. All Rights Reserved.