public class EPPRegistryPendingRestorePeriodType extends EPPRegistryPeriodType
EPPRegistryRGP,
Serialized FormEPPRegistryPeriodType.Unit| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ELM_LOCALNAME
XML local name for
EPPRegistryPendingRestorePeriodType. |
ATTR_UNIT, number, unit| Constructor and Description |
|---|
EPPRegistryPendingRestorePeriodType()
Default constructor.
|
EPPRegistryPendingRestorePeriodType(java.lang.Integer aNumber,
EPPRegistryPeriodType.Unit aUnit)
Constructs an instance of
EPPRegistryPendingRestorePeriodType with
number and unit. |
EPPRegistryPendingRestorePeriodType(int aNumber,
EPPRegistryPeriodType.Unit aUnit)
Constructs an instance of
EPPRegistryPendingRestorePeriodType with
number and unit. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getNamespace()
Returns the XML namespace associated with the
EPPCodecComponent. |
protected java.lang.String |
getRootName()
Gets the root element local name.
|
public static final java.lang.String ELM_LOCALNAME
EPPRegistryPendingRestorePeriodType.public EPPRegistryPendingRestorePeriodType()
EPPRegistryPeriodType.setNumber(Integer) and
EPPRegistryPeriodType.setUnit(EPPRegistryPeriodType.Unit) before calling
EPPRegistryPeriodType.encode(org.w3c.dom.Document) method.public EPPRegistryPendingRestorePeriodType(java.lang.Integer aNumber,
EPPRegistryPeriodType.Unit aUnit)
EPPRegistryPendingRestorePeriodType with
number and unit.aNumber - number must be > 0aUnit - unit must be one of Unit.y, Unit.m,
Unit.d, or Unit.h.public EPPRegistryPendingRestorePeriodType(int aNumber,
EPPRegistryPeriodType.Unit aUnit)
EPPRegistryPendingRestorePeriodType with
number and unit.aNumber - number must be > 0aUnit - unit must be one of Unit.y, Unit.m,
Unit.d, or Unit.hpublic java.lang.String getNamespace()
EPPCodecComponent.EPPCodecComponent.protected java.lang.String getRootName()
getRootName in class EPPRegistryPeriodType