public class EPPRgpPollStatus extends java.lang.Object implements EPPCodecComponent
Title: EPP 1.0 RGP
Description: RGP Poll Mapping for the EPP SDK
Copyright: Copyright (c) 2004
Company: VeriSign
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ADD_PERIOD
The constant value for addPeriod
|
static java.lang.String |
AUTO_RENEW_PERIOD
The constant value for autoRenewPeriod
|
static java.lang.String |
ELM_DEFAULT_LANG
Default Language -- English "en"
|
static java.lang.String |
PENDING_DELETE
The constant value for pendingDelete
|
static java.lang.String |
PENDING_RESTORE
The constant value for pendingRestore
|
static java.lang.String |
REDEMPTION_PERIOD
The constant value for redemptionPeriod
|
static java.lang.String |
RENEW_PERIOD
The constant value for renewPeriod
|
static java.lang.String |
TRANSFER_PERIOD
The constant value for transferPeriod
|
Constructor and Description |
---|
EPPRgpPollStatus()
Create a new instance of EPPRgpPollStatus
|
EPPRgpPollStatus(java.lang.String aStatus)
Create a new instance of EPPRgpPollStatus with the given
status
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Clone
EPPRgpPollStatus . |
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
EPPRgpPollStatus compare. |
java.lang.String |
getLang() |
java.lang.String |
getMessage() |
java.lang.String |
getNamespace()
Returns the XML namespace associated with the
EPPCodecComponent . |
java.lang.String |
getStatus() |
void |
setLang(java.lang.String lang) |
void |
setMessage(java.lang.String message) |
void |
setStatus(java.lang.String status) |
public static final java.lang.String ADD_PERIOD
public static final java.lang.String AUTO_RENEW_PERIOD
public static final java.lang.String RENEW_PERIOD
public static final java.lang.String TRANSFER_PERIOD
public static final java.lang.String PENDING_DELETE
public static final java.lang.String PENDING_RESTORE
public static final java.lang.String REDEMPTION_PERIOD
public static final java.lang.String ELM_DEFAULT_LANG
public EPPRgpPollStatus()
public EPPRgpPollStatus(java.lang.String aStatus)
aStatus
- the status value to use for this instance. Should
use one of the static constants defined for this class as a value.public 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)
EPPRgpPollStatus
compare.equals
in class java.lang.Object
aObject
- EPPRgpPollStatus
instance to compare withpublic java.lang.Object clone() throws java.lang.CloneNotSupportedException
EPPRgpPollStatus
.clone
in interface EPPCodecComponent
clone
in class java.lang.Object
EPPRgpPollStatus
java.lang.CloneNotSupportedException
- standard Object.clone exceptionpublic java.lang.String getMessage()
public void setMessage(java.lang.String message)
public java.lang.String getStatus()
public void setStatus(java.lang.String status)
public java.lang.String getLang()
public void setLang(java.lang.String lang)
public java.lang.String getNamespace()
EPPCodecComponent
.getNamespace
in interface EPPCodecComponent
EPPCodecComponent
.Copyright © VeriSign Inc. All Rights Reserved.