
public interface Set<T> extends Child<T>
Set xsd type| Modifier and Type | Method and Description |
|---|---|
Set<T> |
clazz(String clazz)
Sets the
class attribute |
String |
getClazz()
Returns the
class attribute |
String |
getName()
Returns the
name attribute |
Array<Set<T>> |
getOrCreateArray()
If not already created, a new
Array element with the given value will be created. |
Call<Set<T>> |
getOrCreateCall()
If not already created, a new
Call element with the given value will be created. |
Get<Set<T>> |
getOrCreateGet()
If not already created, a new
Get element with the given value will be created. |
Map<Set<T>> |
getOrCreateMap()
If not already created, a new
Map element with the given value will be created. |
New<Set<T>> |
getOrCreateNew()
If not already created, a new
New element with the given value will be created. |
Property<Set<T>> |
getOrCreateProperty()
If not already created, a new
Property element with the given value will be created. |
Ref<Set<T>> |
getOrCreateRef()
If not already created, a new
Ref element with the given value will be created. |
String |
getSystemProperty()
Returns the
SystemProperty element |
String |
getText()
Returns the body text of the element
Set |
String |
getType()
Returns the
type attribute |
Set<T> |
name(String name)
Sets the
name attribute |
Set<T> |
removeArray()
Removes the
Array element |
Set<T> |
removeCall()
Removes the
Call element |
Set<T> |
removeClazzAttr()
Removes the
class attribute |
Set<T> |
removeGet()
Removes the
Get element |
Set<T> |
removeMap()
Removes the
Map element |
Set<T> |
removeName()
Removes the
name attribute |
Set<T> |
removeNew()
Removes the
New element |
Set<T> |
removeProperty()
Removes the
Property element |
Set<T> |
removeRef()
Removes the
Ref element |
Set<T> |
removeSystemProperty()
Removes the
SystemProperty element |
Set<T> |
removeType()
Removes the
type attribute |
Set<T> |
systemProperty(String SystemProperty)
Sets the
SystemProperty element |
Set<T> |
text(String value)
Sets the body text for the element
Set |
Set<T> |
type(String type)
Sets the
type attribute |
Set<T> text(String value)
SetSet - the value for the body text SetSetString getText()
SetSetGet<Set<T>> getOrCreateGet()
Get element with the given value will be created.
Otherwise, the existing Get element will be returned.Get> Call<Set<T>> getOrCreateCall()
Call element with the given value will be created.
Otherwise, the existing Call element will be returned.Call> New<Set<T>> getOrCreateNew()
New element with the given value will be created.
Otherwise, the existing New element will be returned.New> Ref<Set<T>> getOrCreateRef()
Ref element with the given value will be created.
Otherwise, the existing Ref element will be returned.Ref> Array<Set<T>> getOrCreateArray()
Array element with the given value will be created.
Otherwise, the existing Array element will be returned.Array> Map<Set<T>> getOrCreateMap()
Map element with the given value will be created.
Otherwise, the existing Map element will be returned.Map> Set<T> systemProperty(String SystemProperty)
SystemProperty elementSystemProperty - the value for the element SystemPropertySetString getSystemProperty()
SystemProperty elementSystemPropertySet<T> removeSystemProperty()
SystemProperty elementSetProperty<Set<T>> getOrCreateProperty()
Property element with the given value will be created.
Otherwise, the existing Property element will be returned.Property> Set<T> removeProperty()
Property elementSetSet<T> name(String name)
name attributename - the value for the attribute nameSetString getName()
name attributenameSet<T> type(String type)
type attributetype - the value for the attribute typeSetString getType()
type attributetypeSet<T> clazz(String clazz)
class attributeclazz - the value for the attribute classSetString getClazz()
class attributeclassCopyright © 2025 JBoss by Red Hat. All rights reserved.