|
EPP 0.4.9 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.neulevel.epp.core.EppEntity
com.neulevel.epp.ext.EppExtension
com.neulevel.epp.ext.response.EppResponseDataInfoSecDns
public class EppResponseDataInfoSecDns
This EppResponseDataInfoSecDns class implements the EPP
info response for EPP DNS Security Extension
| Constructor Summary | |
|---|---|
EppResponseDataInfoSecDns()
Creates an EppResponseDataInfoSecDns object |
|
| Method Summary | |
|---|---|
void |
add(EppSecDnsDsData dsData)
Adds DS Data to the list to be attached to a domain name |
static EppEntity |
fromXML(org.w3c.dom.Node root)
Converts an XML element into an EppResponseDataInfoSecDns object. |
java.util.Vector |
getDsData()
Gets the list of DS data to be attached to a domain name |
java.lang.String |
toString()
|
org.w3c.dom.Element |
toXML(org.w3c.dom.Document doc,
java.lang.String tag)
Converts the EppResponseDataInfoSecDns object into an XML element |
| Methods inherited from class com.neulevel.epp.core.EppEntity |
|---|
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EppResponseDataInfoSecDns()
EppResponseDataInfoSecDns object
| Method Detail |
|---|
public void add(EppSecDnsDsData dsData)
public java.util.Vector getDsData()
public static EppEntity fromXML(org.w3c.dom.Node root)
EppResponseDataInfoSecDns object.
The caller of this method must make sure that the root node is of
EPP SECDNS infDataType
root - root node for an EppResponseDataInfoSecDns object in XML format
EppResponseDataInfoSecDns object, or null if the node is invalid
public org.w3c.dom.Element toXML(org.w3c.dom.Document doc,
java.lang.String tag)
EppResponseDataInfoSecDns object into an XML element
toXML in class EppEntitydoc - the XML Document objecttag - the tag/element name for the EppResponseDataInfoSecDns object
Element objectpublic java.lang.String toString()
toString in class EppEntity
|
EPP 0.4.9 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||