|
||||||||||
| 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.ldap.OtherMailboxFacade
Facade for the LDAP Other Mailbox syntax.
| Field Summary |
| Fields inherited from class com.novell.admin.ns.ValueListFacade |
valueList |
| Constructor Summary | |
OtherMailboxFacade(ValueList comp)
Facade constructor |
|
| Method Summary | |
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. |
| 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 OtherMailboxFacade(ValueList comp)
throws IncompatibleComponentException
comp - The ValueList that represents the Other Mailbox data.
IncompatibleComponentException - Thrown if the ValueList syntax is
not "Other Mailbox".| Method Detail |
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 getMailbox()
public java.lang.String getMailboxType()
public void setMailbox(java.lang.String mailbox)
mailbox - The Mailbox.public void setMailboxType(java.lang.String mailboxType)
mailboxType - The MailboxType name.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||