com.verisign.epp.codec.registry
Class EPPRegistryContactPostalCode

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

public class EPPRegistryContactPostalCode
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
EPPRegistryContactPostalCode()
          Creates a new EPPRegistryContactPostalCode object.
EPPRegistryContactPostalCode(java.lang.Integer min, java.lang.Integer max)
          Creates a new EPPRegistryContactPostalCode object.
EPPRegistryContactPostalCode(int min, int max)
          Creates a new EPPRegistryContactPostalCode 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

EPPRegistryContactPostalCode

public EPPRegistryContactPostalCode()
Creates a new EPPRegistryContactPostalCode object.


EPPRegistryContactPostalCode

public EPPRegistryContactPostalCode(java.lang.Integer min,
                                    java.lang.Integer max)
Creates a new EPPRegistryContactPostalCode object.

Parameters:
min - DOCUMENT ME!
max - DOCUMENT ME!

EPPRegistryContactPostalCode

public EPPRegistryContactPostalCode(int min,
                                    int max)
Creates a new EPPRegistryContactPostalCode 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.