| Package | Description |
|---|---|
| com.verisign.epp.codec.nv |
| Modifier and Type | Method and Description |
|---|---|
EPPRealNameVerification.Role |
EPPRealNameVerification.getRole()
Gets the contact role.
|
static EPPRealNameVerification.Role |
EPPRealNameVerification.Role.getRole(java.lang.String aString)
Get the role enumerated value given the matching string.
|
static EPPRealNameVerification.Role |
EPPRealNameVerification.Role.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EPPRealNameVerification.Role[] |
EPPRealNameVerification.Role.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.setRole(EPPRealNameVerification.Role aRole)
Sets the contact role.
|
| 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.