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.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 Summary
Constructors Constructor Description SessionCreateResponse()
-
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.
-
-
-
Field Detail
-
sessionID
protected java.lang.String sessionID
-
error
protected OTRSError error
-
-
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 isString
-
getError
public OTRSError getError()
Gets the value of the error property.- Returns:
- possible object is
OTRSError
-
-