public interface Array<T> extends Child<T>
Array
xsd typeModifier 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.Item
Item<Array<T>> createItem()
Item
elementItem>
Array<T> removeAllItem()
Item
elementsItem>
Array<T> type(String type)
type
attributetype
- the value for the attribute type
Array
String getType()
type
attributetype
Array<T> id(String id)
id
attributeid
- the value for the attribute id
Array
String getId()
id
attributeid
Copyright © 2021 JBoss by Red Hat. All rights reserved.