org.apache.tools.ant.taskdefs

Class GenerateKey.DnameParam

Enclosing Class:
GenerateKey

public static class GenerateKey.DnameParam
extends java.lang.Object

A DistinguishedName parameter. This is a nested element in a dname nested element.

Method Summary

String
getName()
Get the name attribute.
String
getValue()
Get the value attribute.
void
setName(String name)
Set the name attribute.
void
setValue(String value)
Set the value attribute.

Method Details

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