|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmicrosoft.exchange.webservices.data.AlternateMailbox
public final class AlternateMailbox
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 |
---|
protected static AlternateMailbox loadFromXml(microsoft.exchange.webservices.data.EwsXmlReader reader) throws java.lang.Exception
reader
- the reader
java.lang.Exception
- the exceptionpublic java.lang.String getType()
protected void setType(java.lang.String type)
type
- the new typepublic java.lang.String getDisplayName()
protected void setDisplayName(java.lang.String displayName)
displayName
- the new display namepublic java.lang.String getLegacyDN()
protected void setLegacyDN(java.lang.String legacyDN)
legacyDN
- the new legacy dnpublic java.lang.String getServer()
protected void setServer(java.lang.String server)
server
- the new server
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |