Package | Description |
---|---|
com.verisign.epp.codec.registry.v02 |
Modifier and Type | Method and Description |
---|---|
EPPRegistryDomainContact.Type |
EPPRegistryDomainContact.getType()
Gets the type of contact.
|
static EPPRegistryDomainContact.Type |
EPPRegistryDomainContact.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EPPRegistryDomainContact.Type[] |
EPPRegistryDomainContact.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPRegistryDomainContact.setType(EPPRegistryDomainContact.Type aType)
Sets the type of contact.
|
Constructor and Description |
---|
EPPRegistryDomainContact(EPPRegistryDomainContact.Type aType,
java.lang.Integer aMin,
java.lang.Integer aMax)
Creates a new
EPPRegistryDomainContact object that takes the types
and both the minimum and maximum values as Integer 's. |
EPPRegistryDomainContact(EPPRegistryDomainContact.Type aType,
int aMin,
int aMax)
Creates a new
EPPRegistryDomainContact object that takes the types
and both the minimum and maximum values as int 's. |
Copyright © VeriSign Inc. All Rights Reserved.