Package com.verisign.epp.codec.registry
Class EPPRegistryMinPeriodType
- java.lang.Object
-
- com.verisign.epp.codec.registry.EPPRegistryPeriodType
-
- com.verisign.epp.codec.registry.EPPRegistryMinPeriodType
-
- All Implemented Interfaces:
EPPCodecComponent
,java.io.Serializable
,java.lang.Cloneable
public class EPPRegistryMinPeriodType extends EPPRegistryPeriodType
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ELM_NAME
-
Fields 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
Constructors Constructor Description EPPRegistryMinPeriodType()
EPPRegistryMinPeriodType(int number, java.lang.String unit)
EPPRegistryMinPeriodType(java.lang.Integer n, java.lang.String unit)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object aObject)
java.lang.String
getNamespace()
Returns 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 Detail
-
ELM_NAME
public static final java.lang.String ELM_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object aObject)
- Overrides:
equals
in classEPPRegistryPeriodType
-
getNamespace
public java.lang.String getNamespace()
Returns the XML namespace associated with theEPPCodecComponent
.- Returns:
- XML namespace for the
EPPCodecComponent
.
-
-