|
|||||||||
| 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<TKey>
TKey - the generic typepublic abstract class DictionaryEntryProperty<TKey>
Represents an entry of a DictionaryProperty object. All descendants of DictionaryEntryProperty must implement a parameterless constructor. That constructor does not have to be public. That constructor does not have to be public.
| Constructor Summary | |
|---|---|
protected |
DictionaryEntryProperty(Class<TKey> cls)
Initializes a new instance of the "DictionaryEntryProperty<TKey>" class. |
protected |
DictionaryEntryProperty(Class<TKey> cls,
TKey key)
Initializes a new instance of the "DictionaryEntryProperty<TKey>" class. |
| Method Summary | |
|---|---|
protected TKey |
getKey()
Gets the key. |
protected void |
readAttributesFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader)
Reads the attributes from XML. |
protected void |
setKey(TKey value)
Sets the key. |
protected void |
writeAttributesToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer)
Writes the attributes to XML. |
protected boolean |
writeDeleteUpdateToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer,
ServiceObject ewsObject)
Writes the delete update to XML. |
protected boolean |
writeSetUpdateToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer,
ServiceObject ewsObject,
String ownerDictionaryXmlElementName)
Writes the set update to XML. |
| Methods inherited from class microsoft.exchange.webservices.data.ComplexProperty |
|---|
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, clearChangeLog, getNamespace, internalValidate, loadFromXml, loadFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, tryReadElementFromXml, validate, writeElementsToXml, writeToXml, writeToXml |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected DictionaryEntryProperty(Class<TKey> cls)
protected DictionaryEntryProperty(Class<TKey> cls,
TKey key)
key - The key.| Method Detail |
|---|
protected TKey getKey()
protected void setKey(TKey value)
value - the value to set
protected void readAttributesFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader)
throws Exception
readAttributesFromXml in class ComplexPropertyreader - accepts EwsServiceXmlReader
Exception - throws Exception
protected void writeAttributesToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer)
throws ServiceXmlSerializationException
writeAttributesToXml in class ComplexPropertywriter - accepts EwsServiceXmlWriter
ServiceXmlSerializationException - throws ServiceXmlSerializationException
protected boolean writeSetUpdateToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer,
ServiceObject ewsObject,
String ownerDictionaryXmlElementName)
throws XMLStreamException,
ServiceXmlSerializationException
writer - The writer.ewsObject - The ews object.ownerDictionaryXmlElementName - Name of the owner dictionary XML element.
XMLStreamException - the xML stream exception
ServiceXmlSerializationException - the service xml serialization exception
protected boolean writeDeleteUpdateToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer,
ServiceObject ewsObject)
throws XMLStreamException,
ServiceXmlSerializationException
writer - The writer.ewsObject - The ews object.
XMLStreamException - the xML stream exception
ServiceXmlSerializationException - the service xml serialization exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||