public interface AccessTimeoutType<T> extends Child<T>
access-timeoutType
xsd typeModifier 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 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
Copyright © 2014 JBoss by Red Hat. All rights reserved.