org.apache.tools.ant.taskdefsClass GenerateKey.DnameParam
- java.lang.Object
- org.apache.tools.ant.taskdefs.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.
Constructor Summary
Constructors Constructor and Description DnameParam()
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.String
getName()
Get the name attribute.java.lang.String
getValue()
Get the value attribute.boolean
isComplete()
void
setName(java.lang.String name)
Set the name attribute.void
setValue(java.lang.String value)
Set the value attribute.
Method Detail
setName
public void setName(java.lang.String name)Set the name attribute.
- Parameters:
name
- aString
value
getName
public java.lang.String getName()Get the name attribute.
- Returns:
- the name.
setValue
public void setValue(java.lang.String value)Set the value attribute.
- Parameters:
value
- aString
value
getValue
public java.lang.String getValue()Get the value attribute.
- Returns:
- the value.
isComplete
public boolean isComplete()