org.apache.tools.ant.taskdefs.optional

Class XMLValidateTask.Property

public static final class XMLValidateTask.Property extends Object

A Parser property. See XML parser properties for usable properties

Since: ant 1.6.2

Method Summary
StringgetName()
accessor to the name of the property
StringgetValue()
getter for the value of the property
voidsetName(String name)
setter for the name of the property
voidsetValue(String value)
sets the value of the property

Method Detail

getName

public String getName()
accessor to the name of the property

Returns: name of the property

getValue

public String getValue()
getter for the value of the property

Returns: value of the property

setName

public void setName(String name)
setter for the name of the property

Parameters: name name of the property

setValue

public void setValue(String value)
sets the value of the property

Parameters: value value of the property