EPP 0.2.5

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.

Version:
$Revision$
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 update commands related to contact objects, supplied in the <unspec> field
 
Constructor Summary
BizContact()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BIZ_USERID

public static final java.lang.String BIZ_USERID
Owner user id to be supplied in various update commands related to contact objects, supplied in the <unspec> field

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

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

BIZ_CONTACT_TITLE

public static final java.lang.String BIZ_CONTACT_TITLE
Title to be associated with a contact object

BIZ_CONTACT_PAGER

public static final java.lang.String BIZ_CONTACT_PAGER
Pager to be associated with a contact object

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.

BIZ_CONTACT_PHONEEXT

public static final java.lang.String BIZ_CONTACT_PHONEEXT
Secondary phone extenstion to be associated with a contact object.

BIZ_CONTACT_EMAIL

public static final java.lang.String BIZ_CONTACT_EMAIL
Secondary email to be associated with a contact object
Constructor Detail

BizContact

public BizContact()

EPP 0.2.5

Copyright © 2001-2002 NeuLevel, Inc. All Rights Reserved.