public final class FaxNumberFacade extends ValueListFacade
valueList| Constructor and Description |
|---|
FaxNumberFacade(ValueList comp)
Facade constructor
|
| Modifier and Type | Method and Description |
|---|---|
static ValueList |
createValueList(long bits,
java.lang.String teleNumber)
Creates an NDS Fax-Number ValueList.
|
static ValueList |
createValueList(long bits,
java.lang.String teleNumber,
Syntax syn)
Creates an NDS Fax-Number ValueList.
|
long |
getBits()
Retrieves the bits from the valuelist.
|
java.lang.String |
getTeleNumber()
Retrieves the telephone number from the valuelist.
|
void |
setBits(long bits)
Sets the bits in the valuelist.
|
void |
setTeleNumber(java.lang.String teleNumber)
Sets the telephone number in the valuelist.
|
getValueList, replaceBooleanValue, replaceHexValue, replaceLongValue, replaceStringValue, replaceValueListpublic FaxNumberFacade(ValueList comp) throws IncompatibleComponentException
comp - The valueList that represents the fax number data.IncompatibleComponentException - if the valueList syntax is
not "Facsimile Telephone Number".public static ValueList createValueList(long bits, java.lang.String teleNumber, Syntax syn)
Creates a valueList representing an NDS fax number.
bits - Refer to NDS Schema Reference.teleNumber - Refer to NDS Schema Reference.syn - The syntax for this value, either NDSSyntax.SYN_FAX_NUMBER
or LDAPSyntax.SYN_FAX_NUMBER.public static ValueList createValueList(long bits, java.lang.String teleNumber)
Creates a valueList representing an NDS fax number. This form is provided for backward compatibility and assumes NDS syntax.
bits - Refer to NDS Schema Reference.teleNumber - Refer to NDS Schema Reference.public long getBits()
public java.lang.String getTeleNumber()
public void setBits(long bits)
bits - The fax number bits.public void setTeleNumber(java.lang.String teleNumber)
throws FacadeParameterException
teleNumber - The telephone number.FacadeParameterException - Can not set to the value requested.
API Documentation Copyright © 1998-2004 Novell, Inc. All rights reserved.
NDS is a registered trademark of Novell, Inc. in the United States and other countries.
Generated ${TODAY} ${TSTAMP}.