
public interface Put<T> extends Child<T>
Put xsd type| Modifier and Type | Method and Description |
|---|---|
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 |
Put<T> text(String value)
PutPut - the value for the body text PutPutString getText()
PutPutGet<Put<T>> getOrCreateGet()
Get element with the given value will be created.
Otherwise, the existing Get element will be returned.Get> Call<Put<T>> getOrCreateCall()
Call element with the given value will be created.
Otherwise, the existing Call element will be returned.Call> New<Put<T>> getOrCreateNew()
New element with the given value will be created.
Otherwise, the existing New element will be returned.New> Ref<Put<T>> getOrCreateRef()
Ref element with the given value will be created.
Otherwise, the existing Ref element will be returned.Ref> Array<Put<T>> getOrCreateArray()
Array element with the given value will be created.
Otherwise, the existing Array element will be returned.Array> Map<Put<T>> getOrCreateMap()
Map element with the given value will be created.
Otherwise, the existing Map element will be returned.Map> Put<T> systemProperty(String SystemProperty)
SystemProperty elementSystemProperty - the value for the element SystemPropertyPutString getSystemProperty()
SystemProperty elementSystemPropertyPut<T> removeSystemProperty()
SystemProperty elementPutProperty<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 elementPutPut<T> name(String name)
name attributename - the value for the attribute namePutString getName()
name attributenamePut<T> type(String type)
type attributetype - the value for the attribute typePutString getType()
type attributetypeCopyright © 2021 JBoss by Red Hat. All rights reserved.