public interface NamedMethodType<T> extends Child<T>, JavaeeNamedMethodCommonType<T,NamedMethodType<T>,MethodParamsType<NamedMethodType<T>>>
named-methodType
xsd typeModifier and Type | Method and Description |
---|---|
String |
getId()
Returns the
id attribute |
String |
getMethodName()
Returns the
method-name element |
MethodParamsType<NamedMethodType<T>> |
getOrCreateMethodParams()
If not already created, a new
method-params element with the given value will be created. |
NamedMethodType<T> |
id(String id)
Sets the
id attribute |
NamedMethodType<T> |
methodName(String methodName)
Sets the
method-name element |
NamedMethodType<T> |
removeId()
Removes the
id attribute |
NamedMethodType<T> |
removeMethodName()
Removes the
method-name element |
NamedMethodType<T> |
removeMethodParams()
Removes the
method-params element |
NamedMethodType<T> methodName(String methodName)
method-name
elementmethodName
- the value for the element method-name
NamedMethodType
String getMethodName()
method-name
elementmethod-name
NamedMethodType<T> removeMethodName()
method-name
elementNamedMethodType
MethodParamsType<NamedMethodType<T>> getOrCreateMethodParams()
method-params
element with the given value will be created.
Otherwise, the existing method-params
element will be returned.MethodParamsType>
NamedMethodType<T> removeMethodParams()
method-params
elementNamedMethodType
NamedMethodType<T> id(String id)
id
attributeid
- the value for the attribute id
NamedMethodType
String getId()
id
attributeid
NamedMethodType<T> removeId()
id
attributeNamedMethodType
Copyright © 2020 JBoss by Red Hat. All rights reserved.