|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Get<T>
This interface defines the contract for the Get
xsd type
Method Summary | |
---|---|
Get<T> |
clazz(String clazz)
Sets the class attribute |
Array<Get<T>> |
createArray()
Creates a new Array element |
Call<Get<T>> |
createCall()
Creates a new Call element |
Get<Get<T>> |
createGet()
Creates a new Get element |
Map<Get<T>> |
createMap()
Creates a new Map element |
New<Get<T>> |
createNew()
Creates a new New element |
Property<Get<T>> |
createProperty()
Creates a new Property element |
Put<Get<T>> |
createPut()
Creates a new Put element |
Ref<Get<T>> |
createRef()
Creates a new Ref element |
Set<Get<T>> |
createSet()
Creates a new Set element |
List<Array<Get<T>>> |
getAllArray()
Returns all Array elements |
List<Call<Get<T>>> |
getAllCall()
Returns all Call elements |
List<Get<Get<T>>> |
getAllGet()
Returns all Get elements |
List<Map<Get<T>>> |
getAllMap()
Returns all Map elements |
List<New<Get<T>>> |
getAllNew()
Returns all New elements |
List<Property<Get<T>>> |
getAllProperty()
Returns all Property elements |
List<Put<Get<T>>> |
getAllPut()
Returns all Put elements |
List<Ref<Get<T>>> |
getAllRef()
Returns all Ref elements |
List<Set<Get<T>>> |
getAllSet()
Returns all Set elements |
String |
getClazz()
Returns the class attribute |
String |
getId()
Returns the id attribute |
String |
getName()
Returns the name attribute |
Array<Get<T>> |
getOrCreateArray()
If not already created, a new Array element will be created and returned. |
Call<Get<T>> |
getOrCreateCall()
If not already created, a new Call element will be created and returned. |
Get<Get<T>> |
getOrCreateGet()
If not already created, a new Get element will be created and returned. |
Map<Get<T>> |
getOrCreateMap()
If not already created, a new Map element will be created and returned. |
New<Get<T>> |
getOrCreateNew()
If not already created, a new New element will be created and returned. |
Property<Get<T>> |
getOrCreateProperty()
If not already created, a new Property element will be created and returned. |
Put<Get<T>> |
getOrCreatePut()
If not already created, a new Put element will be created and returned. |
Ref<Get<T>> |
getOrCreateRef()
If not already created, a new Ref element will be created and returned. |
Set<Get<T>> |
getOrCreateSet()
If not already created, a new Set element will be created and returned. |
Get<T> |
id(String id)
Sets the id attribute |
Get<T> |
name(String name)
Sets the name attribute |
Get<T> |
removeAllArray()
Removes all Array elements |
Get<T> |
removeAllCall()
Removes all Call elements |
Get<T> |
removeAllGet()
Removes all Get elements |
Get<T> |
removeAllMap()
Removes all Map elements |
Get<T> |
removeAllNew()
Removes all New elements |
Get<T> |
removeAllProperty()
Removes all Property elements |
Get<T> |
removeAllPut()
Removes all Put elements |
Get<T> |
removeAllRef()
Removes all Ref elements |
Get<T> |
removeAllSet()
Removes all Set elements |
Get<T> |
removeClazz()
Removes the class attribute |
Get<T> |
removeId()
Removes the id attribute |
Get<T> |
removeName()
Removes the name attribute |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
Ref<Get<T>> getOrCreateRef()
Ref
element will be created and returned.
Otherwise, the first existing Ref
element will be returned.
Ref
Ref<Get<T>> createRef()
Ref
element
Ref>
List<Ref<Get<T>>> getAllRef()
Ref
elements
Ref
Get<T> removeAllRef()
Ref
elements
Ref>
Map<Get<T>> getOrCreateMap()
Map
element will be created and returned.
Otherwise, the first existing Map
element will be returned.
Map
Map<Get<T>> createMap()
Map
element
Map>
List<Map<Get<T>>> getAllMap()
Map
elements
Map
Get<T> removeAllMap()
Map
elements
Map>
Call<Get<T>> getOrCreateCall()
Call
element will be created and returned.
Otherwise, the first existing Call
element will be returned.
Call
Call<Get<T>> createCall()
Call
element
Call>
List<Call<Get<T>>> getAllCall()
Call
elements
Call
Get<T> removeAllCall()
Call
elements
Call>
Put<Get<T>> getOrCreatePut()
Put
element will be created and returned.
Otherwise, the first existing Put
element will be returned.
Put
Put<Get<T>> createPut()
Put
element
Put>
List<Put<Get<T>>> getAllPut()
Put
elements
Put
Get<T> removeAllPut()
Put
elements
Put>
Array<Get<T>> getOrCreateArray()
Array
element will be created and returned.
Otherwise, the first existing Array
element will be returned.
Array
Array<Get<T>> createArray()
Array
element
Array>
List<Array<Get<T>>> getAllArray()
Array
elements
Array
Get<T> removeAllArray()
Array
elements
Array>
New<Get<T>> getOrCreateNew()
New
element will be created and returned.
Otherwise, the first existing New
element will be returned.
New
New<Get<T>> createNew()
New
element
New>
List<New<Get<T>>> getAllNew()
New
elements
New
Get<T> removeAllNew()
New
elements
New>
Property<Get<T>> getOrCreateProperty()
Property
element will be created and returned.
Otherwise, the first existing Property
element will be returned.
Property
Property<Get<T>> createProperty()
Property
element
Property>
List<Property<Get<T>>> getAllProperty()
Property
elements
Property
Get<T> removeAllProperty()
Property
elements
Property>
Get<Get<T>> getOrCreateGet()
Get
element will be created and returned.
Otherwise, the first existing Get
element will be returned.
Get
Get<Get<T>> createGet()
Get
element
Get>
List<Get<Get<T>>> getAllGet()
Get
elements
Get
Get<T> removeAllGet()
Get
elements
Get>
Set<Get<T>> getOrCreateSet()
Set
element will be created and returned.
Otherwise, the first existing Set
element will be returned.
Set
Set<Get<T>> createSet()
Set
element
Set>
List<Set<Get<T>>> getAllSet()
Set
elements
Set
Get<T> removeAllSet()
Set
elements
Set>
Get<T> name(String name)
name
attribute
name
- the value for the attribute name
Get
String getName()
name
attribute
name
Get<T> removeName()
name
attribute
Get
Get<T> clazz(String clazz)
class
attribute
clazz
- the value for the attribute class
Get
String getClazz()
class
attribute
class
Get<T> removeClazz()
class
attribute
Get
Get<T> id(String id)
id
attribute
id
- the value for the attribute id
Get
String getId()
id
attribute
id
Get<T> removeId()
id
attribute
Get
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |