|
||||||||
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(java.lang.Object obj)
Determines whether the specified |
ExtendedPropertyDefinition |
getPropertyDefinition()
Gets the definition of the extended property. |
java.lang.Object |
getValue()
* Gets the value of the extended property. |
int |
hashCode()
Serves as a hash function for a particular type. |
void |
setValue(java.lang.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, func, getNamespace, internalValidate, loadFromXml, loadFromXml, readAttributesFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, tryReadElementFromXmlToPatch, updateFromXml, updateFromXml, 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 java.lang.Exception
propertyDefinition
- The definition of the extended property.
java.lang.Exception
- the exceptionMethod Detail |
---|
protected boolean tryReadElementFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader) throws java.lang.Exception
tryReadElementFromXml
in class ComplexProperty
reader
- The reader.
java.lang.Exception
- the exceptionprotected void writeElementsToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer) throws ServiceXmlSerializationException, javax.xml.stream.XMLStreamException
writeElementsToXml
in class ComplexProperty
writer
- the writer
ServiceXmlSerializationException
- the service xml serialization exception
javax.xml.stream.XMLStreamException
- the xML stream exceptionpublic ExtendedPropertyDefinition getPropertyDefinition()
public java.lang.Object getValue()
public void setValue(java.lang.Object val) throws java.lang.Exception
val
- value of the extended property
java.lang.Exception
- the exceptionpublic boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- the obj
public int hashCode()
hashCode
in class java.lang.Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |