
public interface StatefulTimeoutType<T> extends Child<T>, JavaeeStatefulTimeoutCommonType<T,StatefulTimeoutType<T>>
stateful-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 |
StatefulTimeoutType<T> |
id(String id)
Sets the
id attribute |
StatefulTimeoutType<T> |
removeId()
Removes the
id attribute |
StatefulTimeoutType<T> |
removeTimeout()
Removes the
timeout element |
StatefulTimeoutType<T> |
removeUnit()
Removes the
unit attribute |
StatefulTimeoutType<T> |
timeout(Integer timeout)
Sets the
timeout element |
StatefulTimeoutType<T> |
unit(String unit)
Sets the
unit element |
StatefulTimeoutType<T> |
unit(TimeUnitTypeType unit)
Sets the
unit element |
StatefulTimeoutType<T> timeout(Integer timeout)
timeout elementtimeout - the value for the element timeoutStatefulTimeoutTypeInteger getTimeout()
timeout elementtimeoutStatefulTimeoutType<T> removeTimeout()
timeout elementStatefulTimeoutTypeStatefulTimeoutType<T> unit(TimeUnitTypeType unit)
unit elementunit - the value for the element unitStatefulTimeoutTypeStatefulTimeoutType<T> unit(String unit)
unit elementunit - the value for the element unitStatefulTimeoutTypeTimeUnitTypeType getUnit()
unit elementunitString getUnitAsString()
unit elementunitStatefulTimeoutType<T> removeUnit()
unit attributeStatefulTimeoutTypeStatefulTimeoutType<T> id(String id)
id attributeid - the value for the attribute idStatefulTimeoutTypeString getId()
id attributeidStatefulTimeoutType<T> removeId()
id attributeStatefulTimeoutTypeCopyright © 2025 JBoss by Red Hat. All rights reserved.