public interface AccessTimeoutType<T> extends Child<T>, JavaeeAccessTimeoutCommonType<T,AccessTimeoutType<T>>
access-timeoutType
xsd typeModifier 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 timeout
AccessTimeoutType
Integer getTimeout()
timeout
elementtimeout
AccessTimeoutType<T> removeTimeout()
timeout
elementAccessTimeoutType
AccessTimeoutType<T> unit(TimeUnitTypeType unit)
unit
elementunit
- the value for the element unit
AccessTimeoutType
AccessTimeoutType<T> unit(String unit)
unit
elementunit
- the value for the element unit
AccessTimeoutType
TimeUnitTypeType getUnit()
unit
elementunit
String getUnitAsString()
unit
elementunit
AccessTimeoutType<T> removeUnit()
unit
attributeAccessTimeoutType
AccessTimeoutType<T> id(String id)
id
attributeid
- the value for the attribute id
AccessTimeoutType
String getId()
id
attributeid
AccessTimeoutType<T> removeId()
id
attributeAccessTimeoutType
Copyright © 2017 JBoss by Red Hat. All rights reserved.