public interface Property<T> extends Child<T>
Property
xsd typeModifier and Type | Method and Description |
---|---|
Property<T> |
_default(String _default)
Sets the
default attribute |
Array<Property<T>> |
createArray()
Creates a new
Array element |
Call<Property<T>> |
createCall()
Creates a new
Call element |
Get<Property<T>> |
createGet()
Creates a new
Get element |
Map<Property<T>> |
createMap()
Creates a new
Map element |
New<Property<T>> |
createNew()
Creates a new
New element |
Property<Property<T>> |
createProperty()
Creates a new
Property element |
Put<Property<T>> |
createPut()
Creates a new
Put element |
Ref<Property<T>> |
createRef()
Creates a new
Ref element |
Set<Property<T>> |
createSet()
Creates a new
Set element |
String |
get_Default()
Returns the
default attribute |
List<Array<Property<T>>> |
getAllArray()
Returns all
Array elements |
List<Call<Property<T>>> |
getAllCall()
Returns all
Call elements |
List<Get<Property<T>>> |
getAllGet()
Returns all
Get elements |
List<Map<Property<T>>> |
getAllMap()
Returns all
Map elements |
List<New<Property<T>>> |
getAllNew()
Returns all
New elements |
List<Property<Property<T>>> |
getAllProperty()
Returns all
Property elements |
List<Put<Property<T>>> |
getAllPut()
Returns all
Put elements |
List<Ref<Property<T>>> |
getAllRef()
Returns all
Ref elements |
List<Set<Property<T>>> |
getAllSet()
Returns all
Set elements |
String |
getId()
Returns the
id attribute |
String |
getName()
Returns the
name attribute |
Array<Property<T>> |
getOrCreateArray()
If not already created, a new
Array element will be created and returned. |
Call<Property<T>> |
getOrCreateCall()
If not already created, a new
Call element will be created and returned. |
Get<Property<T>> |
getOrCreateGet()
If not already created, a new
Get element will be created and returned. |
Map<Property<T>> |
getOrCreateMap()
If not already created, a new
Map element will be created and returned. |
New<Property<T>> |
getOrCreateNew()
If not already created, a new
New element will be created and returned. |
Property<Property<T>> |
getOrCreateProperty()
If not already created, a new
Property element will be created and returned. |
Put<Property<T>> |
getOrCreatePut()
If not already created, a new
Put element will be created and returned. |
Ref<Property<T>> |
getOrCreateRef()
If not already created, a new
Ref element will be created and returned. |
Set<Property<T>> |
getOrCreateSet()
If not already created, a new
Set element will be created and returned. |
Property<T> |
id(String id)
Sets the
id attribute |
Property<T> |
name(String name)
Sets the
name attribute |
Property<T> |
remove_Default()
Removes the
default attribute |
Property<T> |
removeAllArray()
Removes all
Array elements |
Property<T> |
removeAllCall()
Removes all
Call elements |
Property<T> |
removeAllGet()
Removes all
Get elements |
Property<T> |
removeAllMap()
Removes all
Map elements |
Property<T> |
removeAllNew()
Removes all
New elements |
Property<T> |
removeAllProperty()
Removes all
Property elements |
Property<T> |
removeAllPut()
Removes all
Put elements |
Property<T> |
removeAllRef()
Removes all
Ref elements |
Property<T> |
removeAllSet()
Removes all
Set elements |
Property<T> |
removeId()
Removes the
id attribute |
Property<T> |
removeName()
Removes the
name attribute |
Array<Property<T>> getOrCreateArray()
Array
element will be created and returned.
Otherwise, the first existing Array
element will be returned.Array
Array<Property<T>> createArray()
Array
elementArray>
List<Array<Property<T>>> getAllArray()
Array
elementsArray
Property<T> removeAllArray()
Array
elementsArray>
Call<Property<T>> getOrCreateCall()
Call
element will be created and returned.
Otherwise, the first existing Call
element will be returned.Call
Call<Property<T>> createCall()
Call
elementCall>
Property<T> removeAllCall()
Call
elementsCall>
New<Property<T>> getOrCreateNew()
New
element will be created and returned.
Otherwise, the first existing New
element will be returned.New
New<Property<T>> createNew()
New
elementNew>
Property<T> removeAllNew()
New
elementsNew>
Ref<Property<T>> getOrCreateRef()
Ref
element will be created and returned.
Otherwise, the first existing Ref
element will be returned.Ref
Ref<Property<T>> createRef()
Ref
elementRef>
Property<T> removeAllRef()
Ref
elementsRef>
Set<Property<T>> getOrCreateSet()
Set
element will be created and returned.
Otherwise, the first existing Set
element will be returned.Set
Set<Property<T>> createSet()
Set
elementSet>
Property<T> removeAllSet()
Set
elementsSet>
Get<Property<T>> getOrCreateGet()
Get
element will be created and returned.
Otherwise, the first existing Get
element will be returned.Get
Get<Property<T>> createGet()
Get
elementGet>
Property<T> removeAllGet()
Get
elementsGet>
Map<Property<T>> getOrCreateMap()
Map
element will be created and returned.
Otherwise, the first existing Map
element will be returned.Map
Map<Property<T>> createMap()
Map
elementMap>
Property<T> removeAllMap()
Map
elementsMap>
Property<Property<T>> getOrCreateProperty()
Property
element will be created and returned.
Otherwise, the first existing Property
element will be returned.Property
Property<Property<T>> createProperty()
Property
elementProperty>
List<Property<Property<T>>> getAllProperty()
Property
elementsProperty
Property<T> removeAllProperty()
Property
elementsProperty>
Put<Property<T>> getOrCreatePut()
Put
element will be created and returned.
Otherwise, the first existing Put
element will be returned.Put
Put<Property<T>> createPut()
Put
elementPut>
Property<T> removeAllPut()
Put
elementsPut>
Property<T> name(String name)
name
attributename
- the value for the attribute name
Property
String getName()
name
attributename
Property<T> removeName()
name
attributeProperty
Property<T> _default(String _default)
default
attribute_default
- the value for the attribute default
Property
String get_Default()
default
attributedefault
Property<T> remove_Default()
default
attributeProperty
Property<T> id(String id)
id
attributeid
- the value for the attribute id
Property
String getId()
id
attributeid
Copyright © 2022 JBoss by Red Hat. All rights reserved.