
public interface SessionConfigType<T> extends Child<T>, JavaeeSessionConfigCommonType<T,SessionConfigType<T>>
session-configType xsd type| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Returns the
id attribute |
Integer |
getSessionTimeout()
Returns the
session-timeout element |
SessionConfigType<T> |
id(String id)
Sets the
id attribute |
SessionConfigType<T> |
removeId()
Removes the
id attribute |
SessionConfigType<T> |
removeSessionTimeout()
Removes the
session-timeout element |
SessionConfigType<T> |
sessionTimeout(Integer sessionTimeout)
Sets the
session-timeout element |
SessionConfigType<T> sessionTimeout(Integer sessionTimeout)
session-timeout elementsessionTimeout - the value for the element session-timeoutSessionConfigTypeInteger getSessionTimeout()
session-timeout elementsession-timeoutSessionConfigType<T> removeSessionTimeout()
session-timeout elementSessionConfigTypeSessionConfigType<T> id(String id)
id attributeid - the value for the attribute idSessionConfigTypeString getId()
id attributeidSessionConfigType<T> removeId()
id attributeSessionConfigTypeCopyright © 2025 JBoss by Red Hat. All rights reserved.