com.verisign.epp.codec.registry
Class EPPRegistryContactStateProvince

java.lang.Object
  extended by com.verisign.epp.codec.registry.EPPRegistryMinMaxLength
      extended by com.verisign.epp.codec.registry.EPPRegistryContactStateProvince
All Implemented Interfaces:
EPPCodecComponent, java.io.Serializable, java.lang.Cloneable

public class EPPRegistryContactStateProvince
extends EPPRegistryMinMaxLength

DOCUMENT ME!

Version:
$Revision: 1.2 $
Author:
$author$
See Also:
Serialized Form

Field Summary
static java.lang.String ELM_NAME
          DOCUMENT ME!
 
Fields 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
EPPRegistryContactStateProvince()
          Creates a new EPPRegistryContactStateProvince object.
EPPRegistryContactStateProvince(java.lang.Integer min, java.lang.Integer max)
          Creates a new EPPRegistryContactStateProvince object.
EPPRegistryContactStateProvince(int min, int max)
          Creates a new EPPRegistryContactStateProvince object.
 
Method Summary
 boolean equals(java.lang.Object aObject)
          DOCUMENT ME!
protected  void validateState()
           
 
Methods inherited from class com.verisign.epp.codec.registry.EPPRegistryMinMaxLength
clone, decode, encode, getElmMax, getElmMin, getMax, getMin, getRootName, setElmMax, setElmMin, setMax, setMin, setRootName, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ELM_NAME

public static final java.lang.String ELM_NAME
DOCUMENT ME!

See Also:
Constant Field Values
Constructor Detail

EPPRegistryContactStateProvince

public EPPRegistryContactStateProvince()
Creates a new EPPRegistryContactStateProvince object.


EPPRegistryContactStateProvince

public EPPRegistryContactStateProvince(java.lang.Integer min,
                                       java.lang.Integer max)
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 Detail

equals

public boolean equals(java.lang.Object aObject)
DOCUMENT ME!

Overrides:
equals in class EPPRegistryMinMaxLength
Parameters:
aObject - DOCUMENT ME!
Returns:
DOCUMENT ME!

validateState

protected void validateState()
                      throws EPPEncodeException
Overrides:
validateState in class EPPRegistryMinMaxLength
Throws:
EPPEncodeException


Copyright ? VeriSign Inc. All Rights Reserved.