public static final class XMLValidateTask.Property
extends java.lang.Object
Constructor | Description |
---|---|
Property() |
Modifier and Type | Method | 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