public interface AsyncMethodType<T> extends Child<T>
async-methodType xsd type| Modifier and Type | Method and Description |
|---|---|
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> |
methodName(String methodName)
Sets the
method-name element |
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 elementAsyncMethodTypeCopyright © 2016 JBoss by Red Hat. All rights reserved.