|
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.command.EppCommandUpdateSecDns
public class EppCommandUpdateSecDns
This EppCommandUpdateSecDns class implements the EPP
update command for EPP DNS Security Extension
| Constructor Summary | |
|---|---|
EppCommandUpdateSecDns()
Updates an EppCommandUpdateSecDns object |
|
| Method Summary | |
|---|---|
void |
add(EppSecDnsDsData dsData)
Adds DS Data to the list to be attached to a domain name |
void |
change(EppSecDnsDsData dsData)
Changes 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 EppCommandUpdateSecDns object. |
java.util.Vector |
getDsDataAdded()
Gets the list of DS data to be attached to a domain name |
java.util.Vector |
getDsDataChanged()
Gets the list of DS data to be changed to a domain name |
java.util.Vector |
getKeyTagRemoved()
Gets the list of key tags of DS data to be detached from a domain name |
boolean |
getUrgentFlag()
Gets the urgent update boolean flag |
void |
remove(int keyTag)
Adds key tag to the list of DS data to be detached from a domain name |
void |
setUrgentFlag(boolean urgent)
Sets the urgent update boolean flag |
java.lang.String |
toString()
|
org.w3c.dom.Element |
toXML(org.w3c.dom.Document doc,
java.lang.String tag)
Converts the EppCommandUpdateSecDns 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 EppCommandUpdateSecDns()
EppCommandUpdateSecDns object
| Method Detail |
|---|
public boolean getUrgentFlag()
public void setUrgentFlag(boolean urgent)
public void add(EppSecDnsDsData dsData)
public java.util.Vector getDsDataAdded()
public void change(EppSecDnsDsData dsData)
public java.util.Vector getDsDataChanged()
public void remove(int keyTag)
public java.util.Vector getKeyTagRemoved()
public static EppEntity fromXML(org.w3c.dom.Node root)
EppCommandUpdateSecDns object.
The caller of this method must make sure that the root node is of
EPP SECDNS updateType
root - root node for an EppCommandUpdateSecDns object in XML format
EppCommandUpdateSecDns object, or null if the node is invalid
public org.w3c.dom.Element toXML(org.w3c.dom.Document doc,
java.lang.String tag)
EppCommandUpdateSecDns object into an XML element
toXML in class EppEntitydoc - the XML Document objecttag - the tag/element name for the EppCommandUpdateSecDns 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 | ||||||||