public static class XMLValidateTask.Attribute
extends java.lang.Object
| Constructor and Description | 
|---|
| Attribute() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getName()Gets the attribute name. | 
| boolean | getValue()Gets the attribute value. | 
| void | setName(java.lang.String name)Set the feature name. | 
| void | setValue(boolean value)Set the feature value to true or false. | 
public void setName(java.lang.String name)
name - the name to setpublic void setValue(boolean value)
value - feature valuepublic java.lang.String getName()
public boolean getValue()