public final class ExtendedProperty extends ComplexProperty
| Modifier | Constructor and Description |
|---|---|
protected |
ExtendedProperty()
Initializes a new instance.
|
protected |
ExtendedProperty(ExtendedPropertyDefinition propertyDefinition)
Initializes a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Determines whether the specified
|
ExtendedPropertyDefinition |
getPropertyDefinition()
Gets the definition of the extended property.
|
Object |
getValue()
Gets the value of the extended property.
|
int |
hashCode()
Serves as a hash function for a particular type.
|
void |
setValue(Object val)
Sets the value of the extended property.
|
boolean |
tryReadElementFromXml(EwsServiceXmlReader reader)
Tries to read element from XML.
|
void |
writeElementsToXml(EwsServiceXmlWriter writer)
Writes elements to XML.
|
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, clearChangeLog, func, getNamespace, internalValidate, loadFromXml, loadFromXml, readAttributesFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, tryReadElementFromXmlToPatch, updateFromXml, updateFromXml, validate, writeAttributesToXml, writeToXml, writeToXmlprotected ExtendedProperty()
protected ExtendedProperty(ExtendedPropertyDefinition propertyDefinition) throws Exception
propertyDefinition - The definition of the extended property.Exception - the exceptionpublic boolean tryReadElementFromXml(EwsServiceXmlReader reader) throws Exception
tryReadElementFromXml in class ComplexPropertyreader - The reader.Exception - the exceptionpublic void writeElementsToXml(EwsServiceXmlWriter writer) throws ServiceXmlSerializationException, XMLStreamException
writeElementsToXml in class ComplexPropertywriter - the writerServiceXmlSerializationException - the service xml serialization exceptionXMLStreamException - the XML stream exceptionpublic ExtendedPropertyDefinition getPropertyDefinition()
public void setValue(Object val) throws Exception
val - value of the extended propertyException - the exceptionpublic boolean equals(Object obj)
Copyright © 2012–2015 Microsoft. All rights reserved.