Class EPPRegistryDefaultPeriodType

    • Field Detail

      • ELM_LOCALNAME

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

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

      • EPPRegistryDefaultPeriodType

        public EPPRegistryDefaultPeriodType()
      • EPPRegistryDefaultPeriodType

        public EPPRegistryDefaultPeriodType​(java.lang.Integer aNumber,
                                            EPPRegistryPeriodType.Unit aUnit)
        Constructs EPPRegistryDefaultPeriodType with a number and unit using an Integer.
        Parameters:
        aNumber - Default period number
        aUnit - Default period unit
      • EPPRegistryDefaultPeriodType

        public EPPRegistryDefaultPeriodType​(int aNumber,
                                            EPPRegistryPeriodType.Unit aUnit)
        Constructs EPPRegistryDefaultPeriodType with a number and unit using an int.
        Parameters:
        aNumber - Default period number
        aUnit - Default period unit
    • Method Detail

      • getNamespace

        public java.lang.String getNamespace()
        Returns the XML namespace associated with the EPPCodecComponent.
        Returns:
        XML namespace for the EPPCodecComponent.
      • getRootName

        protected java.lang.String getRootName()
        Gets the root element local name.
        Overrides:
        getRootName in class EPPRegistryPeriodType
        Returns:
        Root element local name.