public class EPPNameVerificationPendActionMsg extends EPPResponse
EPPNameVerificationCreateCmd,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ELM_LOCALNAME
XML local name for
EPPNameVerificationPendActionMsg. |
static java.lang.String |
ELM_NAME
XML root tag for
EPPNameVerificationPendActionMsg. |
extensions, TRANSFER_CLIENT_APPROVED, TRANSFER_CLIENT_CANCELLED, TRANSFER_CLIENT_REJECTED, TRANSFER_PENDING, TRANSFER_SERVER_APPROVED, TRANSFER_SERVER_CANCELLED| Constructor and Description |
|---|
EPPNameVerificationPendActionMsg()
EPPNameVerificationPendActionMsg default constructor. |
EPPNameVerificationPendActionMsg(EPPTransId aTransId,
java.lang.String aCode,
java.lang.String aType,
EPPNameVerificationStatus aStatus,
java.lang.String aMsg,
java.util.Date aPaDate)
EPPNameVerificationPendActionMsg constructor that takes all
of the required attributes. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Clone
EPPNameVerificationPendActionMsg. |
protected void |
doDecode(org.w3c.dom.Element aElement)
Decode the
EPPNameVerificationPendActionMsg attributes from
the aElement DOM Element tree. |
protected org.w3c.dom.Element |
doEncode(org.w3c.dom.Document aDocument)
Encode a DOM Element tree from the attributes of the
EPPNameVerificationPendActionMsg instance. |
boolean |
equals(java.lang.Object aObject)
Compare an instance of
EPPNameVerificationPendActionMsg with
this instance. |
java.lang.String |
getCode()
Gets the verification code value.
|
java.lang.String |
getCodeType()
Gets the verification code type.
|
java.lang.String |
getMsg()
Gets the human-readable description of the result.
|
java.lang.String |
getNamespace()
Returns the XML namespace associated with the
EPPResponse. |
java.util.Date |
getPaDate()
Gets the the date and time describing when review of the requested action
was completed.
|
EPPNameVerificationStatus |
getStatus()
Gets the verification status.
|
void |
setCode(java.lang.String aCode)
Sets the verification code value.
|
void |
setCodeType(java.lang.String aType)
Sets the verification code type.
|
void |
setMsg(java.lang.String aMsg)
Sets the human-readable description of the result.
|
void |
setPaDate(java.util.Date aPaDate)
Sets the date and time describing when review of the requested action was
completed.
|
void |
setStatus(EPPNameVerificationStatus aStatus)
Sets the verification status.
|
java.lang.String |
toString()
Implementation of
Object.toString, which will result in an
indented XML String representation of the concrete
EPPCodecComponent. |
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, setTransIdpublic static final java.lang.String ELM_LOCALNAME
EPPNameVerificationPendActionMsg.public static final java.lang.String ELM_NAME
EPPNameVerificationPendActionMsg.public EPPNameVerificationPendActionMsg()
EPPNameVerificationPendActionMsg default constructor. Must
call required setter methods before encode.public EPPNameVerificationPendActionMsg(EPPTransId aTransId, java.lang.String aCode, java.lang.String aType, EPPNameVerificationStatus aStatus, java.lang.String aMsg, java.util.Date aPaDate)
EPPNameVerificationPendActionMsg constructor that takes all
of the required attributes.aTransId - Poll command transaction idaCode - Verification code pending actionaType - The verification code typeaStatus - Status of pending actionaMsg - Human-readable description of the result.aPaDate - Date of pending action completionpublic java.lang.String getNamespace()
EPPResponse.getNamespace in interface EPPCodecComponentgetNamespace in interface EPPMessagegetNamespace in class EPPResponseEPPResponse.public java.lang.String getCode()
public void setCode(java.lang.String aCode)
aCode - Verification code value.public java.lang.String getCodeType()
public void setCodeType(java.lang.String aType)
aType - The verification code typepublic EPPNameVerificationStatus getStatus()
public void setStatus(EPPNameVerificationStatus aStatus)
aStatus - The verification statuspublic java.lang.String getMsg()
public void setMsg(java.lang.String aMsg)
aMsg - human-readable description of the result.public java.util.Date getPaDate()
public void setPaDate(java.util.Date aPaDate)
aPaDate - Date and time describing when review of the requested action
was completed.protected org.w3c.dom.Element doEncode(org.w3c.dom.Document aDocument)
throws EPPEncodeException
EPPNameVerificationPendActionMsg instance.doEncode in class EPPResponseaDocument - DOM Document that is being built. Used as an Element factory.EPPNameVerificationPendActionMsg instance.EPPEncodeException - Unable to encode
EPPNameVerificationPendActionMsg instance.protected void doDecode(org.w3c.dom.Element aElement)
throws EPPDecodeException
EPPNameVerificationPendActionMsg attributes from
the aElement DOM Element tree.doDecode in class EPPResponseaElement - Root DOM Element to decode
EPPNameVerificationPendActionMsg from.EPPDecodeException - Unable to decode aElementpublic java.lang.Object clone()
throws java.lang.CloneNotSupportedException
EPPNameVerificationPendActionMsg.clone in interface EPPCodecComponentclone in class EPPResponseEPPNameVerificationPendActionMsgjava.lang.CloneNotSupportedException - standard Object.clone exceptionpublic boolean equals(java.lang.Object aObject)
EPPNameVerificationPendActionMsg with
this instance.equals in class EPPResponseaObject - Object to compare with.true if this object is the same as the aObject argument;
false otherwisepublic java.lang.String toString()
Object.toString, which will result in an
indented XML String representation of the concrete
EPPCodecComponent.toString in class EPPResponseString if successful;
ERROR otherwise.