|
||||||||
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(java.lang.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, func, getNamespace, internalValidate, loadFromXml, loadFromXml, removeChangeEvent, setNamespace, tryReadElementFromXml, tryReadElementFromXmlToPatch, updateFromXml, updateFromXml, 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 java.lang.Exception
readAttributesFromXml
in class DictionaryEntryProperty<EmailAddressKey>
reader
- accepts EwsServiceXmlReader
java.lang.Exception
- throws Exceptionprotected void readTextValueFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader) throws java.lang.Exception
readTextValueFromXml
in class ComplexProperty
reader
- accepts EwsServiceXmlReader
java.lang.Exception
- the exceptionprotected void writeAttributesToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer) throws ServiceXmlSerializationException
writeAttributesToXml
in class DictionaryEntryProperty<EmailAddressKey>
writer
- accepts EwsServiceXmlWriter
ServiceXmlSerializationException
- throws ServiceXmlSerializationExceptionprotected void writeElementsToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer) throws ServiceXmlSerializationException
writeElementsToXml
in class ComplexProperty
writer
- accepts EwsServiceXmlWriter
ServiceXmlSerializationException
- throws ServiceXmlSerializationExceptionpublic EmailAddress getEmailAddress()
public void setEmailAddress(java.lang.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 |