|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.verisign.epp.codec.nv.EPPNameVerificationCreatePending
public class EPPNameVerificationCreatePending
Create response for a successful domain name verification, which results in the return of a digitally signed domain verification code.
EPPNameVerificationCreateCmd
,
Serialized FormField Summary | |
---|---|
static java.lang.String |
ELM_LOCALNAME
XML local name for EPPNameVerificationCreatePending . |
static java.lang.String |
ELM_NAME
XML root tag for EPPNameVerificationCreatePending . |
Constructor Summary | |
---|---|
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. |
Method Summary | |
---|---|
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 . |
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
EPPNameVerificationCreatePending
.
public static final java.lang.String ELM_NAME
EPPNameVerificationCreatePending
.
Constructor Detail |
---|
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 codeMethod Detail |
---|
public 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 EPPCodecComponent
aDocument
- 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 EPPCodecComponent
aElement
- Root DOM Element to decode
EPPNameVerificationCreatePending
from.
EPPDecodeException
- Unable to decode aElementpublic java.lang.Object clone() throws java.lang.CloneNotSupportedException
EPPNameVerificationCreatePending
.
clone
in interface EPPCodecComponent
clone
in class java.lang.Object
EPPNameVerificationCreatePending
java.lang.CloneNotSupportedException
- standard Object.clone exceptionpublic java.lang.String getType()
EPPNameVerificationCreatePending
.
EPPNameVerificationCreatePending.ELM_NAME
public java.lang.String getNamespace()
EPPNameVerificationCreatePending
.
EPPNameVerificationMapFactory.NS
public boolean equals(java.lang.Object aObject)
EPPNameVerificationCreatePending
with
this instance.
equals
in class java.lang.Object
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 java.lang.Object
String
if successful;
ERROR
otherwise.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |