public interface AsyncMethodType<T> extends Child<T>, JavaeeAsyncMethodCommonType<T,AsyncMethodType<T>,MethodParamsType<AsyncMethodType<T>>>
async-methodType
xsd typeModifier 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-name
AsyncMethodType
String getMethodName()
method-name
elementmethod-name
AsyncMethodType<T> removeMethodName()
method-name
elementAsyncMethodType
MethodParamsType<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
elementAsyncMethodType
AsyncMethodType<T> id(String id)
id
attributeid
- the value for the attribute id
AsyncMethodType
String getId()
id
attributeid
AsyncMethodType<T> removeId()
id
attributeAsyncMethodType
Copyright © 2019 JBoss by Red Hat. All rights reserved.