public interface Attribute<T> extends Child<T>
attribute
xsd typeModifier and Type | Method and Description |
---|---|
String |
getName()
Returns the
name attribute |
String |
getValue()
Returns the
value attribute |
Attribute<T> |
name(String name)
Sets the
name attribute |
Attribute<T> |
removeName()
Removes the
name attribute |
Attribute<T> |
removeValue()
Removes the
value attribute |
Attribute<T> |
value(String value)
Sets the
value attribute |
Attribute<T> name(String name)
name
attributename
- the value for the attribute name
Attribute
String getName()
name
attributename
Attribute<T> removeName()
name
attributeAttribute
Attribute<T> value(String value)
value
attributevalue
- the value for the attribute value
Attribute
String getValue()
value
attributevalue
Copyright © 2014 JBoss by Red Hat. All rights reserved.