
public interface SystemProperty<T> extends Child<T>
SystemProperty xsd type| Modifier and Type | Method and Description |
|---|---|
SystemProperty<T> |
_default(String _default)
Sets the
default attribute |
String |
get_Default()
Returns the
default attribute |
String |
getId()
Returns the
id attribute |
String |
getName()
Returns the
name attribute |
SystemProperty<T> |
id(String id)
Sets the
id attribute |
SystemProperty<T> |
name(String name)
Sets the
name attribute |
SystemProperty<T> |
remove_Default()
Removes the
default attribute |
SystemProperty<T> |
removeId()
Removes the
id attribute |
SystemProperty<T> |
removeName()
Removes the
name attribute |
SystemProperty<T> name(String name)
name attributename - the value for the attribute nameSystemPropertyString getName()
name attributenameSystemProperty<T> removeName()
name attributeSystemPropertySystemProperty<T> _default(String _default)
default attribute_default - the value for the attribute defaultSystemPropertyString get_Default()
default attributedefaultSystemProperty<T> remove_Default()
default attributeSystemPropertySystemProperty<T> id(String id)
id attributeid - the value for the attribute idSystemPropertyString getId()
id attributeidSystemProperty<T> removeId()
id attributeSystemPropertyCopyright © 2025 JBoss by Red Hat. All rights reserved.