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