Package com.verisign.epp.codec.registry
Class EPPRegistryDefaultPeriodType
java.lang.Object
com.verisign.epp.codec.registry.EPPRegistryPeriodType
com.verisign.epp.codec.registry.EPPRegistryDefaultPeriodType
- All Implemented Interfaces:
EPPCodecComponent,Serializable,Cloneable
- See Also:
-
Field Summary
FieldsFields inherited from class com.verisign.epp.codec.registry.EPPRegistryPeriodType
number, PERIOD_UNIT_DAY, PERIOD_UNIT_HOUR, PERIOD_UNIT_MONTH, PERIOD_UNIT_YEAR, rootName, unit, VALID_UNITS -
Constructor Summary
ConstructorsConstructorDescriptionEPPRegistryDefaultPeriodType(int number, String unit) EPPRegistryDefaultPeriodType(Integer n, String unit) -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the XML namespace associated with theEPPCodecComponent.Methods inherited from class com.verisign.epp.codec.registry.EPPRegistryPeriodType
clone, decode, encode, getNumber, getRootName, getUnit, setNumber, setUnit, toString
-
Field Details
-
ELM_NAME
- See Also:
-
-
Constructor Details
-
EPPRegistryDefaultPeriodType
public EPPRegistryDefaultPeriodType() -
EPPRegistryDefaultPeriodType
-
EPPRegistryDefaultPeriodType
-
-
Method Details
-
equals
- Overrides:
equalsin classEPPRegistryPeriodType
-
getNamespace
Returns the XML namespace associated with theEPPCodecComponent.- Returns:
- XML namespace for the
EPPCodecComponent.
-