public class EPPRgpExtUpdate extends java.lang.Object implements EPPCodecComponent
Title: EPP 1.0 RGP
Description: RGP Extension to the EPP SDK
Copyright: Copyright (c) 2004
Company: VeriSign
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ELM_NAME
The update element name in XML
|
| Constructor and Description |
|---|
EPPRgpExtUpdate()
Create a new EPPRgpExtUpdate instance
|
EPPRgpExtUpdate(EPPRgpExtRestore aRestore)
Create a new EPPRgpExtUpdate instance with contained
request or report.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Clone
EPPRgpExtUpdate. |
void |
decode(org.w3c.dom.Element aElement)
Populate the data of this instance with the data stored in the
given Element of the DOM tree
|
org.w3c.dom.Element |
encode(org.w3c.dom.Document aDocument)
Append all data from this RGP inf data to the given DOM Document
|
boolean |
equals(java.lang.Object aObject)
implements a deep
EPPRgpExtUpdate compare. |
java.lang.String |
getNamespace()
Returns the RGP namespace
|
EPPRgpExtRestore |
getRestore()
Gets the contained restore request or report.
|
void |
setRestore(EPPRgpExtRestore aRestore)
Sets the contained restore request or report.
|
public static final java.lang.String ELM_NAME
public EPPRgpExtUpdate()
public EPPRgpExtUpdate(EPPRgpExtRestore aRestore)
aRestore - the new contained restore request or reportpublic org.w3c.dom.Element encode(org.w3c.dom.Document aDocument)
throws EPPEncodeException
encode in interface EPPCodecComponentaDocument - The DOM Document to append data toElementEPPEncodeException - Thrown when errors occur during the
encode attempt or if the instance is invalid.public java.lang.String getNamespace()
getNamespace in interface EPPCodecComponentpublic boolean equals(java.lang.Object aObject)
EPPRgpExtUpdate compare.equals in class java.lang.ObjectaObject - EPPRgpExtUpdate instance to compare withpublic void decode(org.w3c.dom.Element aElement)
throws EPPDecodeException
decode in interface EPPCodecComponentaElement - The root element of the report fragment of XMLEPPDecodeException - Thrown if any errors occur during decoding.public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
EPPRgpExtUpdate.clone in interface EPPCodecComponentclone in class java.lang.ObjectEPPRgpExtUpdatejava.lang.CloneNotSupportedException - standard Object.clone exceptionpublic EPPRgpExtRestore getRestore()
public void setRestore(EPPRgpExtRestore aRestore)
aRestore - the new contained restore request or report