|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TldExtensionType<T>
This interface defines the contract for the tld-extensionType
xsd type
Method Summary | |
---|---|
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 |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
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
element
ExtensibleType>
List<ExtensibleType<TldExtensionType<T>>> getAllExtensionElement()
extension-element
elements
extension-element
TldExtensionType<T> removeAllExtensionElement()
extension-element
elements
ExtensibleType>
TldExtensionType<T> namespace(String namespace)
namespace
attribute
namespace
- the value for the attribute namespace
TldExtensionType
String getNamespace()
namespace
attribute
namespace
TldExtensionType<T> removeNamespace()
namespace
attribute
TldExtensionType
TldExtensionType<T> id(String id)
id
attribute
id
- the value for the attribute id
TldExtensionType
String getId()
id
attribute
id
TldExtensionType<T> removeId()
id
attribute
TldExtensionType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |