|
|||||||||
| 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<ImAddressKey>
microsoft.exchange.webservices.data.ImAddressEntry
public final class ImAddressEntry
Represents an entry of an ImAddressDictionary.
| Constructor Summary | |
|---|---|
protected |
ImAddressEntry()
Initializes a new instance of the "ImAddressEntry" class. |
protected |
ImAddressEntry(ImAddressKey key,
String imAddress)
Initializes a new instance of the ="ImAddressEntry" class. |
| Method Summary | |
|---|---|
String |
getImAddress()
Gets the Instant Messaging address of the entry. |
protected void |
readTextValueFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader)
* Reads the text value from XML. |
void |
setImAddress(Object value)
Sets the Instant Messaging address of the entry. |
protected void |
writeElementsToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer)
Writes elements to XML. |
| Methods inherited from class microsoft.exchange.webservices.data.DictionaryEntryProperty |
|---|
getKey, readAttributesFromXml, setKey, writeAttributesToXml, 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 ImAddressEntry()
protected ImAddressEntry(ImAddressKey key,
String imAddress)
key - The key.imAddress - The im address.| Method Detail |
|---|
public String getImAddress()
public void setImAddress(Object value)
value - the new im address
protected void readTextValueFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader)
throws XMLStreamException,
ServiceXmlDeserializationException
readTextValueFromXml in class ComplexPropertyreader - accepts EwsServiceXmlReader
XMLStreamException - the xML stream exception
ServiceXmlDeserializationException - the service xml deserialization exception
protected void writeElementsToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer)
throws ServiceXmlSerializationException
writeElementsToXml in class ComplexPropertywriter - The writer.
ServiceXmlSerializationException - the service xml serialization exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||