Class EPPRegistryDefaultPeriodType
java.lang.Object
com.verisign.epp.codec.registry.v02.EPPRegistryPeriodType
com.verisign.epp.codec.registry.v02.EPPRegistryDefaultPeriodType
- All Implemented Interfaces:
EPPCodecComponent,Serializable,Cloneable
The default period length if not defined by the client.
- 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 forEPPRegistryDefaultPeriodType.static final StringXML root tag forEPPRegistryDefaultPeriodType.Fields inherited from class com.verisign.epp.codec.registry.v02.EPPRegistryPeriodType
ATTR_UNIT, number, unit -
Constructor Summary
ConstructorsConstructorDescriptionEPPRegistryDefaultPeriodType(int aNumber, EPPRegistryPeriodType.Unit aUnit) ConstructsEPPRegistryDefaultPeriodTypewith a number and unit using anint.EPPRegistryDefaultPeriodType(Integer aNumber, EPPRegistryPeriodType.Unit aUnit) ConstructsEPPRegistryDefaultPeriodTypewith a number and unit using anInteger. -
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 forEPPRegistryDefaultPeriodType.- See Also:
-
ELM_NAME
XML root tag forEPPRegistryDefaultPeriodType.- See Also:
-
-
Constructor Details
-
EPPRegistryDefaultPeriodType
public EPPRegistryDefaultPeriodType() -
EPPRegistryDefaultPeriodType
ConstructsEPPRegistryDefaultPeriodTypewith a number and unit using anInteger.- Parameters:
aNumber- Default period numberaUnit- Default period unit
-
EPPRegistryDefaultPeriodType
ConstructsEPPRegistryDefaultPeriodTypewith a number and unit using anint.- Parameters:
aNumber- Default period numberaUnit- Default period unit
-
-
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.
-