public class SessionConfigType
extends java.lang.Object
Java class for session-configType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="session-configType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="session-timeout" type="{http://java.sun.com/xml/ns/javaee}xsdIntegerType" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
id |
protected XsdIntegerType |
sessionTimeout |
| Constructor and Description |
|---|
SessionConfigType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
Gets the value of the id property.
|
XsdIntegerType |
getSessionTimeout()
Gets the value of the sessionTimeout property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setSessionTimeout(XsdIntegerType value)
Sets the value of the sessionTimeout property.
|
protected XsdIntegerType sessionTimeout
protected java.lang.String id
public XsdIntegerType getSessionTimeout()
XsdIntegerTypepublic void setSessionTimeout(XsdIntegerType value)
value - allowed object is
XsdIntegerTypepublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
String