public interface MethodParamsType<T> extends Child<T>, JavaeeMethodParamsCommonType<T,MethodParamsType<T>>
method-paramsType
xsd typeModifier 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
objectsMethodParamsType
List<String> getAllMethodParam()
method-param
elementsmethod-param
MethodParamsType<T> removeAllMethodParam()
method-param
elementMethodParamsType
MethodParamsType<T> id(String id)
id
attributeid
- the value for the attribute id
MethodParamsType
String getId()
id
attributeid
MethodParamsType<T> removeId()
id
attributeMethodParamsType
Copyright © 2019 JBoss by Red Hat. All rights reserved.