|
||||||||
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,
java.lang.String imAddress)
Initializes a new instance of the ="ImAddressEntry" class. |
Method Summary | |
---|---|
java.lang.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(java.lang.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, 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, java.lang.String imAddress)
key
- The key.imAddress
- The im address.Method Detail |
---|
public java.lang.String getImAddress()
public void setImAddress(java.lang.Object value)
value
- the new im addressprotected void readTextValueFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader) throws javax.xml.stream.XMLStreamException, ServiceXmlDeserializationException
readTextValueFromXml
in class ComplexProperty
reader
- accepts EwsServiceXmlReader
javax.xml.stream.XMLStreamException
- the xML stream exception
ServiceXmlDeserializationException
- the service xml deserialization exceptionprotected void writeElementsToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer) throws ServiceXmlSerializationException
writeElementsToXml
in class ComplexProperty
writer
- The writer.
ServiceXmlSerializationException
- the service xml serialization exception
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |