Uses of Class
com.verisign.epp.codec.nv.EPPNameVerificationDocument

Packages that use EPPNameVerificationDocument
com.verisign.epp.codec.nv   
 

Uses of EPPNameVerificationDocument in com.verisign.epp.codec.nv
 

Methods in com.verisign.epp.codec.nv that return types with arguments of type EPPNameVerificationDocument
 java.util.List<EPPNameVerificationDocument> EPPRealNameVerification.getDocuments()
          Gets the verification documents.
 

Methods in com.verisign.epp.codec.nv with parameters of type EPPNameVerificationDocument
 void EPPRealNameVerification.addDocument(EPPNameVerificationDocument aDocument)
          Adds a document to the list of verification documents.
 

Method parameters in com.verisign.epp.codec.nv with type arguments of type EPPNameVerificationDocument
 void EPPRealNameVerification.setDocuments(java.util.List<EPPNameVerificationDocument> aDocuments)
          Sets the verification documents.
 

Constructors in com.verisign.epp.codec.nv with parameters of type EPPNameVerificationDocument
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
 

Constructor parameters in com.verisign.epp.codec.nv with type arguments of type EPPNameVerificationDocument
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.