public interface Set<T> extends Child<T>
Set
xsd typeType | Property and Description |
---|---|
Set<T> |
remove
Removes the
Property element |
Set<T> |
removeSystem
Removes the
SystemProperty element |
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)
Set
Set
- the value for the body text Set
Set
String getText()
Set
Set
Get<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 SystemProperty
Set
String getSystemProperty()
SystemProperty
elementSystemProperty
Property<Set<T>> getOrCreateProperty()
Property
element with the given value will be created.
Otherwise, the existing Property
element will be returned.Property>
Set<T> name(String name)
name
attributename
- the value for the attribute name
Set
String getName()
name
attributename
Set<T> type(String type)
type
attributetype
- the value for the attribute type
Set
String getType()
type
attributetype
Set<T> clazz(String clazz)
class
attributeclazz
- the value for the attribute class
Set
String getClazz()
class
attributeclass
Copyright © 2016 JBoss by Red Hat. All rights reserved.