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-element
ExtensibleType<TldExtensionType<T>> createExtensionElement()
extension-element
elementExtensibleType>
List<ExtensibleType<TldExtensionType<T>>> getAllExtensionElement()
extension-element
elementsextension-element
TldExtensionType<T> removeAllExtensionElement()
extension-element
elementsExtensibleType>
TldExtensionType<T> namespace(String namespace)
namespace
attributenamespace
- the value for the attribute namespace
TldExtensionType
String getNamespace()
namespace
attributenamespace
TldExtensionType<T> removeNamespace()
namespace
attributeTldExtensionType
TldExtensionType<T> id(String id)
id
attributeid
- the value for the attribute id
TldExtensionType
String getId()
id
attributeid
TldExtensionType<T> removeId()
id
attributeTldExtensionType
Copyright © 2024 JBoss by Red Hat. All rights reserved.