public class EPPRgpPollResponse extends EPPResponse
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 |
ELM_DOMAIN_NAME
The domain name XML tag name
|
static java.lang.String |
ELM_DUE_DATE
The report Due Date XML tag name
|
static java.lang.String |
ELM_NAME
The poll data XML tag name
|
static java.lang.String |
ELM_REQ_DATE
The request Date XML tag name
|
extensions, TRANSFER_CLIENT_APPROVED, TRANSFER_CLIENT_CANCELLED, TRANSFER_CLIENT_REJECTED, TRANSFER_PENDING, TRANSFER_SERVER_APPROVED, TRANSFER_SERVER_CANCELLED| Constructor and Description |
|---|
EPPRgpPollResponse()
Create a new instance of EPPRgpPollResponse
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Clone
EPPRgpPollResponse. |
void |
doDecode(org.w3c.dom.Element aElement)
Populates the data of this instance from the given XML Element which is
part of a DOM Document
|
org.w3c.dom.Element |
doEncode(org.w3c.dom.Document aDocument)
Put all data contained in this poll resonse into the given XML document
|
boolean |
equals(java.lang.Object aObject)
implements a deep
EPPRgpPollResponse compare. |
java.lang.String |
getName() |
java.lang.String |
getNamespace()
Returns the XML namespace associated with the
EPPResponse. |
java.util.Date |
getReportDueDate() |
java.util.Date |
getReqDate() |
EPPRgpPollStatus |
getStatus() |
void |
setName(java.lang.String name) |
void |
setReportDueDate(java.util.Date reportDueDate) |
void |
setReqDate(java.util.Date reqDate) |
void |
setStatus(EPPRgpPollStatus aStatus) |
addExtension, decode, encode, findDuplicateExtNamespaces, getExtension, getExtension, getExtensions, getMessageQueue, getMsgQueue, getMsgQueueCount, getMsgQueueDate, getMsgQueueMsg, getQDate, getResult, getResults, getTransId, getType, hasExtension, hasExtensions, hasMessageQueue, hasMsgQueue, hasResultCode, isSuccess, setExtension, setExtensions, setMsgQueue, setResult, setResult, setResult, setResult, setResults, setTransId, toStringpublic static final java.lang.String ELM_NAME
public static final java.lang.String ELM_DOMAIN_NAME
public static final java.lang.String ELM_REQ_DATE
public static final java.lang.String ELM_DUE_DATE
public EPPRgpPollResponse()
public java.lang.String getNamespace()
EPPResponse.getNamespace in interface EPPCodecComponentgetNamespace in interface EPPMessagegetNamespace in class EPPResponseEPPResponse.public org.w3c.dom.Element doEncode(org.w3c.dom.Document aDocument)
throws EPPEncodeException
doEncode in class EPPResponseaDocument - the DOM Document to attach data to.EPPEncodeException - Thrown if any errors occur during the encode processpublic void doDecode(org.w3c.dom.Element aElement)
throws EPPDecodeException
doDecode in class EPPResponseaElement - the element that is a parent of the poll dataEPPDecodeException - thrown if any errors occur during the decode operationpublic boolean equals(java.lang.Object aObject)
EPPRgpPollResponse compare.equals in class EPPResponseaObject - EPPRgpPollResponse instance to compare withpublic java.lang.Object clone()
throws java.lang.CloneNotSupportedException
EPPRgpPollResponse.clone in interface EPPCodecComponentclone in class EPPResponseEPPRgpPollResponsejava.lang.CloneNotSupportedException - standard Object.clone exceptionpublic EPPRgpPollStatus getStatus()
public void setStatus(EPPRgpPollStatus aStatus)
public java.lang.String getName()
public void setName(java.lang.String name)
public java.util.Date getReqDate()
public void setReqDate(java.util.Date reqDate)
public java.util.Date getReportDueDate()
public void setReportDueDate(java.util.Date reportDueDate)