org.apache.tools.ant.taskdefs.optional
Class XMLValidateTask.Property
java.lang.Objectorg.apache.tools.ant.taskdefs.optional.XMLValidateTask.Property
- XMLValidateTask
public final class XMLValidateTask.Property
extends java.lang.Object
- ant 1.6.2
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
|
getName
public String getName()
accessor to the name of the property
- name of the property
getValue
public String getValue()
getter for the value of the property
- value of the property
setName
public void setName(String name)
setter for the name of the property
name - name of the property
setValue
public void setValue(String value)
sets the value of the property
value - value of the property
Copyright B) 2000-2005 Apache Software Foundation. All Rights Reserved.