com.verisign.epp.codec.registry
Class EPPRegistryPendingDeletePeriodType
java.lang.Object
com.verisign.epp.codec.registry.EPPRegistryPeriodType
com.verisign.epp.codec.registry.EPPRegistryPendingDeletePeriodType
- All Implemented Interfaces:
- EPPCodecComponent, java.io.Serializable, java.lang.Cloneable
public class EPPRegistryPendingDeletePeriodType
- extends EPPRegistryPeriodType
Defines the length of time that the domain object will remain in the
pendingDelete status prior to be purged.
- Version:
- 1.4
- Author:
- ljia
- See Also:
EPPRegistryRGP
,
Serialized Form
Field Summary |
static java.lang.String |
ELM_NAME
XML Element Name of EPPRegistryPendingDeletePeriodType root
element. |
Method Summary |
boolean |
equals(java.lang.Object aObject)
|
Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ELM_NAME
public static final java.lang.String ELM_NAME
- XML Element Name of
EPPRegistryPendingDeletePeriodType
root
element.
- See Also:
- Constant Field Values
EPPRegistryPendingDeletePeriodType
public EPPRegistryPendingDeletePeriodType()
- Default constructor. Must call
EPPRegistryPeriodType.setNumber(Integer)
and
EPPRegistryPeriodType.setUnit(String)
before calling
EPPRegistryPeriodType.encode(org.w3c.dom.Document)
method.
EPPRegistryPendingDeletePeriodType
public EPPRegistryPendingDeletePeriodType(java.lang.Integer number,
java.lang.String unit)
- Constructs an instance of
EPPRegistryPendingDeletePeriodType
with
number
and unit
.
- Parameters:
number
- number must be > 0unit
- unit must be one of "y", "m", "d", or "h"
EPPRegistryPendingDeletePeriodType
public EPPRegistryPendingDeletePeriodType(int number,
java.lang.String unit)
- Constructs an instance of
EPPRegistryPendingDeletePeriodType
with
number
and unit
.
- Parameters:
number
- number must be > 0unit
- unit must be one of "y", "m", "d", or "h"
equals
public boolean equals(java.lang.Object aObject)
- Overrides:
equals
in class EPPRegistryPeriodType
Copyright © VeriSign Inc. All Rights Reserved.