
public interface Attribute<T> extends Child<T>, JavaeeAttributeCommType<T,Attribute<T>>
attribute xsd type| Modifier 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 nameAttributeString getName()
name attributenameAttribute<T> removeName()
name attributeAttributeAttribute<T> value(String value)
value attributevalue - the value for the attribute valueAttributeString getValue()
value attributevalueCopyright © 2021 JBoss by Red Hat. All rights reserved.