Class EPPRegistryContactOrg

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

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

  • Constructor Details

    • EPPRegistryContactOrg

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

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

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