Class EPPRegistryDomainHostLimit

  • All Implemented Interfaces:
    EPPCodecComponent, java.io.Serializable, java.lang.Cloneable

    public class EPPRegistryDomainHostLimit
    extends EPPRegistryAbstractMinMax
    Defines the minimum and maximum number of subordinate host objects (child hosts) for a domain object.
    See Also:
    Serialized Form
    • Field Detail

      • ELM_LOCALNAME

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

        public static final java.lang.String ELM_NAME
        Constant for the EPPRegistryDomainHostLimit (prefix and local name)
        See Also:
        Constant Field Values
    • Constructor Detail

      • EPPRegistryDomainHostLimit

        public EPPRegistryDomainHostLimit()
        Creates a new EPPRegistryDomainHostLimit object.
      • EPPRegistryDomainHostLimit

        public EPPRegistryDomainHostLimit​(java.lang.Integer aMin,
                                          java.lang.Integer aMax)
        Creates a new EPPRegistryDomainHostLimit object that takes both the minimum and maximum values as Integer's.
        Parameters:
        aMin - Minimum value
        aMax - Maximum value
      • EPPRegistryDomainHostLimit

        public EPPRegistryDomainHostLimit​(int aMin,
                                          int aMax)
        Creates a new EPPRegistryDomainHostLimit 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.