public interface AccessTimeoutType<T> extends Child<T>
access-timeoutType xsd type| Modifier and Type | Method and Description |
|---|---|
Integer |
getTimeout()
Returns the
timeout element |
TimeUnitTypeType |
getUnit()
Returns the
unit element |
String |
getUnitAsString()
Returns the
unit element |
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 attributeAccessTimeoutTypeCopyright © 2016 JBoss by Red Hat. All rights reserved.