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