Class XMLValidateTask.Property
- java.lang.Object
- 
- org.apache.tools.ant.taskdefs.optional.XMLValidateTask.Property
 
- 
- Enclosing class:
- XMLValidateTask
 
 public static final class XMLValidateTask.Property extends java.lang.ObjectA Parser property. See XML parser properties for usable properties- Since:
- ant 1.6.2
 
- 
- 
Constructor SummaryConstructors Constructor Description Property()
 - 
Method SummaryModifier and Type Method Description java.lang.StringgetName()accessor to the name of the propertyjava.lang.StringgetValue()getter for the value of the propertyvoidsetName(java.lang.String name)setter for the name of the propertyvoidsetValue(java.lang.String value)sets the value of the property
 
- 
- 
- 
Method Detail- 
getNamepublic java.lang.String getName() accessor to the name of the property- Returns:
- name of the property
 
 - 
setNamepublic void setName(java.lang.String name) setter for the name of the property- Parameters:
- name- name of the property
 
 - 
getValuepublic java.lang.String getValue() getter for the value of the property- Returns:
- value of the property
 
 - 
setValuepublic void setValue(java.lang.String value) sets the value of the property- Parameters:
- value- value of the property
 
 
- 
 
-