
| Modifier and Type | Method and Description |
|---|---|
TldExtensionType<T> |
extensionElement()
Sets the
extension-element element |
String |
getId()
Returns the
id attribute |
String |
getNamespace()
Returns the
namespace attribute |
TldExtensionType<T> |
id(String id)
Sets the
id attribute |
Boolean |
isExtensionElement()
Removes the
extension-element element |
TldExtensionType<T> |
namespace(String namespace)
Sets the
namespace attribute |
TldExtensionType<T> |
removeExtensionElement()
Removes the
extension-element element |
TldExtensionType<T> |
removeId()
Removes the
id attribute |
TldExtensionType<T> |
removeNamespace()
Removes the
namespace attribute |
TldExtensionType<T> extensionElement()
extension-element elementTldExtensionTypeBoolean isExtensionElement()
extension-element elementTldExtensionTypeTldExtensionType<T> removeExtensionElement()
extension-element elementTldExtensionTypeTldExtensionType<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.