|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.verisign.epp.codec.gen.EPPResponse
com.verisign.epp.codec.nv.EPPNameVerificationInfoResp
public class EPPNameVerificationInfoResp
Info response to an info command that contains either a signed code or input
result, based on the value of the EPPNameVerificationInfoCmd type
attribute.
com.verisign.epp.codec.vsp.domaincode.EPPNameVerificationInfoCmd,
Serialized Form| Field Summary | |
|---|---|
static java.lang.String |
ELM_LOCALNAME
XML local name for EPPNameVerificationInfoResp. |
static java.lang.String |
ELM_NAME
XML root tag for EPPNameVerificationInfoResp. |
| Fields inherited from class com.verisign.epp.codec.gen.EPPResponse |
|---|
extensions, TRANSFER_CLIENT_APPROVED, TRANSFER_CLIENT_CANCELLED, TRANSFER_CLIENT_REJECTED, TRANSFER_PENDING, TRANSFER_SERVER_APPROVED, TRANSFER_SERVER_CANCELLED |
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class com.verisign.epp.codec.gen.EPPResponse |
|---|
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, setTransId |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String ELM_LOCALNAME
EPPNameVerificationInfoResp.
public static final java.lang.String ELM_NAME
EPPNameVerificationInfoResp.
| Constructor Detail |
|---|
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.| Method Detail |
|---|
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 aElement
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
EPPNameVerificationInfoResp.
clone in interface EPPCodecComponentclone in class EPPResponseEPPNameVerificationInfoResp
java.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 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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||