public class

LoginResult

extends Result
java.lang.Object
   ↳ com.clarizen.api.Result
     ↳ com.clarizen.api.LoginResult
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

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>
 

Summary

Fields
protected LicenseType licenseType
protected String organizationId
protected XMLGregorianCalendar serverTime
protected String sessionId
protected String userId
[Expand]
Inherited Fields
From class com.clarizen.api.Result
Public Constructors
LoginResult()
Public Methods
LicenseType getLicenseType()
Gets the value of the licenseType property.
String getOrganizationId()
Gets the value of the organizationId property.
XMLGregorianCalendar getServerTime()
Gets the value of the serverTime property.
String getSessionId()
Gets the value of the sessionId property.
String getUserId()
Gets the value of the userId property.
void setLicenseType(LicenseType value)
Sets the value of the licenseType property.
void setOrganizationId(String value)
Sets the value of the organizationId property.
void setServerTime(XMLGregorianCalendar value)
Sets the value of the serverTime property.
void setSessionId(String value)
Sets the value of the sessionId property.
void setUserId(String value)
Sets the value of the userId property.
[Expand]
Inherited Methods
From class com.clarizen.api.Result
From class java.lang.Object

Fields

protected LicenseType licenseType

protected String organizationId

protected XMLGregorianCalendar serverTime

protected String sessionId

protected String userId

Public Constructors

public LoginResult ()

Public Methods

public LicenseType getLicenseType ()

Gets the value of the licenseType property.

Returns

public String getOrganizationId ()

Gets the value of the organizationId property.

Returns
  • possible object is String

public XMLGregorianCalendar getServerTime ()

Gets the value of the serverTime property.

Returns
  • possible object is XMLGregorianCalendar

public String getSessionId ()

Gets the value of the sessionId property.

Returns
  • possible object is String

public String getUserId ()

Gets the value of the userId property.

Returns
  • possible object is String

public void setLicenseType (LicenseType value)

Sets the value of the licenseType property.

Parameters
value Allowed object is LicenseType

public void setOrganizationId (String value)

Sets the value of the organizationId property.

Parameters
value Allowed object is String

public void setServerTime (XMLGregorianCalendar value)

Sets the value of the serverTime property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setSessionId (String value)

Sets the value of the sessionId property.

Parameters
value Allowed object is String

public void setUserId (String value)

Sets the value of the userId property.

Parameters
value Allowed object is String