public final class OtherMailboxFacade extends ValueListFacade
valueList| Constructor and Description |
|---|
OtherMailboxFacade(ValueList comp)
Facade constructor
|
| Modifier and Type | Method and Description |
|---|---|
static ValueList |
createValueList(java.lang.String mailboxType,
java.lang.String mailbox,
Syntax syn)
Creates an LDAP OtherMailbox ValueList.
|
java.lang.String |
getMailbox()
Returns the mailbox.
|
java.lang.String |
getMailboxType()
Returns the MailboxType name.
|
void |
setMailbox(java.lang.String mailbox)
Sets the Mailbox.
|
void |
setMailboxType(java.lang.String mailboxType)
Sets the MailboxType name.
|
getValueList, replaceBooleanValue, replaceHexValue, replaceLongValue, replaceStringValue, replaceValueListpublic OtherMailboxFacade(ValueList comp) throws IncompatibleComponentException
comp - The ValueList that represents the Other Mailbox data.IncompatibleComponentException - Thrown if the ValueList syntax is
not "Other Mailbox".public static ValueList createValueList(java.lang.String mailboxType, java.lang.String mailbox, Syntax syn)
mailboxType - Refer to NDS Schema Reference.mailbox - Refer to NDS Schema Referencesyn - The syntax to use. LDAPSyntax.SYN_OTHER_MAILBOX.
Currently only supported by LDAP.public java.lang.String getMailboxType()
public void setMailboxType(java.lang.String mailboxType)
mailboxType - The MailboxType name.public java.lang.String getMailbox()
public void setMailbox(java.lang.String mailbox)
mailbox - The Mailbox.
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}.