public interface SessionConfigType
The following features are supported:
Webapp24Package.getSessionConfigType()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
Returns the value of the 'Id' attribute.
|
XsdIntegerType |
getSessionTimeout()
Returns the value of the 'Session Timeout' containment reference.
|
void |
setId(java.lang.String value)
Sets the value of the '
Id' attribute. |
void |
setSessionTimeout(XsdIntegerType value)
Sets the value of the '
Session Timeout' containment reference. |
XsdIntegerType getSessionTimeout()
setSessionTimeout(XsdIntegerType),
Webapp24Package.getSessionConfigType_SessionTimeout()void setSessionTimeout(XsdIntegerType value)
Session Timeout' containment reference.
value - the new value of the 'Session Timeout' containment reference.getSessionTimeout()java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String),
Webapp24Package.getSessionConfigType_Id()