public interface AroundTimeoutType<T> extends Child<T>
around-timeoutType
xsd typeModifier and Type | Method and Description |
---|---|
AroundTimeoutType<T> |
clazz(String clazz)
Sets the
class element |
String |
getClazz()
Returns the
class element |
String |
getMethodName()
Returns the
method-name element |
AroundTimeoutType<T> |
methodName(String methodName)
Sets the
method-name element |
AroundTimeoutType<T> |
removeClazz()
Removes the
class element |
AroundTimeoutType<T> |
removeMethodName()
Removes the
method-name element |
AroundTimeoutType<T> clazz(String clazz)
class
elementclazz
- the value for the element class
AroundTimeoutType
String getClazz()
class
elementclass
AroundTimeoutType<T> removeClazz()
class
elementAroundTimeoutType
AroundTimeoutType<T> methodName(String methodName)
method-name
elementmethodName
- the value for the element method-name
AroundTimeoutType
String getMethodName()
method-name
elementmethod-name
AroundTimeoutType<T> removeMethodName()
method-name
elementAroundTimeoutType
Copyright © 2016 JBoss by Red Hat. All rights reserved.