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
elementTldExtensionType
Boolean isExtensionElement()
extension-element
elementTldExtensionType
TldExtensionType<T> removeExtensionElement()
extension-element
elementTldExtensionType
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 © 2016 JBoss by Red Hat. All rights reserved.