Class EPPRegistryPendingDeletePeriodType

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

public class EPPRegistryPendingDeletePeriodType extends EPPRegistryPeriodType
Defines the length of time that the domain object will remain in the pendingDelete status prior to be purged.
See Also:
  • Field Details

    • ELM_NAME

      public static final String ELM_NAME
      XML Element Name of EPPRegistryPendingDeletePeriodType root element.
      See Also:
  • Constructor Details

    • EPPRegistryPendingDeletePeriodType

      public EPPRegistryPendingDeletePeriodType()
    • EPPRegistryPendingDeletePeriodType

      public EPPRegistryPendingDeletePeriodType(Integer number, String unit)
      Constructs an instance of EPPRegistryPendingDeletePeriodType with number and unit.
      Parameters:
      number - number must be > 0
      unit - unit must be one of "y", "m", "d", or "h"
    • EPPRegistryPendingDeletePeriodType

      public EPPRegistryPendingDeletePeriodType(int number, String unit)
      Constructs an instance of EPPRegistryPendingDeletePeriodType with number and unit.
      Parameters:
      number - number must be > 0
      unit - unit must be one of "y", "m", "d", or "h"
  • Method Details

    • equals

      public boolean equals(Object aObject)
      Compare an instance of EPPRegistryPendingDeletePeriodType with this instance.
      Overrides:
      equals in class EPPRegistryPeriodType
      Parameters:
      aObject - Object to compare with.
      Returns:
      true if equal; false otherwise.
    • getNamespace

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