|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.novell.admin.ns.ValueListFacade
com.novell.admin.ns.nds.FaxNumberFacade
Facade for NDS Fax-Number syntax.
| Field Summary |
| Fields inherited from class com.novell.admin.ns.ValueListFacade |
valueList |
| Constructor Summary | |
FaxNumberFacade(ValueList comp)
Facade constructor |
|
| Method Summary | |
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. |
| Methods inherited from class com.novell.admin.ns.ValueListFacade |
getValueList, replaceBooleanValue, replaceHexValue, replaceLongValue, replaceStringValue, replaceValueList |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FaxNumberFacade(ValueList comp)
throws IncompatibleComponentException
comp - The valueList that represents the fax number data.
IncompatibleComponentException - if the valueList syntax is
not "Facsimile Telephone Number".| Method Detail |
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 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 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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||