|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Set<T>
This interface defines the contract for the Set
xsd type
Method Summary | |
---|---|
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> |
removeClazz()
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 |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
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>
Set<T> removeGet()
Get
element
Set
Call<Set<T>> getOrCreateCall()
Call
element with the given value will be created.
Otherwise, the existing Call
element will be returned.
Call>
Set<T> removeCall()
Call
element
Set
New<Set<T>> getOrCreateNew()
New
element with the given value will be created.
Otherwise, the existing New
element will be returned.
New>
Set<T> removeNew()
New
element
Set
Ref<Set<T>> getOrCreateRef()
Ref
element with the given value will be created.
Otherwise, the existing Ref
element will be returned.
Ref>
Set<T> removeRef()
Ref
element
Set
Array<Set<T>> getOrCreateArray()
Array
element with the given value will be created.
Otherwise, the existing Array
element will be returned.
Array>
Set<T> removeArray()
Array
element
Set
Map<Set<T>> getOrCreateMap()
Map
element with the given value will be created.
Otherwise, the existing Map
element will be returned.
Map>
Set<T> removeMap()
Map
element
Set
Set<T> systemProperty(String SystemProperty)
SystemProperty
element
SystemProperty
- the value for the element SystemProperty
Set
String getSystemProperty()
SystemProperty
element
SystemProperty
Set<T> removeSystemProperty()
SystemProperty
element
Set
Property<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
element
Set
Set<T> name(String name)
name
attribute
name
- the value for the attribute name
Set
String getName()
name
attribute
name
Set<T> removeName()
name
attribute
Set
Set<T> type(String type)
type
attribute
type
- the value for the attribute type
Set
String getType()
type
attribute
type
Set<T> removeType()
type
attribute
Set
Set<T> clazz(String clazz)
class
attribute
clazz
- the value for the attribute class
Set
String getClazz()
class
attribute
class
Set<T> removeClazz()
class
attribute
Set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |