public class EPPRegistryContactStateProvince extends EPPRegistryAbstractMinMax
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ELM_LOCALNAME
XML local name for
EPPRegistryContactStateProvince . |
static java.lang.String |
ELM_NAME
XML root tag for
EPPRegistryContactStateProvince . |
ELM_MAX, ELM_MAX_LENGTH, ELM_MIN, ELM_MIN_LENGTH
Constructor and Description |
---|
EPPRegistryContactStateProvince()
Creates a new
EPPRegistryContactCity object. |
EPPRegistryContactStateProvince(java.lang.Integer aMin,
java.lang.Integer aMax)
Creates a new
EPPRegistryContactCity object that takes both the
minimum and maximum values as Integer 's. |
EPPRegistryContactStateProvince(int min,
int max)
Creates a new
EPPRegistryContactCity object that takes both the
minimum and maximum values as int 's. |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
getElmMax()
Gets the maximum element local name.
|
protected java.lang.String |
getElmMin()
Gets the minimum element local name.
|
protected org.apache.log4j.Logger |
getLogger()
Gets the
Logger to use. |
protected java.lang.String |
getRootName()
Gets the root element local name.
|
clone, decode, encode, equals, getMax, getMin, getNamespace, setMax, setMin, toString, validateState
public static final java.lang.String ELM_LOCALNAME
EPPRegistryContactStateProvince
.public static final java.lang.String ELM_NAME
EPPRegistryContactStateProvince
.public EPPRegistryContactStateProvince()
EPPRegistryContactCity
object.public EPPRegistryContactStateProvince(java.lang.Integer aMin, java.lang.Integer aMax)
EPPRegistryContactCity
object that takes both the
minimum and maximum values as Integer
's.aMin
- Minimum valueaMax
- Maximum valuepublic EPPRegistryContactStateProvince(int min, int max)
EPPRegistryContactCity
object that takes both the
minimum and maximum values as int
's.aMin
- Minimum valueaMax
- Maximum valueprotected java.lang.String getRootName()
getRootName
in class EPPRegistryAbstractMinMax
protected java.lang.String getElmMin()
getElmMin
in class EPPRegistryAbstractMinMax
protected java.lang.String getElmMax()
getElmMax
in class EPPRegistryAbstractMinMax
protected org.apache.log4j.Logger getLogger()
Logger
to use.getLogger
in class EPPRegistryAbstractMinMax
Logger
instance to use for logging.Copyright © VeriSign Inc. All Rights Reserved.