|
||||||||
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(java.lang.Class<TKey> cls)
Initializes a new instance of the "DictionaryEntryProperty<TKey>" class. |
protected |
DictionaryEntryProperty(java.lang.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,
java.lang.String ownerDictionaryXmlElementName)
Writes the set update to XML. |
Methods inherited from class microsoft.exchange.webservices.data.ComplexProperty |
---|
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, clearChangeLog, func, getNamespace, internalValidate, loadFromXml, loadFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, tryReadElementFromXml, tryReadElementFromXmlToPatch, updateFromXml, updateFromXml, 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(java.lang.Class<TKey> cls)
protected DictionaryEntryProperty(java.lang.Class<TKey> cls, TKey key)
key
- The key.Method Detail |
---|
protected TKey getKey()
protected void setKey(TKey value)
value
- the value to setprotected void readAttributesFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader) throws java.lang.Exception
readAttributesFromXml
in class ComplexProperty
reader
- accepts EwsServiceXmlReader
java.lang.Exception
- throws Exceptionprotected void writeAttributesToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer) throws ServiceXmlSerializationException
writeAttributesToXml
in class ComplexProperty
writer
- accepts EwsServiceXmlWriter
ServiceXmlSerializationException
- throws ServiceXmlSerializationExceptionprotected boolean writeSetUpdateToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer, ServiceObject ewsObject, java.lang.String ownerDictionaryXmlElementName) throws javax.xml.stream.XMLStreamException, ServiceXmlSerializationException
writer
- The writer.ewsObject
- The ews object.ownerDictionaryXmlElementName
- Name of the owner dictionary XML element.
javax.xml.stream.XMLStreamException
- the xML stream exception
ServiceXmlSerializationException
- the service xml serialization exceptionprotected boolean writeDeleteUpdateToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer, ServiceObject ewsObject) throws javax.xml.stream.XMLStreamException, ServiceXmlSerializationException
writer
- The writer.ewsObject
- The ews object.
javax.xml.stream.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 |