public class OTRSError extends Object implements Serializable
Java class for OTRS_Error complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="OTRS_Error">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ErrorCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="ErrorMessage" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
protected String | 
errorCode  | 
protected String | 
errorMessage  | 
| Constructor and Description | 
|---|
OTRSError()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getErrorCode()
Gets the value of the errorCode property. 
 | 
String | 
getErrorMessage()
Gets the value of the errorMessage property. 
 | 
void | 
setErrorCode(String value)
Sets the value of the errorCode property. 
 | 
void | 
setErrorMessage(String value)
Sets the value of the errorMessage property. 
 | 
public String getErrorCode()
Stringpublic void setErrorCode(String value)
value - allowed object is
     Stringpublic String getErrorMessage()
StringCopyright © 2020. All rights reserved.