|
||||||||||
| 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.NoEndRecurrenceRange
public final class NoEndRecurrenceRange
Represents recurrence range with no end date.
| Constructor Summary | |
|---|---|
NoEndRecurrenceRange()
Initializes a new instance. |
|
NoEndRecurrenceRange(Date startDate)
Initializes a new instance. |
|
| Method Summary | |
|---|---|
String |
getXmlElementName()
Gets the name of the XML element. |
void |
setupRecurrence(Recurrence recurrence)
Setups the recurrence. |
| Methods inherited from class microsoft.exchange.webservices.data.property.complex.recurrence.range.RecurrenceRange |
|---|
changed, getRecurrence, getStartDate, setRecurrence, setStartDate, tryReadElementFromXml, writeElementsToXml |
| 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 NoEndRecurrenceRange()
public NoEndRecurrenceRange(Date startDate)
startDate - the start 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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||