public interface SessionConfigType<T> extends Child<T>, JavaeeSessionConfigCommonType<T,SessionConfigType<T>>
session-configType
xsd typeModifier 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-timeout
SessionConfigType
Integer getSessionTimeout()
session-timeout
elementsession-timeout
SessionConfigType<T> removeSessionTimeout()
session-timeout
elementSessionConfigType
SessionConfigType<T> id(String id)
id
attributeid
- the value for the attribute id
SessionConfigType
String getId()
id
attributeid
SessionConfigType<T> removeId()
id
attributeSessionConfigType
Copyright © 2023 JBoss by Red Hat. All rights reserved.