fr.etai.xat2v2.obj
Class SessionContext

java.lang.Object
  extended by fr.etai.xat2v2.obj.SessionContext
All Implemented Interfaces:
Serializable

public class SessionContext
extends Object
implements Serializable

SessionContext represents the DMS context.

Java class for SessionContextType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SessionContextType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="application-id" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="dms-login" type="{http://xat2.etai.fr}string64Type" minOccurs="0"/>
         <element name="user-shared-id" type="{http://xat2.etai.fr}string64Type" minOccurs="0"/>
         <element name="garage-shared-id" type="{http://xat2.etai.fr}string64Type" minOccurs="0"/>
         <element name="session-id" type="{http://xat2.etai.fr}string64Type" minOccurs="0"/>
         <element name="last-accessed-time" type="{http://xat2.etai.fr}FormatedDateType" minOccurs="0"/>
         <element name="max-session-duration" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
SessionContext()
           
 
Method Summary
 String getApplicationId()
           
 String getDmsLogin()
          Gets the value of the dmsLogin property.
 String getGarageSharedId()
          Gets the value of the garageSharedId property.
 FormatedDate getLastAccessedTime()
          Gets the value of the lastAccessedTime property.
 Long getMaxSessionDuration()
          Gets the value of the maxSessionDuration property.
 String getSessionId()
          Gets the value of the sessionId property.
 String getUserSharedId()
          Gets the value of the userSharedId property.
 void setApplicationId(String applicationId)
           
 void setDmsLogin(String value)
          Sets the value of the dmsLogin property.
 void setGarageSharedId(String value)
          Sets the value of the garageSharedId property.
 void setLastAccessedTime(FormatedDate value)
          Sets the value of the lastAccessedTime property.
 void setMaxSessionDuration(Long value)
          Sets the value of the maxSessionDuration property.
 void setSessionId(String value)
          Sets the value of the sessionId property.
 void setUserSharedId(String value)
          Sets the value of the userSharedId property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionContext

public SessionContext()
Method Detail

getApplicationId

public String getApplicationId()

setApplicationId

public void setApplicationId(String applicationId)

getDmsLogin

public String getDmsLogin()
Gets the value of the dmsLogin property.

Returns:
possible object is String

setDmsLogin

public void setDmsLogin(String value)
Sets the value of the dmsLogin property.

Parameters:
value - allowed object is String

getUserSharedId

public String getUserSharedId()
Gets the value of the userSharedId property.

Returns:
possible object is String

setUserSharedId

public void setUserSharedId(String value)
Sets the value of the userSharedId property.

Parameters:
value - allowed object is String

getGarageSharedId

public String getGarageSharedId()
Gets the value of the garageSharedId property.

Returns:
possible object is String

setGarageSharedId

public void setGarageSharedId(String value)
Sets the value of the garageSharedId property.

Parameters:
value - allowed object is String

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 is String

getLastAccessedTime

public FormatedDate getLastAccessedTime()
Gets the value of the lastAccessedTime property.

Returns:
possible object is FormatedDate

setLastAccessedTime

public void setLastAccessedTime(FormatedDate value)
Sets the value of the lastAccessedTime property.

Parameters:
value - allowed object is FormatedDate

getMaxSessionDuration

public Long getMaxSessionDuration()
Gets the value of the maxSessionDuration property.

Returns:
possible object is Long

setMaxSessionDuration

public void setMaxSessionDuration(Long value)
Sets the value of the maxSessionDuration property.

Parameters:
value - allowed object is Long


Copyright © 2012. All Rights Reserved.