public class EPPNameVerificationInfoResp extends EPPResponse
EPPNameVerificationInfoCmd type
attribute.EPPNameVerificationInfoCmd,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ELM_LOCALNAME
XML local name for
EPPNameVerificationInfoResp. |
static java.lang.String |
ELM_NAME
XML root tag for
EPPNameVerificationInfoResp. |
extensions, TRANSFER_CLIENT_APPROVED, TRANSFER_CLIENT_CANCELLED, TRANSFER_CLIENT_REJECTED, TRANSFER_PENDING, TRANSFER_SERVER_APPROVED, TRANSFER_SERVER_CANCELLED| Constructor and Description |
|---|
EPPNameVerificationInfoResp()
EPPNameVerificationInfoResp default constructor. |
EPPNameVerificationInfoResp(EPPTransId aTransId)
EPPNameVerificationInfoResp constructor that the transaction
id associated with the response. |
EPPNameVerificationInfoResp(EPPTransId aTransId,
EPPNameVerificationInfoResult aResult)
EPPNameVerificationInfoResp constructor that includes the
required result. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Clone
EPPNameVerificationInfoResp. |
protected void |
doDecode(org.w3c.dom.Element aElement)
Decode the
EPPNameVerificationInfoResp 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
EPPNameVerificationInfoResp instance. |
boolean |
equals(java.lang.Object aObject)
Compare an instance of
EPPNameVerificationInfoResp with this
instance. |
EPPNameVerificationInfoResult |
getCreateResult()
Gets the concrete result of the info.
|
java.lang.String |
getNamespace()
Gets the EPP command namespace associated with
EPPNameVerificationInfoResp. |
java.lang.String |
getType()
Gets the EPP response type associated with
EPPNameVerificationInfoResp. |
void |
setCreateResult(EPPNameVerificationInfoResult aResult)
Sets the concrete result of the info.
|
java.lang.String |
toString()
Implementation of
Object.toString, which will result in an
indented XML String representation of the concrete
EPPCodecComponent. |
addExtension, decode, encode, getExtension, getExtension, getExtensions, getMessageQueue, getMsgQueue, getMsgQueueCount, getMsgQueueDate, getMsgQueueMsg, getQDate, getResult, getResults, getTransId, hasExtension, hasExtensions, hasMessageQueue, hasMsgQueue, hasResultCode, isSuccess, setExtension, setExtensions, setMsgQueue, setResult, setResult, setResult, setResult, setResults, setTransIdpublic static final java.lang.String ELM_LOCALNAME
EPPNameVerificationInfoResp.public static final java.lang.String ELM_NAME
EPPNameVerificationInfoResp.public EPPNameVerificationInfoResp()
EPPNameVerificationInfoResp default constructor.public EPPNameVerificationInfoResp(EPPTransId aTransId)
EPPNameVerificationInfoResp constructor that the transaction
id associated with the response. The info result must be set.aTransId - Transaction Id associated with response.public EPPNameVerificationInfoResp(EPPTransId aTransId, EPPNameVerificationInfoResult aResult)
EPPNameVerificationInfoResp constructor that includes the
required result.aTransId - Transaction Id associated with response.aResult - The concrete result of the info.public EPPNameVerificationInfoResult getCreateResult()
public void setCreateResult(EPPNameVerificationInfoResult aResult)
aResult - Concrete info result.protected org.w3c.dom.Element doEncode(org.w3c.dom.Document aDocument)
throws EPPEncodeException
EPPNameVerificationInfoResp instance.doEncode in class EPPResponseaDocument - DOM Document that is being built. Used as an Element factory.EPPEncodeException - Unable to encode EPPNameVerificationInfoResp instance.protected void doDecode(org.w3c.dom.Element aElement)
throws EPPDecodeException
EPPNameVerificationInfoResp attributes from the
aElement DOM Element tree.doDecode in class EPPResponseaElement - Root DOM Element to decode
EPPNameVerificationInfoResp from.EPPDecodeException - Unable to decode aElementpublic java.lang.Object clone()
throws java.lang.CloneNotSupportedException
EPPNameVerificationInfoResp.clone in interface EPPCodecComponentclone in class EPPResponseEPPNameVerificationInfoRespjava.lang.CloneNotSupportedException - standard Object.clone exceptionpublic java.lang.String getType()
EPPNameVerificationInfoResp.getType in class EPPResponseEPPNameVerificationInfoResp.ELM_NAMEpublic java.lang.String getNamespace()
EPPNameVerificationInfoResp.getNamespace in interface EPPCodecComponentgetNamespace in interface EPPMessagegetNamespace in class EPPResponseEPPNameVerificationMapFactory.NSpublic boolean equals(java.lang.Object aObject)
EPPNameVerificationInfoResp 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.Copyright © VeriSign Inc. All Rights Reserved.