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