com.novell.admin.ns.ldap
Class OtherMailboxFacade

java.lang.Object
  extended bycom.novell.admin.ns.ValueListFacade
      extended bycom.novell.admin.ns.ldap.OtherMailboxFacade

public final class OtherMailboxFacade
extends ValueListFacade

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

OtherMailboxFacade

public OtherMailboxFacade(ValueList comp)
                   throws IncompatibleComponentException
Facade constructor

Parameters:
comp - The ValueList that represents the Other Mailbox data.
Throws:
IncompatibleComponentException - Thrown if the ValueList syntax is not "Other Mailbox".
Method Detail

createValueList

public static ValueList createValueList(java.lang.String mailboxType,
                                        java.lang.String mailbox,
                                        Syntax syn)
Creates an LDAP OtherMailbox ValueList.

Parameters:
mailboxType - Refer to NDS Schema Reference.
mailbox - Refer to NDS Schema Reference
syn - The syntax to use. LDAPSyntax.SYN_OTHER_MAILBOX. Currently only supported by LDAP.
Returns:
A new OtherMailbox ValueList.

getMailbox

public java.lang.String getMailbox()
Returns the mailbox.

Returns:
The mailbox component of the object

getMailboxType

public java.lang.String getMailboxType()
Returns the MailboxType name.

Returns:
The name of the MailboxType component of the object.

setMailbox

public void setMailbox(java.lang.String mailbox)
Sets the Mailbox.

Parameters:
mailbox - The Mailbox.

setMailboxType

public void setMailboxType(java.lang.String mailboxType)
Sets the MailboxType name.

Parameters:
mailboxType - The MailboxType name.


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 September 2 2004 0111.