microsoft.exchange.webservices.data
Class AlternateMailbox

java.lang.Object
  extended by microsoft.exchange.webservices.data.AlternateMailbox

public final class AlternateMailbox
extends java.lang.Object

Defines the AlternateMailbox class.


Method Summary
 java.lang.String getDisplayName()
          Gets the alternate mailbox display name.
 java.lang.String getLegacyDN()
          Gets the alternate mailbox legacy DN.
 java.lang.String getServer()
          Gets the alernate mailbox server.
 java.lang.String getType()
          Gets the alternate mailbox type.
protected static AlternateMailbox loadFromXml(microsoft.exchange.webservices.data.EwsXmlReader reader)
          PLoads AlternateMailbox instance from XML.
protected  void setDisplayName(java.lang.String displayName)
          Sets the display name.
protected  void setLegacyDN(java.lang.String legacyDN)
          Sets the legacy dn.
protected  void setServer(java.lang.String server)
          Sets the server.
protected  void setType(java.lang.String type)
          Sets the type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

loadFromXml

protected static AlternateMailbox loadFromXml(microsoft.exchange.webservices.data.EwsXmlReader reader)
                                       throws java.lang.Exception
PLoads AlternateMailbox instance from XML.

Parameters:
reader - the reader
Returns:
AlternateMailbox
Throws:
java.lang.Exception - the exception

getType

public java.lang.String getType()
Gets the alternate mailbox type.

Returns:
the type

setType

protected void setType(java.lang.String type)
Sets the type.

Parameters:
type - the new type

getDisplayName

public java.lang.String getDisplayName()
Gets the alternate mailbox display name.

Returns:
the display name

setDisplayName

protected void setDisplayName(java.lang.String displayName)
Sets the display name.

Parameters:
displayName - the new display name

getLegacyDN

public java.lang.String getLegacyDN()
Gets the alternate mailbox legacy DN.

Returns:
the legacy dn

setLegacyDN

protected void setLegacyDN(java.lang.String legacyDN)
Sets the legacy dn.

Parameters:
legacyDN - the new legacy dn

getServer

public java.lang.String getServer()
Gets the alernate mailbox server.

Returns:
the server

setServer

protected void setServer(java.lang.String server)
Sets the server.

Parameters:
server - the new server