|
||||||||||
| 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.pattern.Recurrence
microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.RelativeYearlyPattern
public static final class Recurrence.RelativeYearlyPattern
The Class RelativeYearlyPattern.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.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.RelativeYearlyPattern()
Instantiates a new relative yearly pattern. |
|
Recurrence.RelativeYearlyPattern(Date startDate,
Month month,
DayOfTheWeek dayOfTheWeek,
DayOfTheWeekIndex dayOfTheWeekIndex)
Instantiates a new relative yearly pattern. |
|
| Method Summary | |
|---|---|
DayOfTheWeek |
getDayOfTheWeek()
Gets the day of the week. |
DayOfTheWeekIndex |
getDayOfTheWeekIndex()
Gets the relative position of the day specified in DayOfTheWeek within the month. |
Month |
getMonth()
Gets the month. |
String |
getXmlElementName()
Gets the name of the XML element. |
void |
internalValidate()
Validates this instance. |
void |
internalWritePropertiesToXml(EwsServiceXmlWriter writer)
Write property to XML. |
void |
setDayOfTheWeek(DayOfTheWeek value)
Sets the day of the week. |
void |
setDayOfTheWeekIndex(DayOfTheWeekIndex value)
Sets the relative position of the day specified in DayOfTheWeek within the month. |
void |
setMonth(Month value)
Sets the month. |
boolean |
tryReadElementFromXml(EwsServiceXmlReader reader)
Tries to read element from XML. |
| Methods inherited from class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence |
|---|
getEndDate, getFieldValueOrThrowIfNull, getNumberOfOccurrences, getStartDate, hasEnd, isRegenerationPattern, neverEnds, setEndDate, setNumberOfOccurrences, setStartDate, writeElementsToXml |
| Methods inherited from class microsoft.exchange.webservices.data.property.complex.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.RelativeYearlyPattern()
public Recurrence.RelativeYearlyPattern(Date startDate,
Month month,
DayOfTheWeek dayOfTheWeek,
DayOfTheWeekIndex dayOfTheWeekIndex)
startDate - the start datemonth - the monthdayOfTheWeek - the day of the weekdayOfTheWeekIndex - the day of the week index| Method Detail |
|---|
public String getXmlElementName()
getXmlElementName in class Recurrence
public void internalWritePropertiesToXml(EwsServiceXmlWriter writer)
throws Exception
internalWritePropertiesToXml in class Recurrencewriter - the writer
Exception - the exception
public boolean tryReadElementFromXml(EwsServiceXmlReader reader)
throws Exception
tryReadElementFromXml in class ComplexPropertyreader - the reader
Exception - the exception
public void internalValidate()
throws Exception
internalValidate in class RecurrenceException
public DayOfTheWeekIndex getDayOfTheWeekIndex()
throws ServiceValidationException
ServiceValidationException - the service validation exceptionpublic void setDayOfTheWeekIndex(DayOfTheWeekIndex value)
value - the new day of the week index
public DayOfTheWeek getDayOfTheWeek()
throws ServiceValidationException
ServiceValidationException - the service validation exceptionpublic void setDayOfTheWeek(DayOfTheWeek value)
value - the new day of the week
public Month getMonth()
throws ServiceValidationException
ServiceValidationException - the service validation exceptionpublic void setMonth(Month value)
value - the new month
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||