Class EPPRegistryDefaultPeriodType

java.lang.Object
com.verisign.epp.codec.registry.v02.EPPRegistryPeriodType
com.verisign.epp.codec.registry.v02.EPPRegistryDefaultPeriodType
All Implemented Interfaces:
EPPCodecComponent, Serializable, Cloneable

public class EPPRegistryDefaultPeriodType extends EPPRegistryPeriodType
The default period length if not defined by the client.
See Also:
  • Field Details

  • Constructor Details

    • EPPRegistryDefaultPeriodType

      public EPPRegistryDefaultPeriodType()
    • EPPRegistryDefaultPeriodType

      public EPPRegistryDefaultPeriodType(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 Details

    • getNamespace

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

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