public static final class XMLValidateTask.Property extends Object
| Constructor and Description |
|---|
Property() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
accessor to the name of the property
|
String |
getValue()
getter for the value of the property
|
void |
setName(String name)
setter for the name of the property
|
void |
setValue(String value)
sets the value of the property
|
public String getName()
public String getValue()
public void setName(String name)
name - name of the propertypublic void setValue(String value)
value - value of the property