com.neulevel.biz
Class BizContact
java.lang.Object
com.neulevel.biz.BizContact
- public class BizContact
- extends java.lang.Object
This BizContact
class defines various constants and methods
related to EPP Contact objects associated with the BIZprotect product suite.
Please note the following rules regarding associating a contact object with
a BIZprotect service:
If a contact object is to be associated with a BIZaccount
or BIZlock
service, it cannot be used as registrant or contacts
for a domain object.
In addition, the BIZ_USERID
field must be specified in the
<unspec> element when the contact object is created. A notification
via email or other channels will be sent out with the initial
BIZ_PASSWORD
value. The fields BIZ_USERID
and
BIZ_PASSWORD
must be specified in the element when
a contact object used for BIZaccount
or BIZlock
is updated.
The following optional fields can also be supplied in the <unspec>
element in a create or update command:
- BIZ_CONTACT_TITLE
- BIZ_CONTACT_PAGER
- BIZ_CONTACT_PHONE
- BIZ_CONTACT_PHONEEXT
- BIZ_CONTACT_EMAIL
And the following optional fields can also be supplied in the <unspec>
element in an update command:
- Version:
- $Revision: 1.1.1.1 $
- Author:
- Ning Zhang ning.zhang@neustar.com
Field Summary |
static java.lang.String |
BIZ_CONTACT_EMAIL
Secondary email to be associated with a contact object |
static java.lang.String |
BIZ_CONTACT_PAGER
Pager to be associated with a contact object |
static java.lang.String |
BIZ_CONTACT_PHONE
Secondary phone to be associated with a contact object. |
static java.lang.String |
BIZ_CONTACT_PHONEEXT
Secondary phone extenstion to be associated with a contact object. |
static java.lang.String |
BIZ_CONTACT_TITLE
Title to be associated with a contact object |
static java.lang.String |
BIZ_NEWPASSWORD
Owner user new password to be supplied in various update commands
related to contact objects, supplied in the <unspec> field |
static java.lang.String |
BIZ_PASSWORD
Owner user password to be supplied in various update commands
related to contact objects, supplied in the <unspec> field |
static java.lang.String |
BIZ_USERID
Owner user id to be supplied in various create or update commands
related to contact objects, supplied in the <unspec> field |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BIZ_USERID
public static final java.lang.String BIZ_USERID
- Owner user id to be supplied in various create or update commands
related to contact objects, supplied in the <unspec> field
- See Also:
- Constant Field Values
BIZ_PASSWORD
public static final java.lang.String BIZ_PASSWORD
- Owner user password to be supplied in various update commands
related to contact objects, supplied in the <unspec> field
- See Also:
- Constant Field Values
BIZ_NEWPASSWORD
public static final java.lang.String BIZ_NEWPASSWORD
- Owner user new password to be supplied in various update commands
related to contact objects, supplied in the <unspec> field
- See Also:
- Constant Field Values
BIZ_CONTACT_TITLE
public static final java.lang.String BIZ_CONTACT_TITLE
- Title to be associated with a contact object
- See Also:
- Constant Field Values
BIZ_CONTACT_PAGER
public static final java.lang.String BIZ_CONTACT_PAGER
- Pager to be associated with a contact object
- See Also:
- Constant Field Values
BIZ_CONTACT_PHONE
public static final java.lang.String BIZ_CONTACT_PHONE
- Secondary phone to be associated with a contact object. Its value
follows the E164 format defined in the EPP specification.
- See Also:
- Constant Field Values
BIZ_CONTACT_PHONEEXT
public static final java.lang.String BIZ_CONTACT_PHONEEXT
- Secondary phone extenstion to be associated with a contact object.
- See Also:
- Constant Field Values
BIZ_CONTACT_EMAIL
public static final java.lang.String BIZ_CONTACT_EMAIL
- Secondary email to be associated with a contact object
- See Also:
- Constant Field Values
BizContact
public BizContact()
Copyright © 2001-2002 NeuLevel, Inc. All Rights Reserved.