Package com.verisign.epp.codec.registry
Class EPPRegistryContactStateProvince
java.lang.Object
com.verisign.epp.codec.registry.EPPRegistryMinMaxLength
com.verisign.epp.codec.registry.EPPRegistryContactStateProvince
- All Implemented Interfaces:
EPPCodecComponent,Serializable,Cloneable
DOCUMENT ME!
- See Also:
-
Field Summary
FieldsFields inherited from class com.verisign.epp.codec.registry.EPPRegistryMinMaxLength
ELM_MAX, ELM_MAX_LENGTH, ELM_MIN, ELM_MIN_LENGTH, elmMax, elmMin, max, min, rootName -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new EPPRegistryContactStateProvince object.EPPRegistryContactStateProvince(int min, int max) Creates a new EPPRegistryContactStateProvince object.EPPRegistryContactStateProvince(Integer min, Integer max) Creates a new EPPRegistryContactStateProvince object. -
Method Summary
Modifier and TypeMethodDescriptionbooleanDOCUMENT ME!protected voidMethods inherited from class com.verisign.epp.codec.registry.EPPRegistryMinMaxLength
clone, decode, encode, getElmMax, getElmMin, getMax, getMin, getNamespace, getRootName, setElmMax, setElmMin, setMax, setMin, setRootName, toString
-
Field Details
-
ELM_NAME
DOCUMENT ME!- See Also:
-
-
Constructor Details
-
EPPRegistryContactStateProvince
public EPPRegistryContactStateProvince()Creates a new EPPRegistryContactStateProvince object. -
EPPRegistryContactStateProvince
Creates a new EPPRegistryContactStateProvince object.- Parameters:
min- DOCUMENT ME!max- DOCUMENT ME!
-
EPPRegistryContactStateProvince
public EPPRegistryContactStateProvince(int min, int max) Creates a new EPPRegistryContactStateProvince object.- Parameters:
min- DOCUMENT ME!max- DOCUMENT ME!
-
-
Method Details
-
equals
DOCUMENT ME!- Overrides:
equalsin classEPPRegistryMinMaxLength- Parameters:
aObject- DOCUMENT ME!- Returns:
- DOCUMENT ME!
-
validateState
- Overrides:
validateStatein classEPPRegistryMinMaxLength- Throws:
EPPEncodeException
-