Package | Description |
---|---|
com.verisign.epp.codec.nv |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPNameVerificationDocument.setFileType(EPPNameVerificationDocument.FileType aFileType)
Sets the type of the document file.
|
Constructor and Description |
---|
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.