Package org.otrs.ticketconnector
Class SessionCreateResponse
- java.lang.Object
- 
- org.otrs.ticketconnector.SessionCreateResponse
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class SessionCreateResponse extends java.lang.Object implements java.io.SerializableJava 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 SummaryConstructors Constructor Description SessionCreateResponse()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description OTRSErrorgetError()Gets the value of the error property.java.lang.StringgetSessionID()Gets the value of the sessionID property.voidsetError(OTRSError value)Sets the value of the error property.voidsetSessionID(java.lang.String value)Sets the value of the sessionID property.
 
- 
- 
- 
Field Detail- 
sessionIDprotected java.lang.String sessionID 
 - 
errorprotected OTRSError error 
 
- 
 - 
Method Detail- 
getSessionIDpublic java.lang.String getSessionID() Gets the value of the sessionID property.- Returns:
- possible object is
     String
 
 - 
setSessionIDpublic void setSessionID(java.lang.String value) Sets the value of the sessionID property.- Parameters:
- value- allowed object is- String
 
 - 
getErrorpublic OTRSError getError() Gets the value of the error property.- Returns:
- possible object is
     OTRSError
 
 
- 
 
-