public interface Attribute extends XMLizable, Serializable
| Modifier and Type | Method and Description | 
|---|---|
| String | getName()Gets the name of this attribute. | 
| String | getValue()Gets the value of this attribute. | 
| void | setName(String aName)Sets the name of this attribute. | 
| void | setValue(String aValue)Sets the value of this attribute. | 
buildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXMLString getName()
void setName(String aName)
aName - the name of this attributeString getValue()
void setValue(String aValue)
aValue - the value of this attributeCopyright © 2006–2022 The Apache Software Foundation. All rights reserved.