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