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

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

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

Methods in com.verisign.epp.codec.nv that return EPPNameVerificationDocument.FileType
 EPPNameVerificationDocument.FileType EPPNameVerificationDocument.getFileType()
          Gets the type of the document file.
static EPPNameVerificationDocument.FileType EPPNameVerificationDocument.FileType.getFileType(java.lang.String aString)
          Get the file type enumerated value given the matching string.
static EPPNameVerificationDocument.FileType EPPNameVerificationDocument.FileType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EPPNameVerificationDocument.FileType[] EPPNameVerificationDocument.FileType.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 EPPNameVerificationDocument.FileType
 void EPPNameVerificationDocument.setFileType(EPPNameVerificationDocument.FileType aFileType)
          Sets the type of the document file.
 

Constructors in com.verisign.epp.codec.nv with parameters of type EPPNameVerificationDocument.FileType
EPPNameVerificationDocument(EPPNameVerificationDocument.FileType aFileType, java.lang.String aFileContent)
          Constructor for EPPNameVerificationDocument that two attributes of the document of the file type and file content.
 



Copyright © VeriSign Inc. All Rights Reserved.