public class EPPRegistryPendingRestorePeriodType extends EPPRegistryPeriodType
EPPRegistryRGP,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ELM_NAME
XML Element Name of
EPPRegistryPendingRestorePeriodType root
element. |
number, PERIOD_UNIT_DAY, PERIOD_UNIT_HOUR, PERIOD_UNIT_MONTH, PERIOD_UNIT_YEAR, rootName, unit, VALID_UNITS| Constructor and Description |
|---|
EPPRegistryPendingRestorePeriodType()
Default constructor.
|
EPPRegistryPendingRestorePeriodType(java.lang.Integer number,
java.lang.String unit)
Constructs an instance of
EPPRegistryPendingRestorePeriodType
with number and unit. |
EPPRegistryPendingRestorePeriodType(int number,
java.lang.String unit)
Constructs an instance of
EPPRegistryPendingRestorePeriodType
with number and unit. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object aObject) |
java.lang.String |
getNamespace()
Returns the XML namespace associated with the
EPPCodecComponent. |
clone, decode, encode, getNumber, getRootName, getUnit, setNumber, setUnit, toStringpublic static final java.lang.String ELM_NAME
EPPRegistryPendingRestorePeriodType root
element.public EPPRegistryPendingRestorePeriodType()
EPPRegistryPeriodType.setNumber(Integer) and
EPPRegistryPeriodType.setUnit(String) before calling
EPPRegistryPeriodType.encode(org.w3c.dom.Document) method.public EPPRegistryPendingRestorePeriodType(java.lang.Integer number,
java.lang.String unit)
EPPRegistryPendingRestorePeriodType
with number and unit.number - number must be > 0unit - unit must be one of "y", "m", "d", or "h"public EPPRegistryPendingRestorePeriodType(int number,
java.lang.String unit)
EPPRegistryPendingRestorePeriodType
with number and unit.number - number must be > 0unit - unit must be one of "y", "m", "d", or "h"public boolean equals(java.lang.Object aObject)
equals in class EPPRegistryPeriodTypepublic java.lang.String getNamespace()
EPPCodecComponent.EPPCodecComponent.Copyright © VeriSign Inc. All Rights Reserved.