public class EPPRegistryContactName extends EPPRegistryAbstractMinMax
EPPRegistryPostal,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ELM_LOCALNAME
XML local name for
EPPRegistryContactName. |
static java.lang.String |
ELM_NAME
XML root tag for
EPPRegistryContactCity. |
ELM_MAX, ELM_MAX_LENGTH, ELM_MIN, ELM_MIN_LENGTH| Constructor and Description |
|---|
EPPRegistryContactName()
Creates a new
EPPRegistryContactName object. |
EPPRegistryContactName(java.lang.Integer aMin,
java.lang.Integer aMax)
Creates a new
EPPRegistryContactName object that takes both the
minimum and maximum values as Integer's. |
EPPRegistryContactName(int aMin,
int aMax)
Creates a new
EPPRegistryContactName 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, validateStatepublic static final java.lang.String ELM_LOCALNAME
EPPRegistryContactName.public static final java.lang.String ELM_NAME
EPPRegistryContactCity.public EPPRegistryContactName()
EPPRegistryContactName object.public EPPRegistryContactName(java.lang.Integer aMin,
java.lang.Integer aMax)
EPPRegistryContactName object that takes both the
minimum and maximum values as Integer's.aMin - Minimum valueaMax - Maximum valuepublic EPPRegistryContactName(int aMin,
int aMax)
EPPRegistryContactName object that takes both the
minimum and maximum values as int's.aMin - Minimum valueaMax - Maximum valueprotected java.lang.String getRootName()
getRootName in class EPPRegistryAbstractMinMaxprotected java.lang.String getElmMin()
getElmMin in class EPPRegistryAbstractMinMaxprotected java.lang.String getElmMax()
getElmMax in class EPPRegistryAbstractMinMaxprotected org.apache.log4j.Logger getLogger()
Logger to use.getLogger in class EPPRegistryAbstractMinMaxLogger instance to use for logging.