| Package | Description |
|---|---|
| com.verisign.epp.codec.registry.v01 |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<EPPRegistryZoneSummary> |
EPPRegistryZoneList.getZoneList()
Get the zone summary list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EPPRegistryZoneList.addZone(EPPRegistryZoneSummary zone)
Append one zone to the existing zone list.
|
void |
EPPRegistryZoneList.setZone(EPPRegistryZoneSummary zone)
Clear the existing zone list and add add one zone to the list
|
| Modifier and Type | Method and Description |
|---|---|
void |
EPPRegistryZoneList.setZoneList(java.util.List<EPPRegistryZoneSummary> aZoneList)
Set the zone summary list.
|
| Constructor and Description |
|---|
EPPRegistryZoneList(EPPRegistryZoneSummary zoneSummary)
Constructor that takes one
EPPRegistryZoneSummary instance. |
| Constructor and Description |
|---|
EPPRegistryZoneList(java.util.List<EPPRegistryZoneSummary> aZoneList)
Constructor that takes a zone list.
|
Copyright © VeriSign Inc. All Rights Reserved.