
public interface Array<T> extends Child<T>
Array xsd type| Modifier and Type | Method and Description |
|---|---|
Item<Array<T>> |
createItem()
Creates a new
Item element |
List<Item<Array<T>>> |
getAllItem()
Returns all
Item elements |
String |
getId()
Returns the
id attribute |
Item<Array<T>> |
getOrCreateItem()
If not already created, a new
Item element will be created and returned. |
String |
getType()
Returns the
type attribute |
Array<T> |
id(String id)
Sets the
id attribute |
Array<T> |
removeAllItem()
Removes all
Item elements |
Array<T> |
removeId()
Removes the
id attribute |
Array<T> |
removeType()
Removes the
type attribute |
Array<T> |
type(String type)
Sets the
type attribute |
Item<Array<T>> getOrCreateItem()
Item element will be created and returned.
Otherwise, the first existing Item element will be returned.ItemItem<Array<T>> createItem()
Item elementItem> Array<T> removeAllItem()
Item elementsItem> Array<T> type(String type)
type attributetype - the value for the attribute typeArrayString getType()
type attributetypeArray<T> id(String id)
id attributeid - the value for the attribute idArrayString getId()
id attributeidCopyright © 2025 JBoss by Red Hat. All rights reserved.