Package com.verisign.epp.codec.nv
Class EPPNameVerificationInfoInputResult
java.lang.Object
com.verisign.epp.codec.nv.EPPNameVerificationInfoInputResult
- All Implemented Interfaces:
EPPCodecComponent,EPPNameVerificationInfoResult,Serializable,Cloneable
public class EPPNameVerificationInfoInputResult
extends Object
implements EPPNameVerificationInfoResult
Info result for a command for the input, where the
EPPNameVerificationInfoCmd type is set to
EPPNameVerificationInfoCmd.Type.INPUT.- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionEPPNameVerificationInfoInputResultdefault constructor.EPPNameVerificationInfoInputResultconstructor for a Domain Name Verification (DNV).EPPNameVerificationInfoInputResult(EPPDomainNameVerification aDnv, EPPAuthInfo aAuthInfo) EPPNameVerificationInfoInputResultconstructor for a Domain Name Verification (DNV) with all attributes.EPPNameVerificationInfoInputResultconstructor for a Real Name Verification (RNV).EPPNameVerificationInfoInputResult(EPPRealNameVerification aRnv, EPPAuthInfo aAuthInfo) EPPNameVerificationInfoInputResultconstructor for a Real Name Verification (RNV) with all attributes. -
Method Summary
Modifier and TypeMethodDescriptionclone()CloneEPPNameVerificationInfoInputResult.voidDecode theEPPNameVerificationInfoInputResultattributes from the aElement DOM Element tree.Encode a DOM Element tree from the attributes of theEPPNameVerificationInfoInputResultinstance.booleanCompare an instance ofEPPNameVerificationInfoInputResultwith this instance.Gets the authorization information for the Name Verification (NV) object.getDnv()Gets the Domain Name Verification (DNV) object to verify and create.Gets the EPP command Namespace associated withEPPNameVerificationInfoInputResult.getRnv()Gets the Real Name Verification (RNV) object information to verify and create.booleanHas the authorization information for the Name Verification (NV) object been set?booleanhasDnv()Has the Domain Name Verification (DNV) object information been set?booleanhasRnv()Has the Real Name Verification (RNV) object information been set?voidsetAuthInfo(EPPAuthInfo aAuthInfo) Sets the authorization information for the Name Verification (NV) object.voidSets the Domain Name Verification (DNV) object information to verify and create.voidSets the Real Name Verification (RNV) object information to verify and create.toString()Implementation ofObject.toString, which will result in an indented XMLStringrepresentation of the concreteEPPCodecComponent.
-
Field Details
-
ELM_LOCALNAME
XML local name forEPPNameVerificationInfoInputResult.- See Also:
-
ELM_NAME
XML root tag forEPPNameVerificationInfoInputResult.- See Also:
-
-
Constructor Details
-
EPPNameVerificationInfoInputResult
public EPPNameVerificationInfoInputResult()EPPNameVerificationInfoInputResultdefault constructor. -
EPPNameVerificationInfoInputResult
EPPNameVerificationInfoInputResultconstructor for a Domain Name Verification (DNV).- Parameters:
aDnv- Domain Name Verification (DNV) object to verify and create
-
EPPNameVerificationInfoInputResult
EPPNameVerificationInfoInputResultconstructor for a Domain Name Verification (DNV) with all attributes.- Parameters:
aDnv- Domain Name Verification (DNV) object to verify and createaAuthInfo- Authorization info for the DNV object
-
EPPNameVerificationInfoInputResult
EPPNameVerificationInfoInputResultconstructor for a Real Name Verification (RNV).- Parameters:
aRnv- Real Name Verification (RNV) object to verify and create
-
EPPNameVerificationInfoInputResult
EPPNameVerificationInfoInputResultconstructor for a Real Name Verification (RNV) with all attributes.- Parameters:
aRnv- Real Name Verification (RNV) object to verify and createaAuthInfo- Authorization info for the RNV object
-
-
Method Details
-
getNamespace
Gets the EPP command Namespace associated withEPPNameVerificationInfoInputResult.- Specified by:
getNamespacein interfaceEPPCodecComponent- Returns:
EPPNameVerificationMapFactory.NS
-
hasDnv
public boolean hasDnv()Has the Domain Name Verification (DNV) object information been set?- Returns:
trueif the Domain Name Verification (DNV) object information has been set;falseotherwise.
-
getDnv
Gets the Domain Name Verification (DNV) object to verify and create.- Returns:
- The Domain Name Verification (DNV) object if defined;
nullotherwise.
-
setDnv
Sets the Domain Name Verification (DNV) object information to verify and create.- Parameters:
aDnv- The Domain Name Verification (DNV) object ornullto undefined it.
-
hasRnv
public boolean hasRnv()Has the Real Name Verification (RNV) object information been set?- Returns:
trueif the Real Name Verification (RNV) object information has been set;falseotherwise.
-
getRnv
Gets the Real Name Verification (RNV) object information to verify and create.- Returns:
- The Real Name Verification (RNV) object if defined;
nullotherwise.
-
setRnv
Sets the Real Name Verification (RNV) object information to verify and create.- Parameters:
aRnv- The Real Name Verification (RNV) object ornullto undefined it.
-
hasAuthInfo
public boolean hasAuthInfo()Has the authorization information for the Name Verification (NV) object been set?- Returns:
trueif the authorization information for the Name Verification (NV) object has been set;falseotherwise.
-
getAuthInfo
Gets the authorization information for the Name Verification (NV) object.- Returns:
- Authorization information if defined;
nullotherwise.
-
setAuthInfo
Sets the authorization information for the Name Verification (NV) object.- Parameters:
aAuthInfo- Authorization information of NV object
-
encode
Encode a DOM Element tree from the attributes of theEPPNameVerificationInfoInputResultinstance.- Specified by:
encodein interfaceEPPCodecComponent- Parameters:
aDocument- DOM Document that is being built. Used as an Element factory.- Returns:
- Element Root DOM Element representing the
EPPNameVerificationInfoInputResultinstance. - Throws:
EPPEncodeException- Unable to encodeEPPNameVerificationInfoInputResultinstance.
-
decode
Decode theEPPNameVerificationInfoInputResultattributes from the aElement DOM Element tree.- Specified by:
decodein interfaceEPPCodecComponent- Parameters:
aElement- Root DOM Element to decodeEPPNameVerificationInfoInputResultfrom.- Throws:
EPPDecodeException- Unable to decode aElement
-
equals
Compare an instance ofEPPNameVerificationInfoInputResultwith this instance. -
clone
CloneEPPNameVerificationInfoInputResult.- Specified by:
clonein interfaceEPPCodecComponent- Overrides:
clonein classObject- Returns:
- Deep copy clone of
EPPNameVerificationInfoInputResult - Throws:
CloneNotSupportedException- standard Object.clone exception
-
toString
Implementation ofObject.toString, which will result in an indented XMLStringrepresentation of the concreteEPPCodecComponent.
-