|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EPPRealNameVerification.ProofType | |
---|---|
com.verisign.epp.codec.nv |
Uses of EPPRealNameVerification.ProofType in com.verisign.epp.codec.nv |
---|
Methods in com.verisign.epp.codec.nv that return EPPRealNameVerification.ProofType | |
---|---|
EPPRealNameVerification.ProofType |
EPPRealNameVerification.getProofType()
Gets the proof material type of the contact. |
static EPPRealNameVerification.ProofType |
EPPRealNameVerification.ProofType.getProofType(java.lang.String aString)
Get the proof type enumerated value given the matching string. |
static EPPRealNameVerification.ProofType |
EPPRealNameVerification.ProofType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static EPPRealNameVerification.ProofType[] |
EPPRealNameVerification.ProofType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.verisign.epp.codec.nv with parameters of type EPPRealNameVerification.ProofType | |
---|---|
void |
EPPRealNameVerification.setProofType(EPPRealNameVerification.ProofType aProofType)
Sets the proof material type of the contact. |
Constructors in com.verisign.epp.codec.nv with parameters of type EPPRealNameVerification.ProofType | |
---|---|
EPPRealNameVerification(EPPRealNameVerification.Role aRole,
java.lang.String aName,
java.lang.String aNum,
EPPRealNameVerification.ProofType aProofType)
EPPRealNameVerification constructor the required attributes. |
|
EPPRealNameVerification(EPPRealNameVerification.Role aRole,
java.lang.String aName,
java.lang.String aNum,
EPPRealNameVerification.ProofType aProofType,
EPPNameVerificationDocument aDocument)
EPPRealNameVerification constructor that takes all
attributes with a single document |
|
EPPRealNameVerification(EPPRealNameVerification.Role aRole,
java.lang.String aName,
java.lang.String aNum,
EPPRealNameVerification.ProofType aProofType,
java.util.List<EPPNameVerificationDocument> aDocuments)
EPPRealNameVerification constructor that takes all
attributes |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |