EPP 0.4.9

com.neulevel.biz
Class BizAccount

java.lang.Object
  extended by com.neulevel.biz.BizAccount

public class BizAccount
extends java.lang.Object

This BizAccount class defines various constants and methods related to the BIZaccount service.

Version:
$Revision: 1.2 $ $Date: 2006/03/01 01:35:38 $
Author:
Ning Zhang ning.zhang@neustar.com

Field Summary
static java.lang.String ID
          Service ID for BIZ Account
static java.lang.String PARAM_DISTLIST
          Service parameter for distribution list, which is a list of email addresses.
static java.lang.String PARAM_LANGPREF
          Service parameter for the preferred language used in service notification.
static java.lang.String PARAM_SVCLIST
          Service parameter for other services associated with the account.
 
Constructor Summary
BizAccount()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

public static final java.lang.String ID
Service ID for BIZ Account

See Also:
Constant Field Values

PARAM_DISTLIST

public static final java.lang.String PARAM_DISTLIST
Service parameter for distribution list, which is a list of email addresses.

Note: This <param> can have zero or multiple instances. It can be supplied via the <create> command and can be added or removed via the <update> command

See Also:
Constant Field Values

PARAM_LANGPREF

public static final java.lang.String PARAM_LANGPREF
Service parameter for the preferred language used in service notification. The value associated with this parameter is defined by the registry. The following is a list of languages supported:

Note: This <param> can have only one instance. It is required in the <create> command and can be changed by removing and adding this <param> in a single <update> command

See Also:
Constant Field Values

PARAM_SVCLIST

public static final java.lang.String PARAM_SVCLIST
Service parameter for other services associated with the account. This parameter value is to be set by the registry server only

Note: This <param> can have zero or multiple instances and can be returned in the response of an <info> command

See Also:
Constant Field Values
Constructor Detail

BizAccount

public BizAccount()

EPP 0.4.9

Copyright © 2001-2006 NeuStar, Inc. All Rights Reserved.