org.apache.tools.ant.taskdefs

Class GenerateKey.DnameParam

public static class GenerateKey.DnameParam extends Object

A DistinguishedName parameter. This is a nested element in a dname nested element.
Method Summary
StringgetName()
Get the name attribute.
StringgetValue()
Get the value attribute.
voidsetName(String name)
Set the name attribute.
voidsetValue(String value)
Set the value attribute.

Method Detail

getName

public String getName()
Get the name attribute.

Returns: the name.

getValue

public String getValue()
Get the value attribute.

Returns: the value.

setName

public void setName(String name)
Set the name attribute.

Parameters: name a String value

setValue

public void setValue(String value)
Set the value attribute.

Parameters: value a String value