|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.property.complex.ComplexProperty
microsoft.exchange.webservices.data.property.complex.DictionaryEntryProperty<ImAddressKey>
microsoft.exchange.webservices.data.property.complex.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. |
void |
readTextValueFromXml(EwsServiceXmlReader reader)
Reads the text value from XML. |
void |
setImAddress(Object value)
Sets the Instant Messaging address of the entry. |
void |
writeElementsToXml(EwsServiceXmlWriter writer)
Writes elements to XML. |
| Methods inherited from class microsoft.exchange.webservices.data.property.complex.DictionaryEntryProperty |
|---|
getKey, readAttributesFromXml, setKey, writeAttributesToXml, writeDeleteUpdateToXml, writeSetUpdateToXml |
| Methods inherited from class microsoft.exchange.webservices.data.property.complex.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 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
public void readTextValueFromXml(EwsServiceXmlReader reader)
throws XMLStreamException,
ServiceXmlDeserializationException
readTextValueFromXml in class ComplexPropertyreader - accepts EwsServiceXmlReader
XMLStreamException - the XML stream exception
ServiceXmlDeserializationException - the service xml deserialization exception
public void writeElementsToXml(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 | |||||||||