|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.ComplexProperty
public abstract class ComplexProperty
Represents a property that can be sent to or retrieved from EWS.
| Constructor Summary | |
|---|---|
protected |
ComplexProperty()
* Initializes a new instance. |
| Method Summary | ||
|---|---|---|
protected void |
addOnChangeEvent(microsoft.exchange.webservices.data.IComplexPropertyChangedDelegate change)
Set event to happen when property changed. |
|
protected
|
canSetFieldValue(T field,
T value)
* Sets value of field. |
|
protected void |
changed()
Instance was changed. |
|
protected void |
clearChangeEvents()
* Clears change events list. |
|
protected void |
clearChangeLog()
Clears the change log. |
|
protected microsoft.exchange.webservices.data.XmlNamespace |
getNamespace()
Gets the namespace. |
|
protected void |
internalValidate()
* Validates this instance. |
|
protected void |
loadFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader,
String xmlElementName)
* Loads from XML. |
|
protected void |
loadFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader,
microsoft.exchange.webservices.data.XmlNamespace xmlNamespace,
String xmlElementName)
* Loads from XML. |
|
protected void |
readAttributesFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader)
* Reads the attributes from XML. |
|
protected void |
readTextValueFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader)
* Reads the text value from XML. |
|
protected void |
removeChangeEvent(microsoft.exchange.webservices.data.IComplexPropertyChangedDelegate change)
Remove the event from happening when property changed. |
|
protected void |
setNamespace(microsoft.exchange.webservices.data.XmlNamespace xmlNamespace)
Sets the namespace. |
|
protected boolean |
tryReadElementFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader)
* Tries to read element from XML. |
|
void |
validate()
* Implements ISelfValidate.validate. |
|
protected void |
writeAttributesToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer)
* Writes the attributes to XML. |
|
protected void |
writeElementsToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer)
* Writes elements to XML. |
|
protected void |
writeToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer,
String xmlElementName)
* Writes to XML. |
|
protected void |
writeToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer,
microsoft.exchange.webservices.data.XmlNamespace xmlNamespace,
String xmlElementName)
* Writes to XML. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected ComplexProperty()
| Method Detail |
|---|
protected microsoft.exchange.webservices.data.XmlNamespace getNamespace()
protected void setNamespace(microsoft.exchange.webservices.data.XmlNamespace xmlNamespace)
xmlNamespace - the namespace.protected void changed()
protected <T> boolean canSetFieldValue(T field,
T value)
T - Field type.field - The field.value - The value.
protected void clearChangeLog()
protected void readAttributesFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader)
throws Exception
reader - The reader.
Exception - the exception
protected void readTextValueFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader)
throws Exception
reader - The reader.
Exception - the exception
protected boolean tryReadElementFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader)
throws Exception
reader - The reader.
Exception - the exception
protected void writeAttributesToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer)
throws ServiceXmlSerializationException
writer - The writer.
ServiceXmlSerializationException - the service xml serialization exception
protected void writeElementsToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer)
throws Exception
writer - The writer.
Exception - the exception
protected void loadFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader,
microsoft.exchange.webservices.data.XmlNamespace xmlNamespace,
String xmlElementName)
throws Exception
reader - The reader.xmlNamespace - the xml namespacexmlElementName - Name of the XML element.
Exception - the exception
protected void loadFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader,
String xmlElementName)
throws Exception
reader - The reader.xmlElementName - Name of the XML element.
Exception - the exception
protected void writeToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer,
microsoft.exchange.webservices.data.XmlNamespace xmlNamespace,
String xmlElementName)
throws Exception
writer - The writer.xmlNamespace - The XML namespace.xmlElementName - Name of the XML element.
Exception - the exception
protected void writeToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer,
String xmlElementName)
throws Exception
writer - The writer.xmlElementName - Name of the XML element.
Exception - the exceptionprotected void addOnChangeEvent(microsoft.exchange.webservices.data.IComplexPropertyChangedDelegate change)
change - change eventprotected void removeChangeEvent(microsoft.exchange.webservices.data.IComplexPropertyChangedDelegate change)
change - change eventprotected void clearChangeEvents()
public void validate()
throws ServiceValidationException,
Exception
ServiceValidationException - the service validation exception
Exception - the exception
protected void internalValidate()
throws ServiceValidationException,
Exception
ServiceValidationException - the service validation exception
Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||