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