public class EPPNameVerificationCreateResp extends EPPResponse
EPPNameVerificationCreateCmd
,
Serialized FormModifier and Type | Field and Description |
---|---|
static java.lang.String |
ELM_LOCALNAME
XML local name for
EPPNameVerificationCreateResp . |
static java.lang.String |
ELM_NAME
XML root tag for
EPPNameVerificationCreateResp . |
extensions, TRANSFER_CLIENT_APPROVED, TRANSFER_CLIENT_CANCELLED, TRANSFER_CLIENT_REJECTED, TRANSFER_PENDING, TRANSFER_SERVER_APPROVED, TRANSFER_SERVER_CANCELLED
Constructor and Description |
---|
EPPNameVerificationCreateResp()
EPPNameVerificationCreateResp default constructor. |
EPPNameVerificationCreateResp(EPPTransId aTransId)
EPPNameVerificationCreateResp constructor that the transaction
id associated with the response. |
EPPNameVerificationCreateResp(EPPTransId aTransId,
EPPNameVerificationCreateResult aResult)
EPPNameVerificationCreateResp constructor that includes the
required result. |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Clone
EPPNameVerificationCreateResp . |
protected void |
doDecode(org.w3c.dom.Element aElement)
Decode the
EPPNameVerificationCreateResp 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
EPPNameVerificationCreateResp instance. |
boolean |
equals(java.lang.Object aObject)
Compare an instance of
EPPNameVerificationCreateResp with
this instance. |
EPPNameVerificationCreateResult |
getCreateResult()
Gets the concrete result of the create.
|
java.lang.String |
getNamespace()
Gets the EPP command namespace associated with
EPPNameVerificationCreateResp . |
java.lang.String |
getType()
Gets the EPP response type associated with
EPPNameVerificationCreateResp . |
void |
setCreateResult(EPPNameVerificationCreateResult aResult)
Sets the concrete result of the create.
|
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, hasExtension, hasExtensions, hasMessageQueue, hasMsgQueue, hasResultCode, isSuccess, setExtension, setExtensions, setMsgQueue, setResult, setResult, setResult, setResult, setResults, setTransId
public static final java.lang.String ELM_LOCALNAME
EPPNameVerificationCreateResp
.public static final java.lang.String ELM_NAME
EPPNameVerificationCreateResp
.public EPPNameVerificationCreateResp()
EPPNameVerificationCreateResp
default constructor.public EPPNameVerificationCreateResp(EPPTransId aTransId)
EPPNameVerificationCreateResp
constructor that the transaction
id associated with the response. The create result must be set.aTransId
- Transaction Id associated with response.public EPPNameVerificationCreateResp(EPPTransId aTransId, EPPNameVerificationCreateResult aResult)
EPPNameVerificationCreateResp
constructor that includes the
required result.aTransId
- Transaction Id associated with response.aResult
- The concrete result of the create.public EPPNameVerificationCreateResult getCreateResult()
public void setCreateResult(EPPNameVerificationCreateResult aResult)
aResult
- Concrete create result.protected org.w3c.dom.Element doEncode(org.w3c.dom.Document aDocument) throws EPPEncodeException
EPPNameVerificationCreateResp
instance.doEncode
in class EPPResponse
aDocument
- DOM Document that is being built. Used as an Element factory.EPPEncodeException
- Unable to encode EPPNameVerificationCreateResp instance.protected void doDecode(org.w3c.dom.Element aElement) throws EPPDecodeException
EPPNameVerificationCreateResp
attributes from the
aElement DOM Element tree.doDecode
in class EPPResponse
aElement
- Root DOM Element to decode
EPPNameVerificationCreateResp
from.EPPDecodeException
- Unable to decode aElementpublic java.lang.Object clone() throws java.lang.CloneNotSupportedException
EPPNameVerificationCreateResp
.clone
in interface EPPCodecComponent
clone
in class EPPResponse
EPPNameVerificationCreateResp
java.lang.CloneNotSupportedException
- standard Object.clone exceptionpublic java.lang.String getType()
EPPNameVerificationCreateResp
.getType
in class EPPResponse
EPPNameVerificationCreateResp.ELM_NAME
public java.lang.String getNamespace()
EPPNameVerificationCreateResp
.getNamespace
in interface EPPCodecComponent
getNamespace
in interface EPPMessage
getNamespace
in class EPPResponse
EPPNameVerificationMapFactory.NS
public boolean equals(java.lang.Object aObject)
EPPNameVerificationCreateResp
with
this instance.equals
in class EPPResponse
aObject
- 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 EPPResponse
String
if successful;
ERROR
otherwise.