| java.lang.Object | ||
| ↳ | com.clarizen.api.Result | |
| ↳ | com.clarizen.api.LoginResult | |
Known Direct Subclasses
|
Known Indirect Subclasses
|
Java class for LoginResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LoginResult">
<complexContent>
<extension base="{http://clarizen.com/api}Result">
<sequence>
<element name="LicenseType" type="{http://clarizen.com/api}LicenseType"/>
<element name="OrganizationId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ServerTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="SessionId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="UserId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| licenseType | |||||||||||
| organizationId | |||||||||||
| serverTime | |||||||||||
| sessionId | |||||||||||
| userId | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.clarizen.api.Result
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the licenseType property.
| |||||||||||
Gets the value of the organizationId property.
| |||||||||||
Gets the value of the serverTime property.
| |||||||||||
Gets the value of the sessionId property.
| |||||||||||
Gets the value of the userId property.
| |||||||||||
Sets the value of the licenseType property.
| |||||||||||
Sets the value of the organizationId property.
| |||||||||||
Sets the value of the serverTime property.
| |||||||||||
Sets the value of the sessionId property.
| |||||||||||
Sets the value of the userId property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.clarizen.api.Result
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the licenseType property.
LicenseType
Gets the value of the organizationId property.
Gets the value of the serverTime property.
Gets the value of the sessionId property.
Gets the value of the userId property.
Sets the value of the licenseType property.
| value | Allowed object is
LicenseType
|
|---|
Sets the value of the organizationId property.
| value | Allowed object is String |
|---|
Sets the value of the serverTime property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the sessionId property.
| value | Allowed object is String |
|---|
Sets the value of the userId property.
| value | Allowed object is String |
|---|