Class EPPRegistryPendingDeletePeriodType
- java.lang.Object
-
- com.verisign.epp.codec.registry.v02.EPPRegistryPeriodType
-
- com.verisign.epp.codec.registry.v02.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.- See Also:
EPPRegistryRGP
, Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.verisign.epp.codec.registry.v02.EPPRegistryPeriodType
EPPRegistryPeriodType.Unit
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ELM_LOCALNAME
XML local name forEPPRegistryPendingDeletePeriodType
.-
Fields inherited from class com.verisign.epp.codec.registry.v02.EPPRegistryPeriodType
ATTR_UNIT, number, unit
-
-
Constructor Summary
Constructors Constructor Description EPPRegistryPendingDeletePeriodType()
Default constructor.EPPRegistryPendingDeletePeriodType(int aNumber, EPPRegistryPeriodType.Unit aUnit)
Constructs an instance ofEPPRegistryPendingDeletePeriodType
withnumber
andunit
.EPPRegistryPendingDeletePeriodType(java.lang.Integer aNumber, EPPRegistryPeriodType.Unit aUnit)
Constructs an instance ofEPPRegistryPendingDeletePeriodType
withnumber
andunit
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getNamespace()
Returns the XML namespace associated with theEPPCodecComponent
.protected java.lang.String
getRootName()
Gets the root element local name.
-
-
-
Field Detail
-
ELM_LOCALNAME
public static final java.lang.String ELM_LOCALNAME
XML local name forEPPRegistryPendingDeletePeriodType
.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
EPPRegistryPendingDeletePeriodType
public EPPRegistryPendingDeletePeriodType()
Default constructor. Must callEPPRegistryPeriodType.setNumber(Integer)
andEPPRegistryPeriodType.setUnit(EPPRegistryPeriodType.Unit)
before callingEPPRegistryPeriodType.encode(org.w3c.dom.Document)
method.
-
EPPRegistryPendingDeletePeriodType
public EPPRegistryPendingDeletePeriodType(java.lang.Integer aNumber, EPPRegistryPeriodType.Unit aUnit)
Constructs an instance ofEPPRegistryPendingDeletePeriodType
withnumber
andunit
.- Parameters:
aNumber
- number must be > 0aUnit
- unit must be one ofUnit.y
,Unit.m
,Unit.d
, orUnit.h
.
-
EPPRegistryPendingDeletePeriodType
public EPPRegistryPendingDeletePeriodType(int aNumber, EPPRegistryPeriodType.Unit aUnit)
Constructs an instance ofEPPRegistryPendingDeletePeriodType
withnumber
andunit
.- Parameters:
aNumber
- number must be > 0aUnit
- unit must be one ofUnit.y
,Unit.m
,Unit.d
, orUnit.h
.
-
-
Method Detail
-
getNamespace
public java.lang.String getNamespace()
Returns the XML namespace associated with theEPPCodecComponent
.- Returns:
- XML namespace for the
EPPCodecComponent
.
-
getRootName
protected java.lang.String getRootName()
Gets the root element local name.- Overrides:
getRootName
in classEPPRegistryPeriodType
- Returns:
- Root element local name.
-
-