public class EPPRgpExtUpData 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 XML element upData
|
| Constructor and Description |
|---|
EPPRgpExtUpData()
Create a new instance of the EPPRgpExtUpData
|
EPPRgpExtUpData(EPPRgpExtStatus aStatus)
Creates a new instance of the
EPPRgpExtUpData
with the status element. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Clone
EPPRgpExtUpData. |
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
EPPRgpExtStatus compare. |
java.lang.String |
getNamespace()
Returns the RGP namespace
|
EPPRgpExtStatus |
getStatus()
returns the EPPRgpExtStatus instance contained in this EPPRgpExtUpData
instance
|
void |
setStatus(EPPRgpExtStatus status)
Sets the EPPRgpExtStatus instance contained in this EPPRgpExtUpData
istance
|
public static final java.lang.String ELM_NAME
public EPPRgpExtUpData()
public EPPRgpExtUpData(EPPRgpExtStatus aStatus)
EPPRgpExtUpData
with the status element.aStatus - Associated status element.public java.lang.String getNamespace()
getNamespace in interface EPPCodecComponentpublic 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 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 boolean equals(java.lang.Object aObject)
EPPRgpExtStatus compare.equals in class java.lang.ObjectaObject - EPPRgpExtUpData instance to compare withpublic java.lang.Object clone()
throws java.lang.CloneNotSupportedException
EPPRgpExtUpData.clone in interface EPPCodecComponentclone in class java.lang.ObjectEPPRgpExtUpDatajava.lang.CloneNotSupportedException - standard Object.clone exceptionpublic EPPRgpExtStatus getStatus()
public void setStatus(EPPRgpExtStatus status)
status - the new
EPPRgpExtStatus instance contained in this EPPRgpExtUpData