|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Array<T>
This interface defines the contract for the Array
xsd type
Method Summary | |
---|---|
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 |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
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
element
Item>
List<Item<Array<T>>> getAllItem()
Item
elements
Item
Array<T> removeAllItem()
Item
elements
Item>
Array<T> type(String type)
type
attribute
type
- the value for the attribute type
Array
String getType()
type
attribute
type
Array<T> removeType()
type
attribute
Array
Array<T> id(String id)
id
attribute
id
- the value for the attribute id
Array
String getId()
id
attribute
id
Array<T> removeId()
id
attribute
Array
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |