
public interface Map<T> extends Child<T>
Map xsd type| Modifier 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.EntryEntry<Map<T>> createEntry()
Entry elementEntryMap<T> removeAllEntry()
Entry elementsEntryMap<T> id(String id)
id attributeid - the value for the attribute idMapString getId()
id attributeidCopyright © 2021 JBoss by Red Hat. All rights reserved.