
public interface AccessTimeoutType<T> extends Child<T>, JavaeeAccessTimeoutCommonType<T,AccessTimeoutType<T>>
access-timeoutType xsd type| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Returns the
id attribute |
Integer |
getTimeout()
Returns the
timeout element |
TimeUnitTypeType |
getUnit()
Returns the
unit element |
String |
getUnitAsString()
Returns the
unit element |
AccessTimeoutType<T> |
id(String id)
Sets the
id attribute |
AccessTimeoutType<T> |
removeId()
Removes the
id attribute |
AccessTimeoutType<T> |
removeTimeout()
Removes the
timeout element |
AccessTimeoutType<T> |
removeUnit()
Removes the
unit attribute |
AccessTimeoutType<T> |
timeout(Integer timeout)
Sets the
timeout element |
AccessTimeoutType<T> |
unit(String unit)
Sets the
unit element |
AccessTimeoutType<T> |
unit(TimeUnitTypeType unit)
Sets the
unit element |
AccessTimeoutType<T> timeout(Integer timeout)
timeout elementtimeout - the value for the element timeoutAccessTimeoutTypeInteger getTimeout()
timeout elementtimeoutAccessTimeoutType<T> removeTimeout()
timeout elementAccessTimeoutTypeAccessTimeoutType<T> unit(TimeUnitTypeType unit)
unit elementunit - the value for the element unitAccessTimeoutTypeAccessTimeoutType<T> unit(String unit)
unit elementunit - the value for the element unitAccessTimeoutTypeTimeUnitTypeType getUnit()
unit elementunitString getUnitAsString()
unit elementunitAccessTimeoutType<T> removeUnit()
unit attributeAccessTimeoutTypeAccessTimeoutType<T> id(String id)
id attributeid - the value for the attribute idAccessTimeoutTypeString getId()
id attributeidAccessTimeoutType<T> removeId()
id attributeAccessTimeoutTypeCopyright © 2021 JBoss by Red Hat. All rights reserved.