public class OTRSSessionCreateResponse extends Object implements Serializable
Java class for OTRS_SessionCreateResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OTRS_SessionCreateResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SessionID" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
<element name="Error" type="{http://www.otrs.org/TicketConnector/}OTRS_Error" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected OTRSError |
error |
protected BigInteger |
sessionID |
| Constructor and Description |
|---|
OTRSSessionCreateResponse() |
| Modifier and Type | Method and Description |
|---|---|
OTRSError |
getError()
Gets the value of the error property.
|
BigInteger |
getSessionID()
Gets the value of the sessionID property.
|
void |
setError(OTRSError value)
Sets the value of the error property.
|
void |
setSessionID(BigInteger value)
Sets the value of the sessionID property.
|
protected BigInteger sessionID
protected OTRSError error
public BigInteger getSessionID()
Stringpublic void setSessionID(BigInteger value)
value - allowed object is
Stringpublic OTRSError getError()
OTRSErrorCopyright © 2015. All rights reserved.