Package | Description |
---|---|
com.verisign.epp.codec.nv |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPRealNameVerification.setProofType(EPPRealNameVerification.ProofType aProofType)
Sets the proof material type of the contact.
|
Constructor and Description |
---|
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 |
Copyright © VeriSign Inc. All Rights Reserved.