Package org.apache.tools.ant.taskdefs
Class GenerateKey.DnameParam
- java.lang.Object
- 
- org.apache.tools.ant.taskdefs.GenerateKey.DnameParam
 
- 
- Enclosing class:
- GenerateKey
 
 public static class GenerateKey.DnameParam extends java.lang.ObjectA DistinguishedName parameter. This is a nested element in a dname nested element.
- 
- 
Constructor SummaryConstructors Constructor Description DnameParam()
 - 
Method SummaryModifier and Type Method Description java.lang.StringgetName()Get the name attribute.java.lang.StringgetValue()Get the value attribute.booleanisComplete()voidsetName(java.lang.String name)Set the name attribute.voidsetValue(java.lang.String value)Set the value attribute.
 
- 
- 
- 
Method Detail- 
setNamepublic void setName(java.lang.String name) Set the name attribute.- Parameters:
- name- a- Stringvalue
 
 - 
getNamepublic java.lang.String getName() Get the name attribute.- Returns:
- the name.
 
 - 
setValuepublic void setValue(java.lang.String value) Set the value attribute.- Parameters:
- value- a- Stringvalue
 
 - 
getValuepublic java.lang.String getValue() Get the value attribute.- Returns:
- the value.
 
 - 
isCompletepublic boolean isComplete() 
 
- 
 
-