
public interface MethodParamsType<T> extends Child<T>, JavaeeMethodParamsCommonType<T,MethodParamsType<T>>
method-paramsType xsd type| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAllMethodParam()
Returns all
method-param elements |
String |
getId()
Returns the
id attribute |
MethodParamsType<T> |
id(String id)
Sets the
id attribute |
MethodParamsType<T> |
methodParam(String... values)
Creates for all String objects representing
method-param elements,
a new method-param element |
MethodParamsType<T> |
removeAllMethodParam()
Removes the
method-param element |
MethodParamsType<T> |
removeId()
Removes the
id attribute |
MethodParamsType<T> methodParam(String... values)
method-param elements,
a new method-param elementvalues - list of method-param objectsMethodParamsTypeList<String> getAllMethodParam()
method-param elementsmethod-paramMethodParamsType<T> removeAllMethodParam()
method-param elementMethodParamsTypeMethodParamsType<T> id(String id)
id attributeid - the value for the attribute idMethodParamsTypeString getId()
id attributeidMethodParamsType<T> removeId()
id attributeMethodParamsTypeCopyright © 2025 JBoss by Red Hat. All rights reserved.