
public interface MethodType<T> extends Child<T>
methodType xsd type| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Returns the
id attribute |
String |
getMethodName()
Returns the
method-name element |
String |
getTransactionTimeout()
Returns the
transaction-timeout element |
MethodType<T> |
id(String id)
Sets the
id attribute |
MethodType<T> |
idempotent(Boolean idempotent)
Sets the
idempotent element |
Boolean |
isIdempotent()
Returns the
idempotent element |
Boolean |
isReadOnly()
Returns the
read-only element |
MethodType<T> |
methodName(String methodName)
Sets the
method-name element |
MethodType<T> |
readOnly(Boolean readOnly)
Sets the
read-only element |
MethodType<T> |
removeId()
Removes the
id attribute |
MethodType<T> |
removeIdempotent()
Removes the
idempotent element |
MethodType<T> |
removeMethodName()
Removes the
method-name element |
MethodType<T> |
removeReadOnly()
Removes the
read-only element |
MethodType<T> |
removeTransactionTimeout()
Removes the
transaction-timeout element |
MethodType<T> |
transactionTimeout(String transactionTimeout)
Sets the
transaction-timeout element |
MethodType<T> methodName(String methodName)
method-name elementmethodName - the value for the element method-nameMethodTypeString getMethodName()
method-name elementmethod-nameMethodType<T> removeMethodName()
method-name elementMethodTypeMethodType<T> readOnly(Boolean readOnly)
read-only elementreadOnly - the value for the element read-onlyMethodTypeBoolean isReadOnly()
read-only elementread-onlyMethodType<T> removeReadOnly()
read-only elementMethodTypeMethodType<T> idempotent(Boolean idempotent)
idempotent elementidempotent - the value for the element idempotentMethodTypeBoolean isIdempotent()
idempotent elementidempotentMethodType<T> removeIdempotent()
idempotent elementMethodTypeMethodType<T> transactionTimeout(String transactionTimeout)
transaction-timeout elementtransactionTimeout - the value for the element transaction-timeoutMethodTypeString getTransactionTimeout()
transaction-timeout elementtransaction-timeoutMethodType<T> removeTransactionTimeout()
transaction-timeout elementMethodTypeMethodType<T> id(String id)
id attributeid - the value for the attribute idMethodTypeString getId()
id attributeidMethodType<T> removeId()
id attributeMethodTypeCopyright © 2025 JBoss by Red Hat. All rights reserved.