|
|||||||||
| 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.ExtendedProperty
public final class ExtendedProperty
Represents an extended property.
| Constructor Summary | |
|---|---|
protected |
ExtendedProperty()
Initializes a new instance. |
protected |
ExtendedProperty(ExtendedPropertyDefinition propertyDefinition)
* Initializes a new instance. |
| Method Summary | |
|---|---|
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. |
protected boolean |
tryReadElementFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader)
* Tries to read element from XML. |
protected void |
writeElementsToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer)
Writes elements to XML. |
| Methods inherited from class microsoft.exchange.webservices.data.ComplexProperty |
|---|
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, clearChangeLog, getNamespace, internalValidate, loadFromXml, loadFromXml, readAttributesFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, validate, writeAttributesToXml, writeToXml, writeToXml |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected ExtendedProperty()
protected ExtendedProperty(ExtendedPropertyDefinition propertyDefinition)
throws Exception
propertyDefinition - The definition of the extended property.
Exception - the exception| Method Detail |
|---|
protected boolean tryReadElementFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader)
throws Exception
tryReadElementFromXml in class ComplexPropertyreader - The reader.
Exception - the exception
protected void writeElementsToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer)
throws ServiceXmlSerializationException,
XMLStreamException
writeElementsToXml in class ComplexPropertywriter - the writer
ServiceXmlSerializationException - the service xml serialization exception
XMLStreamException - the xML stream exceptionpublic ExtendedPropertyDefinition getPropertyDefinition()
public Object getValue()
public void setValue(Object val)
throws Exception
val - value of the extended property
Exception - the exceptionpublic boolean equals(Object obj)
equals in class Objectobj - the obj
public int hashCode()
hashCode in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||