public class RecurrenceType extends Object implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
Java class for RecurrenceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RecurrenceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://schemas.microsoft.com/exchange/services/2006/types}RecurrencePatternTypes"/>
<group ref="{http://schemas.microsoft.com/exchange/services/2006/types}RecurrenceRangeTypes"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AbsoluteMonthlyRecurrencePatternType |
absoluteMonthlyRecurrence |
protected AbsoluteYearlyRecurrencePatternType |
absoluteYearlyRecurrence |
protected DailyRecurrencePatternType |
dailyRecurrence |
protected EndDateRecurrenceRangeType |
endDateRecurrence |
protected NoEndRecurrenceRangeType |
noEndRecurrence |
protected NumberedRecurrenceRangeType |
numberedRecurrence |
protected RelativeMonthlyRecurrencePatternType |
relativeMonthlyRecurrence |
protected RelativeYearlyRecurrencePatternType |
relativeYearlyRecurrence |
protected WeeklyRecurrencePatternType |
weeklyRecurrence |
| Constructor and Description |
|---|
RecurrenceType() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
AbsoluteMonthlyRecurrencePatternType |
getAbsoluteMonthlyRecurrence()
Gets the value of the absoluteMonthlyRecurrence property.
|
AbsoluteYearlyRecurrencePatternType |
getAbsoluteYearlyRecurrence()
Gets the value of the absoluteYearlyRecurrence property.
|
DailyRecurrencePatternType |
getDailyRecurrence()
Gets the value of the dailyRecurrence property.
|
EndDateRecurrenceRangeType |
getEndDateRecurrence()
Gets the value of the endDateRecurrence property.
|
NoEndRecurrenceRangeType |
getNoEndRecurrence()
Gets the value of the noEndRecurrence property.
|
NumberedRecurrenceRangeType |
getNumberedRecurrence()
Gets the value of the numberedRecurrence property.
|
RelativeMonthlyRecurrencePatternType |
getRelativeMonthlyRecurrence()
Gets the value of the relativeMonthlyRecurrence property.
|
RelativeYearlyRecurrencePatternType |
getRelativeYearlyRecurrence()
Gets the value of the relativeYearlyRecurrence property.
|
WeeklyRecurrencePatternType |
getWeeklyRecurrence()
Gets the value of the weeklyRecurrence property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setAbsoluteMonthlyRecurrence(AbsoluteMonthlyRecurrencePatternType value)
Sets the value of the absoluteMonthlyRecurrence property.
|
void |
setAbsoluteYearlyRecurrence(AbsoluteYearlyRecurrencePatternType value)
Sets the value of the absoluteYearlyRecurrence property.
|
void |
setDailyRecurrence(DailyRecurrencePatternType value)
Sets the value of the dailyRecurrence property.
|
void |
setEndDateRecurrence(EndDateRecurrenceRangeType value)
Sets the value of the endDateRecurrence property.
|
void |
setNoEndRecurrence(NoEndRecurrenceRangeType value)
Sets the value of the noEndRecurrence property.
|
void |
setNumberedRecurrence(NumberedRecurrenceRangeType value)
Sets the value of the numberedRecurrence property.
|
void |
setRelativeMonthlyRecurrence(RelativeMonthlyRecurrencePatternType value)
Sets the value of the relativeMonthlyRecurrence property.
|
void |
setRelativeYearlyRecurrence(RelativeYearlyRecurrencePatternType value)
Sets the value of the relativeYearlyRecurrence property.
|
void |
setWeeklyRecurrence(WeeklyRecurrencePatternType value)
Sets the value of the weeklyRecurrence property.
|
String |
toString() |
protected DailyRecurrencePatternType dailyRecurrence
protected WeeklyRecurrencePatternType weeklyRecurrence
protected AbsoluteMonthlyRecurrencePatternType absoluteMonthlyRecurrence
protected RelativeMonthlyRecurrencePatternType relativeMonthlyRecurrence
protected AbsoluteYearlyRecurrencePatternType absoluteYearlyRecurrence
protected RelativeYearlyRecurrencePatternType relativeYearlyRecurrence
protected NumberedRecurrenceRangeType numberedRecurrence
protected EndDateRecurrenceRangeType endDateRecurrence
protected NoEndRecurrenceRangeType noEndRecurrence
public DailyRecurrencePatternType getDailyRecurrence()
DailyRecurrencePatternTypepublic void setDailyRecurrence(DailyRecurrencePatternType value)
value - allowed object is
DailyRecurrencePatternTypepublic WeeklyRecurrencePatternType getWeeklyRecurrence()
WeeklyRecurrencePatternTypepublic void setWeeklyRecurrence(WeeklyRecurrencePatternType value)
value - allowed object is
WeeklyRecurrencePatternTypepublic AbsoluteMonthlyRecurrencePatternType getAbsoluteMonthlyRecurrence()
AbsoluteMonthlyRecurrencePatternTypepublic void setAbsoluteMonthlyRecurrence(AbsoluteMonthlyRecurrencePatternType value)
value - allowed object is
AbsoluteMonthlyRecurrencePatternTypepublic RelativeMonthlyRecurrencePatternType getRelativeMonthlyRecurrence()
RelativeMonthlyRecurrencePatternTypepublic void setRelativeMonthlyRecurrence(RelativeMonthlyRecurrencePatternType value)
value - allowed object is
RelativeMonthlyRecurrencePatternTypepublic AbsoluteYearlyRecurrencePatternType getAbsoluteYearlyRecurrence()
AbsoluteYearlyRecurrencePatternTypepublic void setAbsoluteYearlyRecurrence(AbsoluteYearlyRecurrencePatternType value)
value - allowed object is
AbsoluteYearlyRecurrencePatternTypepublic RelativeYearlyRecurrencePatternType getRelativeYearlyRecurrence()
RelativeYearlyRecurrencePatternTypepublic void setRelativeYearlyRecurrence(RelativeYearlyRecurrencePatternType value)
value - allowed object is
RelativeYearlyRecurrencePatternTypepublic NumberedRecurrenceRangeType getNumberedRecurrence()
NumberedRecurrenceRangeTypepublic void setNumberedRecurrence(NumberedRecurrenceRangeType value)
value - allowed object is
NumberedRecurrenceRangeTypepublic EndDateRecurrenceRangeType getEndDateRecurrence()
EndDateRecurrenceRangeTypepublic void setEndDateRecurrence(EndDateRecurrenceRangeType value)
value - allowed object is
EndDateRecurrenceRangeTypepublic NoEndRecurrenceRangeType getNoEndRecurrence()
NoEndRecurrenceRangeTypepublic void setNoEndRecurrence(NoEndRecurrenceRangeType value)
value - allowed object is
NoEndRecurrenceRangeTypepublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringpublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodeCopyright © 2019 Apereo. All rights reserved.