|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.verisign.epp.codec.rgpext.EPPRgpExtUpData
public class EPPRgpExtUpData
The EPPRgpExtUpData is the EPPCodecComponent that knows how to encode and decode RGP upData elements from/to XML and object instance.
Title: EPP 1.0 RGP
Description: RGP Extension to the EPP SDK
Copyright: Copyright (c) 2004
Company: VeriSign
| Field Summary | |
|---|---|
static java.lang.String |
ELM_NAME
The XML element upData |
| Constructor Summary | |
|---|---|
EPPRgpExtUpData()
Create a new instance of the EPPRgpExtUpData |
|
EPPRgpExtUpData(EPPRgpExtStatus aStatus)
Creates a new instance of the EPPRgpExtUpData
with the status element. |
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String ELM_NAME
| Constructor Detail |
|---|
public EPPRgpExtUpData()
public EPPRgpExtUpData(EPPRgpExtStatus aStatus)
EPPRgpExtUpData
with the status element.
aStatus - Associated status element.| Method Detail |
|---|
public java.lang.String getNamespace()
public org.w3c.dom.Element encode(org.w3c.dom.Document aDocument)
throws EPPEncodeException
encode in interface EPPCodecComponentaDocument - The DOM Document to append data to
Element
EPPEncodeException - 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 XML
EPPDecodeException - 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 with
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
EPPRgpExtUpData.
clone in interface EPPCodecComponentclone in class java.lang.ObjectEPPRgpExtUpData
java.lang.CloneNotSupportedException - standard Object.clone exceptionpublic EPPRgpExtStatus getStatus()
public void setStatus(EPPRgpExtStatus status)
status - the new
EPPRgpExtStatus instance contained in this EPPRgpExtUpData
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||