Class EPPRegistryContactName

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

public class EPPRegistryContactName extends EPPRegistryAbstractMinMax
Represents the minimum and maximum length of <contact:name> element defined RFC 5733 using the <registry:minLength> and <registry:maxLength> child elements, respectively.
See Also:
  • Field Details

  • Constructor Details

    • EPPRegistryContactName

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

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

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