Package | Description |
---|---|
com.verisign.epp.codec.registry.v02 | |
com.verisign.epp.interfaces.registry.v02 |
Modifier and Type | Method and Description |
---|---|
EPPRegistryZoneName |
EPPRegistryZoneSummary.getName()
Gets the zone name.
|
EPPRegistryZoneName |
EPPRegistryZone.getName()
Gets the name of zone.
|
EPPRegistryZoneName |
EPPRegistryInfoCmd.getName()
Gets the zone name.
|
EPPRegistryZoneName |
EPPRegistryDeleteCmd.getName()
Gets the zone name.
|
EPPRegistryZoneName |
EPPRegistryCreateResp.getName()
Gets the zone name.
|
EPPRegistryZoneName |
EPPRegistryCheckResult.getName()
Gets the zone name.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<EPPRegistryZoneName> |
EPPRegistryCheckCmd.getNames()
Get zone names to check.
|
java.util.List<EPPRegistryZoneName> |
EPPRegistryZone.getSystemZones()
Get the
List of EPPRegistryZoneName that specifies the
system zones. |
Modifier and Type | Method and Description |
---|---|
void |
EPPRegistryCheckCmd.addName(EPPRegistryZoneName aName)
Append an zone name to the name
List to check. |
void |
EPPRegistryZone.addSystemZone(EPPRegistryZoneName aSystemZone)
Add a zone to the list of system zones.
|
void |
EPPRegistryZoneSummary.setName(EPPRegistryZoneName aName)
Sets the zone name
|
void |
EPPRegistryZone.setName(EPPRegistryZoneName aName)
Sets the name of zone.
|
void |
EPPRegistryInfoCmd.setName(EPPRegistryZoneName aName)
Sets the zone name to query for.
|
void |
EPPRegistryDeleteCmd.setName(EPPRegistryZoneName aName)
Sets the zone name
|
void |
EPPRegistryCreateResp.setName(EPPRegistryZoneName aName)
Sets the zone name
|
void |
EPPRegistryCheckResult.setName(EPPRegistryZoneName aName)
Sets the zone name
|
void |
EPPRegistryCheckCmd.setName(EPPRegistryZoneName aName)
Set an individual zone name to check.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPRegistryCheckCmd.setNames(java.util.List<EPPRegistryZoneName> aNames)
Set zone names to check.
|
void |
EPPRegistryZone.setSystemZones(java.util.List<EPPRegistryZoneName> aSystemZones)
Set the
List of EPPRegistryZoneName that includes all of
the system zones. |
Constructor and Description |
---|
EPPRegistryCheckCmd(java.lang.String aTransId,
EPPRegistryZoneName aName)
EPPRegistryCheckCmd constructor that will check an individual zone
name. |
EPPRegistryCheckResult(EPPRegistryZoneName aName,
java.lang.Boolean aAvailable)
Creates a new
EPPRegistryCheckResult object with a defined zone
name and available value. |
EPPRegistryCheckResult(EPPRegistryZoneName aName,
java.lang.Boolean aAvailable,
java.lang.String aReason)
Creates a new
EPPRegistryCheckResult object with a defined zone
name, available value, and reason. |
EPPRegistryCreateResp(EPPTransId aTransId,
EPPRegistryZoneName aName)
EPPRegistryCreateResp constructor that takes the name
value as a parameter. |
EPPRegistryCreateResp(EPPTransId aTransId,
EPPRegistryZoneName aName,
java.util.Date aCreateDate)
EPPRegistryCreateResp constructor that takes required values as
parameters. |
EPPRegistryDeleteCmd(java.lang.String aTransId,
EPPRegistryZoneName aName)
EPPRegistryDeleteCmd constructor that takes the registry name as
an argument. |
EPPRegistryInfoCmd(java.lang.String aTransId,
EPPRegistryZoneName aName)
EPPRegistryInfoCmd constructor that takes the qualified zone
object name as an argument. |
EPPRegistryZone(EPPRegistryZoneName aName)
Construct an
EPPRegistryZone instance using a zone name. |
EPPRegistryZone(EPPRegistryZoneName aName,
java.lang.String aCreatedBy,
java.util.Date aCreatedDate)
Construct an
EPPRegistryZone instance using a zone name, a
create id and a create date. |
EPPRegistryZoneSummary(EPPRegistryZoneName aName,
boolean aAccessible,
java.util.Date aCreateDate)
Construct
EPPRegistryZoneSummary with name and create date. |
EPPRegistryZoneSummary(EPPRegistryZoneName aName,
boolean aAccessible,
java.util.Date aCreateDate,
java.util.Date aUpdateDate)
Construct
EPPRegistryZoneSummary with name, create date and last
update date. |
Constructor and Description |
---|
EPPRegistryCheckCmd(java.lang.String aTransId,
java.util.List<EPPRegistryZoneName> aNames)
EPPRegistryCheckCmd constructor that will check a list of zone
names. |
Modifier and Type | Method and Description |
---|---|
java.util.List<EPPRegistryZoneName> |
EPPRegistry.getZoneList()
Gets the list of zone names.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPRegistry.addZone(EPPRegistryZoneName aZone)
Add a zone name to the list of zone names.
|
static EPPRegistryZone |
EPPRegistryTst.buildZoneInfo(EPPRegistryZoneName aZone,
boolean aContactPolicy,
boolean aDsDataInterface,
boolean aHostObjModel)
Creates a populated
EPPRegistryZone instance given a zone name. |
Modifier and Type | Method and Description |
---|---|
void |
EPPRegistry.setZoneList(java.util.List<EPPRegistryZoneName> aZoneList)
Sets the list of zone names to use in a command.
|
Copyright © VeriSign Inc. All Rights Reserved.