
public interface AsyncMethodType<T> extends Child<T>, JavaeeAsyncMethodCommonType<T,AsyncMethodType<T>,MethodParamsType<AsyncMethodType<T>>>
async-methodType xsd type| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Returns the
id attribute |
String |
getMethodName()
Returns the
method-name element |
MethodParamsType<AsyncMethodType<T>> |
getOrCreateMethodParams()
If not already created, a new
method-params element with the given value will be created. |
AsyncMethodType<T> |
id(String id)
Sets the
id attribute |
AsyncMethodType<T> |
methodName(String methodName)
Sets the
method-name element |
AsyncMethodType<T> |
removeId()
Removes the
id attribute |
AsyncMethodType<T> |
removeMethodName()
Removes the
method-name element |
AsyncMethodType<T> |
removeMethodParams()
Removes the
method-params element |
AsyncMethodType<T> methodName(String methodName)
method-name elementmethodName - the value for the element method-nameAsyncMethodTypeString getMethodName()
method-name elementmethod-nameAsyncMethodType<T> removeMethodName()
method-name elementAsyncMethodTypeMethodParamsType<AsyncMethodType<T>> getOrCreateMethodParams()
method-params element with the given value will be created.
Otherwise, the existing method-params element will be returned.MethodParamsType> AsyncMethodType<T> removeMethodParams()
method-params elementAsyncMethodTypeAsyncMethodType<T> id(String id)
id attributeid - the value for the attribute idAsyncMethodTypeString getId()
id attributeidAsyncMethodType<T> removeId()
id attributeAsyncMethodTypeCopyright © 2025 JBoss by Red Hat. All rights reserved.