public class EPPRgpExtReportText 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_DEFAULT_LANG
Default Language -- English "en"
|
static java.lang.String |
ELM_RES_REASON
Element tag name for the resReason Element
|
static java.lang.String |
ELM_STATEMENT
Element tag name for the statement Element
|
| Constructor and Description |
|---|
EPPRgpExtReportText()
Create a new instance of EPPRgpExtReportText
|
EPPRgpExtReportText(java.lang.String aMessage)
Create a new instance of EPPRgpExtReportText with the
given message string.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Clone
EPPRgpExtReportText. |
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)
Attach all data to the DOM Document passed in.
|
boolean |
equals(java.lang.Object aObject)
Implements a deep
EPPRgpExtReportText compare. |
java.lang.String |
getLang()
Get the value of the lang attribute
|
java.lang.String |
getLocalName()
Get the current local name without the namespace prefix.
|
java.lang.String |
getMessage()
Get the value of the message attribute
|
java.lang.String |
getNamespace()
Returns the XML namespace associated with the
EPPCodecComponent. |
void |
setLang(java.lang.String lang)
Sets the value of the long attribute
|
void |
setLocalName(java.lang.String localName)
Set the current local name without the namespace prefix.
|
void |
setMessage(java.lang.String message)
set the value of the message attribute
|
public static final java.lang.String ELM_DEFAULT_LANG
public static final java.lang.String ELM_RES_REASON
public static final java.lang.String ELM_STATEMENT
public EPPRgpExtReportText()
public EPPRgpExtReportText(java.lang.String aMessage)
aMessage - The message value to setpublic 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)
EPPRgpExtReportText compare.equals in class java.lang.ObjectaObject - EPPRgpExtReportText instance to compare withpublic java.lang.Object clone()
throws java.lang.CloneNotSupportedException
EPPRgpExtReportText.clone in interface EPPCodecComponentclone in class java.lang.ObjectEPPRgpExtReportTextjava.lang.CloneNotSupportedException - standard Object.clone exceptionpublic java.lang.String getLang()
public void setLang(java.lang.String lang)
lang - the new value of the lang attributepublic java.lang.String getMessage()
public void setMessage(java.lang.String message)
message - the value of the message attributepublic java.lang.String getLocalName()
public void setLocalName(java.lang.String localName)
localName - the new value of the tag name.public java.lang.String getNamespace()
EPPCodecComponent.getNamespace in interface EPPCodecComponentEPPCodecComponent.