|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EPPNameVerificationInfoCmd.Type | |
---|---|
com.verisign.epp.codec.nv | |
com.verisign.epp.interfaces | Interfaces test client to run client tests against the Stub Server for the Change Poll Extension. |
Uses of EPPNameVerificationInfoCmd.Type in com.verisign.epp.codec.nv |
---|
Methods in com.verisign.epp.codec.nv that return EPPNameVerificationInfoCmd.Type | |
---|---|
EPPNameVerificationInfoCmd.Type |
EPPNameVerificationInfoCmd.getInfoType()
Gets the input type defined by the Type enumeration. |
static EPPNameVerificationInfoCmd.Type |
EPPNameVerificationInfoCmd.Type.getType(java.lang.String aType)
Get the type enumerated value given the matching string. |
static EPPNameVerificationInfoCmd.Type |
EPPNameVerificationInfoCmd.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static EPPNameVerificationInfoCmd.Type[] |
EPPNameVerificationInfoCmd.Type.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 EPPNameVerificationInfoCmd.Type | |
---|---|
void |
EPPNameVerificationInfoCmd.setInfoType(EPPNameVerificationInfoCmd.Type aType)
Sets the input type using one of the Type enumeration
values. |
Constructors in com.verisign.epp.codec.nv with parameters of type EPPNameVerificationInfoCmd.Type | |
---|---|
EPPNameVerificationInfoCmd(java.lang.String aTransId,
java.lang.String aCode,
EPPNameVerificationInfoCmd.Type aType)
EPPNameVerificationInfoCmd constructor that takes all of the
required attributes. |
|
EPPNameVerificationInfoCmd(java.lang.String aTransId,
java.lang.String aCode,
EPPNameVerificationInfoCmd.Type aType,
EPPAuthInfo aAuthInfo)
EPPNameVerificationInfoCmd constructor that takes all of the
required attributes. |
Uses of EPPNameVerificationInfoCmd.Type in com.verisign.epp.interfaces |
---|
Methods in com.verisign.epp.interfaces with parameters of type EPPNameVerificationInfoCmd.Type | |
---|---|
void |
EPPNameVerification.setInfoType(EPPNameVerificationInfoCmd.Type aInfoType)
Sets the info type that is used on an info command. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |