public class EPPRgpExtReport 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_DEL_TIME
Element tag name for the delTime element
|
static java.lang.String |
ELM_NAME
Element tag name for the report
|
static java.lang.String |
ELM_OTHER
Element tag name for the other element
|
static java.lang.String |
ELM_POST_DATA
Element tag name for the postData Element
|
static java.lang.String |
ELM_POST_WHOIS
Deprecated.
Use
ELM_POST_DATA |
static java.lang.String |
ELM_PRE_DATA
Element tag name for the preData element
|
static java.lang.String |
ELM_PRE_WHOIS
Deprecated.
Use
ELM_PRE_DATA |
static java.lang.String |
ELM_RES_TIME
Element tag name for the resTime element
|
Constructor and Description |
---|
EPPRgpExtReport()
Instantiate a new instance of the EPPCodecComponent EPPRgpExtReport
|
EPPRgpExtReport(java.lang.String aPreData,
java.lang.String aPostData,
java.util.Date aDeleteTime,
java.util.Date aRestoreTime,
EPPRgpExtReportText aRestoreReason,
EPPRgpExtReportText aStatement1)
Creates
EPPRgpExtReport with required attributes. |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Clone
EPPRgpExtReport . |
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
EPPRgpExtReport/code> compare. |
java.util.Date |
getDeleteTime()
Get the deleteTime value
|
java.lang.String |
getNamespace()
Returns the XML namespace associated with the
EPPCodecComponent . |
java.lang.String |
getOther()
Get the other value (optional)
|
java.lang.String |
getPostData()
get the postData value
|
java.lang.String |
getPostWhois()
Deprecated.
Use
getPostData() |
java.lang.String |
getPreData()
Gets the preWhois value
|
java.lang.String |
getPreWhois()
Deprecated.
Use
getPreData() |
EPPRgpExtReportText |
getRestoreReason()
Get the restoreReason value
|
java.util.Date |
getRestoreTime()
Get the restoreTime value
|
EPPRgpExtReportText |
getStatement1()
get the statement1 value
|
EPPRgpExtReportText |
getStatement2()
get the statement2 value
|
void |
setDeleteTime(java.util.Date deleteTime)
Set the deleteTime value
|
void |
setOther(java.lang.String other)
Set the other value on this instance
|
void |
setPostData(java.lang.String aPostData)
Set the postWhois value
|
void |
setPostWhois(java.lang.String postWhois)
Deprecated.
|
void |
setPreData(java.lang.String aPreData)
Set the preWhois value
|
void |
setPreWhois(java.lang.String preWhois)
Deprecated.
|
void |
setRestoreReason(EPPRgpExtReportText restoreReason)
Set the restoreReason value
|
void |
setRestoreTime(java.util.Date restoreTime)
Set the restoreTime value
|
void |
setStatement1(EPPRgpExtReportText statement1)
Set the statement1 value
|
void |
setStatement2(EPPRgpExtReportText statement2)
Set the statement 2 value.
|
public static final java.lang.String ELM_NAME
public static final java.lang.String ELM_PRE_DATA
public static final java.lang.String ELM_POST_DATA
public static final java.lang.String ELM_PRE_WHOIS
ELM_PRE_DATA
public static final java.lang.String ELM_POST_WHOIS
ELM_POST_DATA
public static final java.lang.String ELM_DEL_TIME
public static final java.lang.String ELM_RES_TIME
public static final java.lang.String ELM_OTHER
public EPPRgpExtReport()
public EPPRgpExtReport(java.lang.String aPreData, java.lang.String aPostData, java.util.Date aDeleteTime, java.util.Date aRestoreTime, EPPRgpExtReportText aRestoreReason, EPPRgpExtReportText aStatement1)
EPPRgpExtReport
with required attributes.aPreData
- Pre data / whoisaPostData
- Post data / whoisaDeleteTime
- Deletion timeaRestoreTime
- Restore timeaRestoreReason
- Restore reasonaStatement1
- Statementpublic org.w3c.dom.Element encode(org.w3c.dom.Document aDocument) throws EPPEncodeException
encode
in interface EPPCodecComponent
aDocument
- The DOM Document to append data toElement
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 EPPCodecComponent
aElement
- The root element of the report fragment of XMLEPPDecodeException
- Thrown if any errors occur during decoding.public boolean equals(java.lang.Object aObject)
EPPRgpExtReport/code> compare.
equals
in class java.lang.Object
aObject
- EPPRgpExtReport
instance to compare withpublic java.lang.Object clone() throws java.lang.CloneNotSupportedException
EPPRgpExtReport
.clone
in interface EPPCodecComponent
clone
in class java.lang.Object
EPPRgpExtReport
java.lang.CloneNotSupportedException
- standard Object.clone exceptionpublic java.lang.String getPreWhois()
getPreData()
public void setPreWhois(java.lang.String preWhois)
setPreWhois(String)
preWhois
- the new preWhois valuepublic java.lang.String getPreData()
public void setPreData(java.lang.String aPreData)
aPreData
- the new preWhois valuepublic java.lang.String getPostWhois()
getPostData()
public void setPostWhois(java.lang.String postWhois)
setPostData(String)
postWhois
- The new postWhois valuepublic java.lang.String getPostData()
public void setPostData(java.lang.String aPostData)
aPostData
- The new postWhois valuepublic java.util.Date getDeleteTime()
public void setDeleteTime(java.util.Date deleteTime)
deleteTime
- the new deleteTime valuepublic java.util.Date getRestoreTime()
public void setRestoreTime(java.util.Date restoreTime)
restoreTime
- the new restoreTime valuepublic EPPRgpExtReportText getStatement1()
public void setStatement1(EPPRgpExtReportText statement1)
statement1
- the new statement1 valuepublic EPPRgpExtReportText getStatement2()
public void setStatement2(EPPRgpExtReportText statement2)
statement2
- The new statement2 valuepublic EPPRgpExtReportText getRestoreReason()
public void setRestoreReason(EPPRgpExtReportText restoreReason)
restoreReason
- the new restoreReason Valuepublic java.lang.String getOther()
public void setOther(java.lang.String other)
other
- the new other valuepublic java.lang.String getNamespace()
EPPCodecComponent
.getNamespace
in interface EPPCodecComponent
EPPCodecComponent
.Copyright © VeriSign Inc. All Rights Reserved.