|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmicrosoft.exchange.webservices.data.ComplexProperty
microsoft.exchange.webservices.data.Recurrence
microsoft.exchange.webservices.data.Recurrence.IntervalPattern
microsoft.exchange.webservices.data.Recurrence.WeeklyPattern
public static final class Recurrence.WeeklyPattern
Represents a recurrence pattern where each occurrence happens on specific days a specific number of weeks after the previous one.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class microsoft.exchange.webservices.data.Recurrence |
---|
Recurrence.DailyPattern, Recurrence.DailyRegenerationPattern, Recurrence.IntervalPattern, Recurrence.MonthlyPattern, Recurrence.MonthlyRegenerationPattern, Recurrence.RelativeMonthlyPattern, Recurrence.RelativeYearlyPattern, Recurrence.WeeklyPattern, Recurrence.WeeklyRegenerationPattern, Recurrence.YearlyPattern, Recurrence.YearlyRegenerationPattern |
Constructor Summary | |
---|---|
Recurrence.WeeklyPattern()
Initializes a new instance of the WeeklyPattern class. |
|
Recurrence.WeeklyPattern(java.util.Date startDate,
int interval,
DayOfTheWeek... daysOfTheWeek)
Initializes a new instance of the WeeklyPattern class. |
Method Summary | |
---|---|
void |
complexPropertyChanged(ComplexProperty complexProperty)
Complex property changed. |
DayOfTheWeekCollection |
getDaysOfTheWeek()
Gets the list of the days of the week when occurrences happen. |
java.util.Calendar |
getFirstDayOfWeek()
|
protected java.lang.String |
getXmlElementName()
Gets the name of the XML element. |
protected void |
internalValidate()
Validates this instance. |
protected void |
internalWritePropertiesToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer)
Write properties to XML. |
void |
setFirstDayOfWeek(java.util.Calendar value)
|
protected boolean |
tryReadElementFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader)
Tries to read element from XML. |
Methods inherited from class microsoft.exchange.webservices.data.Recurrence.IntervalPattern |
---|
getInterval, setInterval |
Methods inherited from class microsoft.exchange.webservices.data.Recurrence |
---|
getEndDate, getFieldValueOrThrowIfNull, getNumberOfOccurrences, getStartDate, hasEnd, isRegenerationPattern, neverEnds, setEndDate, setNumberOfOccurrences, setStartDate, writeElementsToXml |
Methods inherited from class microsoft.exchange.webservices.data.ComplexProperty |
---|
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, clearChangeLog, func, getNamespace, 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 Recurrence.WeeklyPattern()
public Recurrence.WeeklyPattern(java.util.Date startDate, int interval, DayOfTheWeek... daysOfTheWeek) throws ArgumentOutOfRangeException
startDate
- the start dateinterval
- the intervaldaysOfTheWeek
- the days of the week
ArgumentOutOfRangeException
- the argument out of range exceptionMethod Detail |
---|
protected java.lang.String getXmlElementName()
getXmlElementName
in class Recurrence
protected void internalWritePropertiesToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer) throws java.lang.Exception
internalWritePropertiesToXml
in class Recurrence.IntervalPattern
writer
- the writer
java.lang.Exception
- the exceptionprotected boolean tryReadElementFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader) throws java.lang.Exception
tryReadElementFromXml
in class Recurrence.IntervalPattern
reader
- the reader
java.lang.Exception
- the exceptionprotected void internalValidate() throws java.lang.Exception
internalValidate
in class Recurrence
java.lang.Exception
public DayOfTheWeekCollection getDaysOfTheWeek()
public java.util.Calendar getFirstDayOfWeek() throws ServiceValidationException
ServiceValidationException
public void setFirstDayOfWeek(java.util.Calendar value)
public void complexPropertyChanged(ComplexProperty complexProperty)
complexProperty
- the complex property
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |