public interface Map<T> extends Child<T>
Map
xsd typeModifier and Type | Method and Description |
---|---|
Entry<Map<T>> |
createEntry()
Creates a new
Entry element |
List<Entry<Map<T>>> |
getAllEntry()
Returns all
Entry elements |
String |
getId()
Returns the
id attribute |
Entry<Map<T>> |
getOrCreateEntry()
If not already created, a new
Entry element will be created and returned. |
Map<T> |
id(String id)
Sets the
id attribute |
Map<T> |
removeAllEntry()
Removes all
Entry elements |
Map<T> |
removeId()
Removes the
id attribute |
Entry<Map<T>> getOrCreateEntry()
Entry
element will be created and returned.
Otherwise, the first existing Entry
element will be returned.Entry
Entry<Map<T>> createEntry()
Entry
elementEntry
Map<T> removeAllEntry()
Entry
elementsEntry
Map<T> id(String id)
id
attributeid
- the value for the attribute id
Map
String getId()
id
attributeid
Copyright © 2022 JBoss by Red Hat. All rights reserved.