|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.ComplexProperty
microsoft.exchange.webservices.data.DictionaryEntryProperty<EmailAddressKey>
microsoft.exchange.webservices.data.EmailAddressEntry
public final class EmailAddressEntry
Represents an entry of an EmailAddressDictionary.
| Constructor Summary | |
|---|---|
protected |
EmailAddressEntry()
Initializes a new instance of the |
protected |
EmailAddressEntry(EmailAddressKey key,
EmailAddress emailAddress)
Initializes a new instance of the "EmailAddressEntry" class. |
| Method Summary | |
|---|---|
void |
complexPropertyChanged(ComplexProperty complexProperty)
Complex property changed. |
EmailAddress |
getEmailAddress()
Gets the e-mail address of the entry. |
protected void |
readAttributesFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader)
Reads the attributes from XML. |
protected void |
readTextValueFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader)
Reads the text value from XML. |
void |
setEmailAddress(Object value)
Sets the e-mail address of the entry. |
protected void |
writeAttributesToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer)
Writes the attributes to XML. |
protected void |
writeElementsToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer)
Writes elements to XML. |
| Methods inherited from class microsoft.exchange.webservices.data.DictionaryEntryProperty |
|---|
getKey, setKey, writeDeleteUpdateToXml, writeSetUpdateToXml |
| Methods inherited from class microsoft.exchange.webservices.data.ComplexProperty |
|---|
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, clearChangeLog, getNamespace, internalValidate, loadFromXml, loadFromXml, removeChangeEvent, setNamespace, tryReadElementFromXml, validate, writeToXml, writeToXml |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected EmailAddressEntry()
protected EmailAddressEntry(EmailAddressKey key,
EmailAddress emailAddress)
key - The key.emailAddress - The email address.| Method Detail |
|---|
protected void readAttributesFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader)
throws Exception
readAttributesFromXml in class DictionaryEntryProperty<EmailAddressKey>reader - accepts EwsServiceXmlReader
Exception - throws Exception
protected void readTextValueFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader)
throws Exception
readTextValueFromXml in class ComplexPropertyreader - accepts EwsServiceXmlReader
Exception - the exception
protected void writeAttributesToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer)
throws ServiceXmlSerializationException
writeAttributesToXml in class DictionaryEntryProperty<EmailAddressKey>writer - accepts EwsServiceXmlWriter
ServiceXmlSerializationException - throws ServiceXmlSerializationException
protected void writeElementsToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer)
throws ServiceXmlSerializationException
writeElementsToXml in class ComplexPropertywriter - accepts EwsServiceXmlWriter
ServiceXmlSerializationException - throws ServiceXmlSerializationExceptionpublic EmailAddress getEmailAddress()
public void setEmailAddress(Object value)
value - the new email addresspublic void complexPropertyChanged(ComplexProperty complexProperty)
complexProperty - the complex property
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||