Class EPPRegistryPendingDeletePeriodType
java.lang.Object
com.verisign.epp.codec.registry.v02.EPPRegistryPeriodType
com.verisign.epp.codec.registry.v02.EPPRegistryPendingDeletePeriodType
- All Implemented Interfaces:
EPPCodecComponent,Serializable,Cloneable
Defines the length of time that the domain object will remain in the
pendingDelete status prior to be purged.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.verisign.epp.codec.registry.v02.EPPRegistryPeriodType
EPPRegistryPeriodType.Unit -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringXML local name forEPPRegistryPendingDeletePeriodType.Fields inherited from class com.verisign.epp.codec.registry.v02.EPPRegistryPeriodType
ATTR_UNIT, number, unit -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.EPPRegistryPendingDeletePeriodType(int aNumber, EPPRegistryPeriodType.Unit aUnit) Constructs an instance ofEPPRegistryPendingDeletePeriodTypewithnumberandunit.EPPRegistryPendingDeletePeriodType(Integer aNumber, EPPRegistryPeriodType.Unit aUnit) Constructs an instance ofEPPRegistryPendingDeletePeriodTypewithnumberandunit. -
Method Summary
Modifier and TypeMethodDescriptionReturns the XML namespace associated with theEPPCodecComponent.protected StringGets the root element local name.
-
Field Details
-
ELM_LOCALNAME
XML local name forEPPRegistryPendingDeletePeriodType.- See Also:
-
-
Constructor Details
-
EPPRegistryPendingDeletePeriodType
public EPPRegistryPendingDeletePeriodType()Default constructor. Must callEPPRegistryPeriodType.setNumber(Integer)andEPPRegistryPeriodType.setUnit(EPPRegistryPeriodType.Unit)before callingEPPRegistryPeriodType.encode(org.w3c.dom.Document)method. -
EPPRegistryPendingDeletePeriodType
Constructs an instance ofEPPRegistryPendingDeletePeriodTypewithnumberandunit.- Parameters:
aNumber- number must be > 0aUnit- unit must be one ofUnit.y,Unit.m,Unit.d, orUnit.h.
-
EPPRegistryPendingDeletePeriodType
Constructs an instance ofEPPRegistryPendingDeletePeriodTypewithnumberandunit.- Parameters:
aNumber- number must be > 0aUnit- unit must be one ofUnit.y,Unit.m,Unit.d, orUnit.h.
-
-
Method Details
-
getNamespace
Returns the XML namespace associated with theEPPCodecComponent.- Returns:
- XML namespace for the
EPPCodecComponent.
-
getRootName
Gets the root element local name.- Overrides:
getRootNamein classEPPRegistryPeriodType- Returns:
- Root element local name.
-