|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.etai.xat2v2.obj.SessionContext
public class SessionContext
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>
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 |
---|
public SessionContext()
Method Detail |
---|
public String getApplicationId()
public void setApplicationId(String applicationId)
public String getDmsLogin()
String
public void setDmsLogin(String value)
value
- allowed object is
String
public String getUserSharedId()
String
public void setUserSharedId(String value)
value
- allowed object is
String
public String getGarageSharedId()
String
public void setGarageSharedId(String value)
value
- allowed object is
String
public String getSessionId()
String
public void setSessionId(String value)
value
- allowed object is
String
public FormatedDate getLastAccessedTime()
FormatedDate
public void setLastAccessedTime(FormatedDate value)
value
- allowed object is
FormatedDate
public Long getMaxSessionDuration()
Long
public void setMaxSessionDuration(Long value)
value
- allowed object is
Long
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |