Class SessionCreateResponse

  • All Implemented Interfaces:
    Serializable

    public class SessionCreateResponse
    extends Object
    implements Serializable

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="SessionID" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="Error" type="{http://www.otrs.org/TicketConnector/}OTRS_Error" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • SessionCreateResponse

        public SessionCreateResponse()
    • Method Detail

      • getSessionID

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

        public void setSessionID​(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