Package | Description |
---|---|
com.verisign.epp.codec.registry |
Modifier and Type | Method and Description |
---|---|
EPPRegistryZoneInfo |
EPPRegistryUpdateCmd.getZone()
Get zone to update.
|
EPPRegistryZoneInfo |
EPPRegistryCreateCmd.getZone()
Get zone to create
|
EPPRegistryZoneInfo |
EPPRegistryInfoResp.getZoneInfo() |
Modifier and Type | Method and Description |
---|---|
void |
EPPRegistryUpdateCmd.setZone(EPPRegistryZoneInfo zone)
Set zone to update.
|
void |
EPPRegistryCreateCmd.setZone(EPPRegistryZoneInfo zone)
Set zone to create
|
void |
EPPRegistryInfoResp.setZoneInfo(EPPRegistryZoneInfo zoneInfo) |
Constructor and Description |
---|
EPPRegistryCreateCmd(java.lang.String aTransId,
EPPRegistryZoneInfo zone)
Creates a new EPPRegistryCreateCmd object that will create a registry
object based on the info in
zone . |
EPPRegistryInfoResp(EPPTransId transId,
EPPRegistryZoneInfo zoneInfo)
Create a
EPPRegistryInfoResp instance with a set of zone summary
attributes. |
EPPRegistryUpdateCmd(java.lang.String aTransId,
EPPRegistryZoneInfo zone)
Creates a new EPPRegistryUpdateCmd object that will update a registry
object based on the info in
zone . |
Copyright © VeriSign Inc. All Rights Reserved.