Package org.otrs.ticketconnector
Class SessionCreateResponse
- java.lang.Object
-
- org.otrs.ticketconnector.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 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.String
getSessionID()
Gets the value of the sessionID property.void
setError(OTRSError value)
Sets the value of the error property.void
setSessionID(String value)
Sets the value of the sessionID property.
-
-
-
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 isString
-
getError
public OTRSError getError()
Gets the value of the error property.- Returns:
- possible object is
OTRSError
-
-