Class OTRSError

  • All Implemented Interfaces:
    java.io.Serializable

    public class OTRSError
    extends java.lang.Object
    implements java.io.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>
     
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String errorCode  
      protected java.lang.String errorMessage  
    • Constructor Summary

      Constructors 
      Constructor Description
      OTRSError()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getErrorCode()
      Gets the value of the errorCode property.
      java.lang.String getErrorMessage()
      Gets the value of the errorMessage property.
      void setErrorCode​(java.lang.String value)
      Sets the value of the errorCode property.
      void setErrorMessage​(java.lang.String value)
      Sets the value of the errorMessage property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • errorCode

        protected java.lang.String errorCode
      • errorMessage

        protected java.lang.String errorMessage
    • Constructor Detail

      • OTRSError

        public OTRSError()
    • Method Detail

      • getErrorCode

        public java.lang.String getErrorCode()
        Gets the value of the errorCode property.
        Returns:
        possible object is String
      • setErrorCode

        public void setErrorCode​(java.lang.String value)
        Sets the value of the errorCode property.
        Parameters:
        value - allowed object is String
      • getErrorMessage

        public java.lang.String getErrorMessage()
        Gets the value of the errorMessage property.
        Returns:
        possible object is String
      • setErrorMessage

        public void setErrorMessage​(java.lang.String value)
        Sets the value of the errorMessage property.
        Parameters:
        value - allowed object is String