public interface ExcludeListType<T> extends Child<T>, JavaeeExcludeListCommonType<T,ExcludeListType<T>,MethodType<ExcludeListType<T>>>
exclude-listType
xsd typeModifier 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
objectsExcludeListType
List<String> getAllDescription()
description
elementsdescription
ExcludeListType<T> removeAllDescription()
description
elementExcludeListType
MethodType<ExcludeListType<T>> getOrCreateMethod()
method
element will be created and returned.
Otherwise, the first existing method
element will be returned.method
MethodType<ExcludeListType<T>> createMethod()
method
elementMethodType>
List<MethodType<ExcludeListType<T>>> getAllMethod()
method
elementsmethod
ExcludeListType<T> removeAllMethod()
method
elementsMethodType>
ExcludeListType<T> id(String id)
id
attributeid
- the value for the attribute id
ExcludeListType
String getId()
id
attributeid
ExcludeListType<T> removeId()
id
attributeExcludeListType
Copyright © 2021 JBoss by Red Hat. All rights reserved.