|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.property.complex.ComplexProperty
microsoft.exchange.webservices.data.property.complex.recurrence.range.RecurrenceRange
public abstract class RecurrenceRange
Represents recurrence range with start and end dates.
| Constructor Summary | |
|---|---|
protected |
RecurrenceRange()
Initializes a new instance. |
protected |
RecurrenceRange(Date startDate)
Initializes a new instance. |
| Method Summary | |
|---|---|
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.. |
| Methods inherited from class microsoft.exchange.webservices.data.property.complex.ComplexProperty |
|---|
addOnChangeEvent, canSetFieldValue, 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, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected RecurrenceRange()
protected RecurrenceRange(Date startDate)
startDate - the start date| Method Detail |
|---|
public void changed()
changed in class ComplexProperty
public void setupRecurrence(Recurrence recurrence)
throws Exception
recurrence - the new up recurrence
Exception - the exception
public void writeElementsToXml(EwsServiceXmlWriter writer)
throws XMLStreamException,
ServiceXmlSerializationException
writeElementsToXml in class ComplexPropertywriter - the writer
XMLStreamException - the XML stream exception
ServiceXmlSerializationException - the service xml serialization exception
public boolean tryReadElementFromXml(EwsServiceXmlReader reader)
throws Exception
tryReadElementFromXml in class ComplexPropertyreader - the reader
Exception - 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 date
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||