Class EPPRegistryContactStateProvince

    • Field Detail

      • ELM_LOCALNAME

        public static final java.lang.String ELM_LOCALNAME
        XML local name for EPPRegistryContactStateProvince.
        See Also:
        Constant Field Values
      • ELM_NAME

        public static final java.lang.String ELM_NAME
        XML root tag for EPPRegistryContactStateProvince.
        See Also:
        Constant Field Values
    • Constructor Detail

      • EPPRegistryContactStateProvince

        public EPPRegistryContactStateProvince()
        Creates a new EPPRegistryContactCity object.
      • EPPRegistryContactStateProvince

        public 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.
        Parameters:
        aMin - Minimum value
        aMax - Maximum value
      • EPPRegistryContactStateProvince

        public EPPRegistryContactStateProvince​(int aMin,
                                               int aMax)
        Creates a new EPPRegistryContactCity object that takes both the minimum and maximum values as int's.
        Parameters:
        aMin - Minimum value
        aMax - Maximum value
    • Method Detail

      • getRootName

        protected java.lang.String getRootName()
        Gets the root element local name.
        Specified by:
        getRootName in class EPPRegistryAbstractMinMax
        Returns:
        Root element local name.
      • getElmMin

        protected java.lang.String getElmMin()
        Gets the minimum element local name.
        Specified by:
        getElmMin in class EPPRegistryAbstractMinMax
        Returns:
        Minimum element local name.
      • getElmMax

        protected java.lang.String getElmMax()
        Gets the maximum element local name.
        Specified by:
        getElmMax in class EPPRegistryAbstractMinMax
        Returns:
        Maximum element local name.
      • getLogger

        protected org.slf4j.Logger getLogger()
        Gets the Logger to use.
        Specified by:
        getLogger in class EPPRegistryAbstractMinMax
        Returns:
        Logger instance to use for logging.