Class SessionCreateResponse

  • All Implemented Interfaces:
    java.io.Serializable

    public class SessionCreateResponse
    extends java.lang.Object
    implements java.io.Serializable
    <p>Java class for anonymous complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="SessionID" type="{http://www.w3.org/2001/XMLSchema}string"/&gt; &lt;element name="Error" type="{http://www.otrs.org/TicketConnector/}OTRS_Error" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected OTRSError error  
      protected java.lang.String sessionID  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      OTRSError getError()
      Gets the value of the error property.
      java.lang.String getSessionID()
      Gets the value of the sessionID property.
      void setError​(OTRSError value)
      Sets the value of the error property.
      void setSessionID​(java.lang.String value)
      Sets the value of the sessionID property.
      • Methods inherited from class java.lang.Object

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

      • sessionID

        protected java.lang.String sessionID
    • Constructor Detail

      • SessionCreateResponse

        public SessionCreateResponse()
    • Method Detail

      • getSessionID

        public java.lang.String getSessionID()
        Gets the value of the sessionID property.
        Returns:
        possible object is String
      • setSessionID

        public void setSessionID​(java.lang.String value)
        Sets the value of the sessionID property.
        Parameters:
        value - allowed object is String
      • getError

        public OTRSError getError()
        Gets the value of the error property.
        Returns:
        possible object is OTRSError
      • setError

        public void setError​(OTRSError value)
        Sets the value of the error property.
        Parameters:
        value - allowed object is OTRSError