
| Modifier and Type | Method and Description |
|---|---|
ExtensibleType<TldExtensionType<T>> |
createExtensionElement()
Creates a new
extension-element element |
List<ExtensibleType<TldExtensionType<T>>> |
getAllExtensionElement()
Returns all
extension-element elements |
String |
getId()
Returns the
id attribute |
String |
getNamespace()
Returns the
namespace attribute |
ExtensibleType<TldExtensionType<T>> |
getOrCreateExtensionElement()
If not already created, a new
extension-element element will be created and returned. |
TldExtensionType<T> |
id(String id)
Sets the
id attribute |
TldExtensionType<T> |
namespace(String namespace)
Sets the
namespace attribute |
TldExtensionType<T> |
removeAllExtensionElement()
Removes all
extension-element elements |
TldExtensionType<T> |
removeId()
Removes the
id attribute |
TldExtensionType<T> |
removeNamespace()
Removes the
namespace attribute |
ExtensibleType<TldExtensionType<T>> getOrCreateExtensionElement()
extension-element element will be created and returned.
Otherwise, the first existing extension-element element will be returned.extension-elementExtensibleType<TldExtensionType<T>> createExtensionElement()
extension-element elementExtensibleType> List<ExtensibleType<TldExtensionType<T>>> getAllExtensionElement()
extension-element elementsextension-elementTldExtensionType<T> removeAllExtensionElement()
extension-element elementsExtensibleType> TldExtensionType<T> namespace(String namespace)
namespace attributenamespace - the value for the attribute namespaceTldExtensionTypeString getNamespace()
namespace attributenamespaceTldExtensionType<T> removeNamespace()
namespace attributeTldExtensionTypeTldExtensionType<T> id(String id)
id attributeid - the value for the attribute idTldExtensionTypeString getId()
id attributeidTldExtensionType<T> removeId()
id attributeTldExtensionTypeCopyright © 2021 JBoss by Red Hat. All rights reserved.