
public interface MethodAttributesType<T> extends Child<T>
method-attributesType xsd type| Modifier and Type | Method and Description |
|---|---|
MethodType<MethodAttributesType<T>> |
createMethod()
Creates a new
method element |
List<MethodType<MethodAttributesType<T>>> |
getAllMethod()
Returns all
method elements |
String |
getId()
Returns the
id attribute |
MethodType<MethodAttributesType<T>> |
getOrCreateMethod()
If not already created, a new
method element will be created and returned. |
MethodAttributesType<T> |
id(String id)
Sets the
id attribute |
MethodAttributesType<T> |
removeAllMethod()
Removes all
method elements |
MethodAttributesType<T> |
removeId()
Removes the
id attribute |
MethodType<MethodAttributesType<T>> getOrCreateMethod()
method element will be created and returned.
Otherwise, the first existing method element will be returned.methodMethodType<MethodAttributesType<T>> createMethod()
method elementMethodType> List<MethodType<MethodAttributesType<T>>> getAllMethod()
method elementsmethodMethodAttributesType<T> removeAllMethod()
method elementsMethodType> MethodAttributesType<T> id(String id)
id attributeid - the value for the attribute idMethodAttributesTypeString getId()
id attributeidMethodAttributesType<T> removeId()
id attributeMethodAttributesTypeCopyright © 2021 JBoss by Red Hat. All rights reserved.