|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.microsoft.exchange.types.RecurrenceType
public class RecurrenceType
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>
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
RecurrenceType()
|
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
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
| Constructor Detail |
|---|
public RecurrenceType()
| Method Detail |
|---|
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 String toString()
toString in class Object
public 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.ToString
public 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.ToString
public 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 boolean equals(Object object)
equals in class Object
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||