
public interface ExcludeListType<T> extends Child<T>, JavaeeExcludeListCommonType<T,ExcludeListType<T>,MethodType<ExcludeListType<T>>>
exclude-listType xsd type| Modifier and Type | Method and Description |
|---|---|
MethodType<ExcludeListType<T>> |
createMethod()
Creates a new
method element |
ExcludeListType<T> |
description(String... values)
Creates for all String objects representing
description elements,
a new description element |
List<String> |
getAllDescription()
Returns all
description elements |
List<MethodType<ExcludeListType<T>>> |
getAllMethod()
Returns all
method elements |
String |
getId()
Returns the
id attribute |
MethodType<ExcludeListType<T>> |
getOrCreateMethod()
If not already created, a new
method element will be created and returned. |
ExcludeListType<T> |
id(String id)
Sets the
id attribute |
ExcludeListType<T> |
removeAllDescription()
Removes the
description element |
ExcludeListType<T> |
removeAllMethod()
Removes all
method elements |
ExcludeListType<T> |
removeId()
Removes the
id attribute |
ExcludeListType<T> description(String... values)
description elements,
a new description elementvalues - list of description objectsExcludeListTypeList<String> getAllDescription()
description elementsdescriptionExcludeListType<T> removeAllDescription()
description elementExcludeListTypeMethodType<ExcludeListType<T>> getOrCreateMethod()
method element will be created and returned.
Otherwise, the first existing method element will be returned.methodMethodType<ExcludeListType<T>> createMethod()
method elementMethodType> List<MethodType<ExcludeListType<T>>> getAllMethod()
method elementsmethodExcludeListType<T> removeAllMethod()
method elementsMethodType> ExcludeListType<T> id(String id)
id attributeid - the value for the attribute idExcludeListTypeString getId()
id attributeidExcludeListType<T> removeId()
id attributeExcludeListTypeCopyright © 2021 JBoss by Red Hat. All rights reserved.