Package | Description |
---|---|
com.verisign.epp.codec.idntable | |
com.verisign.epp.interfaces |
Interfaces test client to run client tests against the
Stub Server for the Change Poll Extension.
|
Modifier and Type | Method and Description |
---|---|
EPPIdnTableDomainLabel.Form |
EPPIdnTableDomainLabel.getForm()
Gets the form of the domain name that should be either
Form.A_LABEL or Form.U_LABEL. |
static EPPIdnTableDomainLabel.Form |
EPPIdnTableDomainLabel.Form.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EPPIdnTableDomainLabel.Form[] |
EPPIdnTableDomainLabel.Form.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPIdnTableDomainLabel.setForm(EPPIdnTableDomainLabel.Form aForm)
Sets the form of the domain name that should be either
Form.A_LABEL or Form.U_LABEL. |
Constructor and Description |
---|
EPPIdnTableDomainLabel(java.lang.String aDomain,
EPPIdnTableDomainLabel.Form aForm)
Constructor for
EPPIdnTableDomainLabel that takes the domain
name and the form. |
Modifier and Type | Method and Description |
---|---|
void |
EPPIdnTable.addDomain(java.lang.String aDomain,
EPPIdnTableDomainLabel.Form aForm)
Adds a domain for use with a
send method. |
Copyright © VeriSign Inc. All Rights Reserved.