|
||||||||||
| 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
microsoft.exchange.webservices.data.property.complex.recurrence.range.EndDateRecurrenceRange
public final class EndDateRecurrenceRange
Represents recurrent range with an end date.
| Constructor Summary | |
|---|---|
EndDateRecurrenceRange()
Initializes a new instance. |
|
EndDateRecurrenceRange(Date startDate,
Date endDate)
Initializes a new instance. |
|
| Method Summary | |
|---|---|
Date |
getEndDate()
Gets the end date. |
String |
getXmlElementName()
Gets the name of the XML element. |
void |
setEndDate(Date value)
sets the end date. |
void |
setupRecurrence(Recurrence recurrence)
Setups the recurrence. |
boolean |
tryReadElementFromXml(EwsServiceXmlReader reader)
Tries to read element from XML. |
void |
writeElementsToXml(EwsServiceXmlWriter writer)
Writes the elements to XML. |
| Methods inherited from class microsoft.exchange.webservices.data.property.complex.recurrence.range.RecurrenceRange |
|---|
changed, getRecurrence, getStartDate, setRecurrence, setStartDate |
| 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 |
|---|
public EndDateRecurrenceRange()
public EndDateRecurrenceRange(Date startDate,
Date endDate)
startDate - the start dateendDate - the end date| Method Detail |
|---|
public String getXmlElementName()
getXmlElementName in class RecurrenceRange
public void setupRecurrence(Recurrence recurrence)
throws Exception
setupRecurrence in class RecurrenceRangerecurrence - the new up recurrence
Exception - the exception
public void writeElementsToXml(EwsServiceXmlWriter writer)
throws XMLStreamException,
ServiceXmlSerializationException
writeElementsToXml in class RecurrenceRangewriter - the writer
XMLStreamException - the XML stream exception
ServiceXmlSerializationException - the service xml serialization exception
public boolean tryReadElementFromXml(EwsServiceXmlReader reader)
throws Exception
tryReadElementFromXml in class RecurrenceRangereader - the reader
Exception - the exceptionpublic Date getEndDate()
public void setEndDate(Date value)
value - the new end date
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||