public class EPPNameVerificationCreatePending extends java.lang.Object implements EPPNameVerificationCreateResult
EPPNameVerificationCreateCmd,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ELM_LOCALNAME
XML local name for
EPPNameVerificationCreatePending. |
static java.lang.String |
ELM_NAME
XML root tag for
EPPNameVerificationCreatePending. |
| Constructor and Description |
|---|
EPPNameVerificationCreatePending()
EPPNameVerificationCreatePending default constructor. |
EPPNameVerificationCreatePending(java.lang.String aCode,
java.lang.String aType,
EPPNameVerificationStatus aStatus,
java.util.Date aCrDate)
EPPNameVerificationCreatePending constructor that takes the
required attributes. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Clone
EPPNameVerificationCreatePending. |
void |
decode(org.w3c.dom.Element aElement)
Decode the
EPPNameVerificationCreatePending attributes from
the aElement DOM Element tree. |
org.w3c.dom.Element |
encode(org.w3c.dom.Document aDocument)
Encode a DOM Element tree from the attributes of the
EPPNameVerificationCreatePending instance. |
boolean |
equals(java.lang.Object aObject)
Compare an instance of
EPPNameVerificationCreatePending with
this instance. |
java.lang.String |
getCode()
Gets the verification code value.
|
java.util.Date |
getCreationDate()
Gets the creation date of the signed code.
|
java.lang.String |
getNamespace()
Gets the EPP command namespace associated with
EPPNameVerificationCreatePending. |
EPPNameVerificationStatus |
getStatus()
Gets the verification status.
|
java.lang.String |
getType()
Gets the EPP response type associated with
EPPNameVerificationCreatePending. |
void |
setCode(java.lang.String aCode)
Sets the verification code value.
|
void |
setCreationDate(java.util.Date aCreationDate)
Sets the creation date of the signed code
|
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. |
public static final java.lang.String ELM_LOCALNAME
EPPNameVerificationCreatePending.public static final java.lang.String ELM_NAME
EPPNameVerificationCreatePending.public EPPNameVerificationCreatePending()
EPPNameVerificationCreatePending default constructor.public EPPNameVerificationCreatePending(java.lang.String aCode,
java.lang.String aType,
EPPNameVerificationStatus aStatus,
java.util.Date aCrDate)
EPPNameVerificationCreatePending constructor that takes the
required attributes.aCode - The verification code valueaType - The verification code typeaStatus - The verification statusaCrDate - The creation date of the signed codepublic java.lang.String getCode()
public void setCode(java.lang.String aCode)
aCode - Verification code value.public EPPNameVerificationStatus getStatus()
public void setStatus(EPPNameVerificationStatus aStatus)
aStatus - The verification statuspublic java.util.Date getCreationDate()
public void setCreationDate(java.util.Date aCreationDate)
aCreationDate - Creation date of the signed codepublic org.w3c.dom.Element encode(org.w3c.dom.Document aDocument)
throws EPPEncodeException
EPPNameVerificationCreatePending instance.encode in interface EPPCodecComponentaDocument - DOM Document that is being built. Used as an Element factory.EPPEncodeException - Unable to encode EPPNameVerificationCreatePending
instance.public void decode(org.w3c.dom.Element aElement)
throws EPPDecodeException
EPPNameVerificationCreatePending attributes from
the aElement DOM Element tree.decode in interface EPPCodecComponentaElement - Root DOM Element to decode
EPPNameVerificationCreatePending from.EPPDecodeException - Unable to decode aElementpublic java.lang.Object clone()
throws java.lang.CloneNotSupportedException
EPPNameVerificationCreatePending.clone in interface EPPCodecComponentclone in class java.lang.ObjectEPPNameVerificationCreatePendingjava.lang.CloneNotSupportedException - standard Object.clone exceptionpublic java.lang.String getType()
EPPNameVerificationCreatePending.EPPNameVerificationCreatePending.ELM_NAMEpublic java.lang.String getNamespace()
EPPNameVerificationCreatePending.getNamespace in interface EPPCodecComponentEPPNameVerificationMapFactory.NSpublic boolean equals(java.lang.Object aObject)
EPPNameVerificationCreatePending with
this instance.equals in class java.lang.ObjectaObject - 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 java.lang.ObjectString if successful;
ERROR otherwise.