EPP 0.4.9

com.neulevel.biz
Class BizLock

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

public class BizLock
extends java.lang.Object

This BizLock class defines various constants and methods related to the BIZlock 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 lock.
static java.lang.String PARAM_BIZACCOUNT
          Service parameter for the BIZaccount to be associated with.
static java.lang.String PARAM_DOMAIN
          Service parameter for the domain name to be locked.
static java.lang.String PARAM_DOMAIN_AUTHINFO
          Service parameter for the authinfo (password) associated with the domain name to be locked.
static java.lang.String PARAM_LOCKSTATE
          Service parameter for the state of the lock.
static java.lang.String PARAM_LOCKTYPE
          Service parameter for the BIZlock type.
static java.lang.String PARAM_PASSWORD
          Service parameter for the password associated with registrant.
static java.lang.String PARAM_USERID
          Service parameter for the UserID associated with registrant.
static java.lang.String VALUE_LOCKSTATE_OFF
          Service parameter value for the state of the lock: off
static java.lang.String VALUE_LOCKSTATE_ON
          Service parameter value for the state of the lock: on
static java.lang.String VALUE_LOCKTYPE_HARDLOCK
          Service parameter value for the BIZlock type: hard, the BIZlock Basic&153; service.
static java.lang.String VALUE_LOCKTYPE_SOFTLOCK
          Service parameter value for the BIZlock type: soft, the BIZlock Select&153; service.
 
Constructor Summary
BizLock()
           
 
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 lock.

Note: this <service> element is REQUIRED when the object is created and cannot be changed via the <update> command. It can have only one instance

See Also:
Constant Field Values

PARAM_DOMAIN

public static final java.lang.String PARAM_DOMAIN
Service parameter for the domain name to be locked.

Note: this <param> element is REQUIRED when the object is created and cannot be changed via the <update> command. It can have only one instance. The domain must be already registered in the registry

See Also:
Constant Field Values

PARAM_DOMAIN_AUTHINFO

public static final java.lang.String PARAM_DOMAIN_AUTHINFO
Service parameter for the authinfo (password) associated with the domain name to be locked.

Note: this <param> element is REQUIRED when the object is created and can have only one instance. It SHOULD not be returned in the response of an <info> command. The domain must be already registered in the registry

See Also:
Constant Field Values

PARAM_BIZACCOUNT

public static final java.lang.String PARAM_BIZACCOUNT
Service parameter for the BIZaccount to be associated with.

Note: this <param> element is REQUIRED when the object is created and cannot be changed via the <update> command. It can have only one instance

See Also:
Constant Field Values

PARAM_USERID

public static final java.lang.String PARAM_USERID
Service parameter for the UserID associated with registrant.

Note: this <param> element is REQUIRED when the object is created and can have only one instance. It SHOULD not be returned in the response of an <info> command.

See Also:
Constant Field Values

PARAM_PASSWORD

public static final java.lang.String PARAM_PASSWORD
Service parameter for the password associated with registrant.

Note: this <param> element is REQUIRED when the object is created and can have only one instance. It SHOULD not be returned in the response of an <info> command.

See Also:
Constant Field Values

PARAM_LOCKTYPE

public static final java.lang.String PARAM_LOCKTYPE
Service parameter for the BIZlock type.

It can be one of the following two values:

Note: this <param> element is REQUIRED when the object is created and cannot be changed via the <update> command. It can have only one instance

See Also:
Constant Field Values

VALUE_LOCKTYPE_SOFTLOCK

public static final java.lang.String VALUE_LOCKTYPE_SOFTLOCK
Service parameter value for the BIZlock type: soft, the BIZlock Select&153; service.

See Also:
Constant Field Values

VALUE_LOCKTYPE_HARDLOCK

public static final java.lang.String VALUE_LOCKTYPE_HARDLOCK
Service parameter value for the BIZlock type: hard, the BIZlock Basic&153; service.

See Also:
Constant Field Values

PARAM_LOCKSTATE

public static final java.lang.String PARAM_LOCKSTATE
Service parameter for the state of the lock. It can be two values:

Note: this <param> element is REQUIRED when the object is created and CAN BE changed via the <update> command. It can have only one instance

See Also:
Constant Field Values

VALUE_LOCKSTATE_ON

public static final java.lang.String VALUE_LOCKSTATE_ON
Service parameter value for the state of the lock: on

See Also:
Constant Field Values

VALUE_LOCKSTATE_OFF

public static final java.lang.String VALUE_LOCKSTATE_OFF
Service parameter value for the state of the lock: off

See Also:
Constant Field Values
Constructor Detail

BizLock

public BizLock()

EPP 0.4.9

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