public abstract class RecurrenceRange extends ComplexProperty
| Modifier | Constructor and Description |
|---|---|
protected |
RecurrenceRange()
Initializes a new instance.
|
protected |
RecurrenceRange(Date startDate)
Initializes a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
changed()
Changes handler.
|
protected Recurrence |
getRecurrence()
Gets or sets the recurrence.
|
protected Date |
getStartDate()
Gets the start date.
|
abstract String |
getXmlElementName()
Gets the name of the XML element.
|
protected void |
setRecurrence(Recurrence value)
Sets the recurrence.
|
protected void |
setStartDate(Date value)
Sets the start date.
|
void |
setupRecurrence(Recurrence recurrence)
Setup the recurrence.
|
boolean |
tryReadElementFromXml(EwsServiceXmlReader reader)
Tries to read element from XML.
|
void |
writeElementsToXml(EwsServiceXmlWriter writer)
Writes elements to XML..
|
addOnChangeEvent, canSetFieldValue, clearChangeEvents, clearChangeLog, func, getNamespace, internalValidate, loadFromXml, loadFromXml, readAttributesFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, tryReadElementFromXmlToPatch, updateFromXml, updateFromXml, validate, writeAttributesToXml, writeToXml, writeToXmlprotected RecurrenceRange()
protected RecurrenceRange(Date startDate)
startDate - the start datepublic void changed()
changed in class ComplexPropertypublic void setupRecurrence(Recurrence recurrence) throws Exception
recurrence - the new up recurrenceException - the exceptionpublic void writeElementsToXml(EwsServiceXmlWriter writer) throws XMLStreamException, ServiceXmlSerializationException
writeElementsToXml in class ComplexPropertywriter - the writerXMLStreamException - the XML stream exceptionServiceXmlSerializationException - the service xml serialization exceptionpublic boolean tryReadElementFromXml(EwsServiceXmlReader reader) throws Exception
tryReadElementFromXml in class ComplexPropertyreader - the readerException - the exceptionpublic abstract String getXmlElementName()
protected Recurrence getRecurrence()
protected void setRecurrence(Recurrence value)
value - the new recurrenceprotected Date getStartDate()
protected void setStartDate(Date value)
value - the new start dateCopyright © 2012–2015 Microsoft. All rights reserved.