Class NSSubProduct

java.lang.Object
com.verisign.epp.namestore.interfaces.NSSubProduct

@Deprecated public class NSSubProduct extends Object
Deprecated.
Use the a-label TLD for the subProductID, except for use of "dotCC" for CC, "dotTV" for TV, and "dotJOBS" for JOBS.
NameStore sub-product id constants used with either NSDomain.setSubProductID(String), NSHost.setSubProductID(String), or NSContact.setSubProductID(String).
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Deprecated.
    Constant when targeting the CC registry/sub-product.
    static final String
    Deprecated.
    Constant when targeting the COM registry/sub-product.
    static final String
    Deprecated.
    Constant when targeting the EDU registry/sub-product.
    static final String
    Deprecated.
    Constant when targeting the JOBS registry/sub-product.
    static final String
    Deprecated.
    Constant when targeting the NAME registry/sub-product.
    static final String
    Deprecated.
    Constant when targeting the NET registry/sub-product.
    static final String
    Deprecated.
    Constant when targeting the TV registry/sub-product.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • CC

      public static final String CC
      Deprecated.
      Constant when targeting the CC registry/sub-product.
      See Also:
    • TV

      public static final String TV
      Deprecated.
      Constant when targeting the TV registry/sub-product.
      See Also:
    • COM

      public static final String COM
      Deprecated.
      Constant when targeting the COM registry/sub-product.
      See Also:
    • NET

      public static final String NET
      Deprecated.
      Constant when targeting the NET registry/sub-product.
      See Also:
    • EDU

      public static final String EDU
      Deprecated.
      Constant when targeting the EDU registry/sub-product.
      See Also:
    • JOBS

      public static final String JOBS
      Deprecated.
      Constant when targeting the JOBS registry/sub-product.
      See Also:
    • NAME

      public static final String NAME
      Deprecated.
      Constant when targeting the NAME registry/sub-product.
      See Also:
  • Constructor Details

    • NSSubProduct

      public NSSubProduct()
      Deprecated.