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