public interface Arg<T> extends Child<T>
Arg
xsd typeModifier and Type | Method and Description |
---|---|
Array<Arg<T>> |
getOrCreateArray()
If not already created, a new
Array element with the given value will be created. |
Call<Arg<T>> |
getOrCreateCall()
If not already created, a new
Call element with the given value will be created. |
Get<Arg<T>> |
getOrCreateGet()
If not already created, a new
Get element with the given value will be created. |
Map<Arg<T>> |
getOrCreateMap()
If not already created, a new
Map element with the given value will be created. |
New<Arg<T>> |
getOrCreateNew()
If not already created, a new
New element with the given value will be created. |
Property<Arg<T>> |
getOrCreateProperty()
If not already created, a new
Property element with the given value will be created. |
Ref<Arg<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
Arg |
String |
getType()
Returns the
type attribute |
Arg<T> |
removeArray()
Removes the
Array element |
Arg<T> |
removeCall()
Removes the
Call element |
Arg<T> |
removeGet()
Removes the
Get element |
Arg<T> |
removeMap()
Removes the
Map element |
Arg<T> |
removeNew()
Removes the
New element |
Arg<T> |
removeProperty()
Removes the
Property element |
Arg<T> |
removeRef()
Removes the
Ref element |
Arg<T> |
removeSystemProperty()
Removes the
SystemProperty element |
Arg<T> |
removeType()
Removes the
type attribute |
Arg<T> |
systemProperty(String SystemProperty)
Sets the
SystemProperty element |
Arg<T> |
text(String value)
Sets the body text for the element
Arg |
Arg<T> |
type(String type)
Sets the
type attribute |
Arg<T> text(String value)
Arg
Arg
- the value for the body text Arg
Arg
String getText()
Arg
Arg
Get<Arg<T>> getOrCreateGet()
Get
element with the given value will be created.
Otherwise, the existing Get
element will be returned.Get>
Call<Arg<T>> getOrCreateCall()
Call
element with the given value will be created.
Otherwise, the existing Call
element will be returned.Call>
New<Arg<T>> getOrCreateNew()
New
element with the given value will be created.
Otherwise, the existing New
element will be returned.New>
Ref<Arg<T>> getOrCreateRef()
Ref
element with the given value will be created.
Otherwise, the existing Ref
element will be returned.Ref>
Array<Arg<T>> getOrCreateArray()
Array
element with the given value will be created.
Otherwise, the existing Array
element will be returned.Array>
Map<Arg<T>> getOrCreateMap()
Map
element with the given value will be created.
Otherwise, the existing Map
element will be returned.Map>
Arg<T> systemProperty(String SystemProperty)
SystemProperty
elementSystemProperty
- the value for the element SystemProperty
Arg
String getSystemProperty()
SystemProperty
elementSystemProperty
Arg<T> removeSystemProperty()
SystemProperty
elementArg
Property<Arg<T>> getOrCreateProperty()
Property
element with the given value will be created.
Otherwise, the existing Property
element will be returned.Property>
Arg<T> removeProperty()
Property
elementArg
Arg<T> type(String type)
type
attributetype
- the value for the attribute type
Arg
String getType()
type
attributetype
Copyright © 2023 JBoss by Red Hat. All rights reserved.