Modifier and Type | Method and Description |
---|---|
String |
getId()
Returns the
id attribute |
ExtensibleType<ExtensibleType<T>> |
getOrCreateExtensibleType()
If not already created, a new
extensibleType element with the given value will be created. |
ExtensibleType<T> |
id(String id)
Sets the
id attribute |
ExtensibleType<T> |
removeExtensibleType()
Removes the
extensibleType element |
ExtensibleType<T> |
removeId()
Removes the
id attribute |
ExtensibleType<ExtensibleType<T>> getOrCreateExtensibleType()
extensibleType
element with the given value will be created.
Otherwise, the existing extensibleType
element will be returned.ExtensibleType>
ExtensibleType<T> removeExtensibleType()
extensibleType
elementExtensibleType
ExtensibleType<T> id(String id)
id
attributeid
- the value for the attribute id
ExtensibleType
String getId()
id
attributeid
ExtensibleType<T> removeId()
id
attributeExtensibleType
Copyright © 2017 JBoss by Red Hat. All rights reserved.