|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EPPVerificationCodeInfData.Status | |
---|---|
com.verisign.epp.codec.verificationcode |
Uses of EPPVerificationCodeInfData.Status in com.verisign.epp.codec.verificationcode |
---|
Methods in com.verisign.epp.codec.verificationcode that return EPPVerificationCodeInfData.Status | |
---|---|
EPPVerificationCodeInfData.Status |
EPPVerificationCodeInfData.getStatus()
Gets the verification status. |
static EPPVerificationCodeInfData.Status |
EPPVerificationCodeInfData.Status.getStatus(java.lang.String aString)
Get the status enumerated value given the matching string. |
static EPPVerificationCodeInfData.Status |
EPPVerificationCodeInfData.Status.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static EPPVerificationCodeInfData.Status[] |
EPPVerificationCodeInfData.Status.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.verisign.epp.codec.verificationcode with parameters of type EPPVerificationCodeInfData.Status | |
---|---|
void |
EPPVerificationCodeInfData.setStatus(EPPVerificationCodeInfData.Status aStatus)
Sets the verification status. |
Constructors in com.verisign.epp.codec.verificationcode with parameters of type EPPVerificationCodeInfData.Status | |
---|---|
EPPVerificationCodeInfData(EPPVerificationCodeInfData.Status aStatus)
Create a EPPVerificationCodeInfData instance with the required status. |
|
EPPVerificationCodeInfData(EPPVerificationCodeInfData.Status aStatus,
EPPVerificationCodeProfile aProfile)
Create a EPPVerificationCodeInfData instance with the required status and the a single profile. |
|
EPPVerificationCodeInfData(EPPVerificationCodeInfData.Status aStatus,
java.util.List<EPPVerificationCodeProfile> aProfiles)
Create a EPPVerificationCodeInfData instance with the required status and the optional profiles. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |