public interface SystemProperty<T> extends Child<T>
SystemProperty
xsd typeModifier 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 name
SystemProperty
String getName()
name
attributename
SystemProperty<T> removeName()
name
attributeSystemProperty
SystemProperty<T> _default(String _default)
default
attribute_default
- the value for the attribute default
SystemProperty
String get_Default()
default
attributedefault
SystemProperty<T> remove_Default()
default
attributeSystemProperty
SystemProperty<T> id(String id)
id
attributeid
- the value for the attribute id
SystemProperty
String getId()
id
attributeid
SystemProperty<T> removeId()
id
attributeSystemProperty
Copyright © 2017 JBoss by Red Hat. All rights reserved.