public interface Ref<T> extends Child<T>
Ref
xsd typeType | Property and Description |
---|---|
Property<Ref<T>> |
create
Creates a new
Property element |
Ref<T> |
removeAll
Removes all
Property elements |
Modifier and Type | Method and Description |
---|---|
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 |
Property
elementProperty>
Property
elementsProperty>
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
elementRef>
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
elementMap>
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
elementCall>
Ref<T> removeAllCall()
Call
elementsCall>
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
elementPut>
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
elementArray>
Ref<T> removeAllArray()
Array
elementsArray>
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
elementNew>
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
elementProperty>
List<Property<Ref<T>>> getAllProperty()
Property
elementsProperty
Ref<T> removeAllProperty()
Property
elementsProperty>
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
elementGet>
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
elementSet>
Ref<T> id(String id)
id
attributeid
- the value for the attribute id
Ref
String getId()
id
attributeid
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.