public class EPPNameVerificationCreateSuccess extends java.lang.Object implements EPPNameVerificationCreateResult
EPPNameVerificationCreateCmd
,
Serialized FormModifier and Type | Field and Description |
---|---|
static java.lang.String |
ELM_LOCALNAME
XML local name for
EPPNameVerificationCreateSuccess . |
static java.lang.String |
ELM_NAME
XML root tag for
EPPNameVerificationCreateSuccess . |
Constructor and Description |
---|
EPPNameVerificationCreateSuccess()
EPPNameVerificationCreateSuccess default constructor. |
EPPNameVerificationCreateSuccess(java.lang.String aCode,
java.lang.String aType,
EPPNameVerificationStatus aStatus,
java.util.Date aCrDate,
EPPEncodedSignedCodeValue aSignedCode)
EPPNameVerificationCreateSuccess constructor that takes the
required attributes. |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Clone
EPPNameVerificationCreateSuccess . |
void |
decode(org.w3c.dom.Element aElement)
Decode the
EPPNameVerificationCreateSuccess 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
EPPNameVerificationCreateSuccess instance. |
boolean |
equals(java.lang.Object aObject)
Compare an instance of
EPPNameVerificationCreateSuccess with
this instance. |
java.lang.String |
getCode()
Gets the verification code value.
|
java.lang.String |
getCodeType()
Gets the verification code type.
|
java.util.Date |
getCreationDate()
Gets the creation date of the signed code.
|
java.lang.String |
getNamespace()
Gets the EPP command namespace associated with
EPPNameVerificationCreateSuccess . |
EPPEncodedSignedCodeValue |
getSignedCode()
Gets the signed code that provides proof of verification.
|
EPPNameVerificationStatus |
getStatus()
Gets the verification status.
|
java.lang.String |
getType()
Gets the EPP response type associated with
EPPNameVerificationCreateSuccess . |
void |
setCode(java.lang.String aCode)
Sets the verification code value.
|
void |
setCodeType(java.lang.String aType)
Sets the verification code type.
|
void |
setCreationDate(java.util.Date aCreationDate)
Sets the creation date of the signed code
|
void |
setSignedCode(EPPEncodedSignedCodeValue aSignedCode)
Sets the signed code that provides proof of verification.
|
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
EPPNameVerificationCreateSuccess
.public static final java.lang.String ELM_NAME
EPPNameVerificationCreateSuccess
.public EPPNameVerificationCreateSuccess()
EPPNameVerificationCreateSuccess
default constructor.public EPPNameVerificationCreateSuccess(java.lang.String aCode, java.lang.String aType, EPPNameVerificationStatus aStatus, java.util.Date aCrDate, EPPEncodedSignedCodeValue aSignedCode)
EPPNameVerificationCreateSuccess
constructor that takes the
required attributes.aCode
- The verification code valueaType
- The verification code typeaStatus
- The verification statusaCrDate
- The creation date of the signed codeaSignedCode
- Signed code providing proof of verificationpublic java.lang.String getCode()
public void setCode(java.lang.String aCode)
aCode
- Verification code value.public java.lang.String getCodeType()
public void setCodeType(java.lang.String aType)
aType
- The verification code typepublic 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 EPPEncodedSignedCodeValue getSignedCode()
public void setSignedCode(EPPEncodedSignedCodeValue aSignedCode)
aSignedCode
- Signed code that provides proof of verificationpublic org.w3c.dom.Element encode(org.w3c.dom.Document aDocument) throws EPPEncodeException
EPPNameVerificationCreateSuccess
instance.encode
in interface EPPCodecComponent
aDocument
- DOM Document that is being built. Used as an Element factory.EPPEncodeException
- Unable to encode EPPNameVerificationCreateSuccess
instance.public void decode(org.w3c.dom.Element aElement) throws EPPDecodeException
EPPNameVerificationCreateSuccess
attributes from
the aElement DOM Element tree.decode
in interface EPPCodecComponent
aElement
- Root DOM Element to decode
EPPNameVerificationCreateSuccess
from.EPPDecodeException
- Unable to decode aElementpublic java.lang.Object clone() throws java.lang.CloneNotSupportedException
EPPNameVerificationCreateSuccess
.clone
in interface EPPCodecComponent
clone
in class java.lang.Object
EPPNameVerificationCreateSuccess
java.lang.CloneNotSupportedException
- standard Object.clone exceptionpublic java.lang.String getType()
EPPNameVerificationCreateSuccess
.EPPNameVerificationCreateSuccess.ELM_NAME
public java.lang.String getNamespace()
EPPNameVerificationCreateSuccess
.getNamespace
in interface EPPCodecComponent
EPPNameVerificationMapFactory.NS
public boolean equals(java.lang.Object aObject)
EPPNameVerificationCreateSuccess
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.Copyright © VeriSign Inc. All Rights Reserved.