public static class RecurringInterval.Yearly
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
Yearly() |
Yearly(boolean weekdayBased_)
Create a new yearly object
|
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getDayOfMonth()
Returns the day of the month on which the event occurs
|
java.lang.String |
getDayOfMonthExpr()
Gets the day of the month on which the event occurs
|
java.lang.Integer |
getDayOfWeek()
Returns the day of the day of the week on which event occurs.
|
java.lang.Integer |
getMonth()
Gets the month of the year on which Yearly event occurs.
|
boolean |
getWeekdayBased()
Returns true if the Yearly events occur on a particular day of a week of
month like "Third Wednesday of Jan", else false.
|
java.lang.Integer |
getWeekType()
Gets the Week of the month on which the Yearly event occurs.
|
void |
setDayOfMonth(java.lang.Integer dayOfMonth_)
Sets the day of the month on which event occurs
|
void |
setDayOfMonthExpr(java.lang.String dayOfMonthExpr_)
Sets the day of the month on which the event occurs
|
void |
setDayOfWeek(java.lang.Integer dayOfWeek_)
Sets the day of the week on which the day of the week on which event
occurs.
|
void |
setMonth(java.lang.Integer month_)
Set the month of the year on which Yearly event occurs.
|
void |
setWeekdayBased(boolean weekdayBased_)
Set tp true if the Yearly events occur on a particular day of a week of
month like "Third Wednesday of Jan", else false.
|
void |
setWeekType(java.lang.Integer dayType_)
Sets the Week of the month on which the Yearly event occurs.
|
public Yearly()
public Yearly(boolean weekdayBased_)
weekdayBased_
- true if the Yearly events occur on a specific day of a week of
month like R"SECOND Friday of March".public java.lang.Integer getDayOfMonth()
public void setDayOfMonth(java.lang.Integer dayOfMonth_)
dayOfMonth_
- 1 - 31java.lang.IllegalArgumentException
- if the parameters is not between 1 - 31public java.lang.Integer getDayOfWeek()
public void setDayOfWeek(java.lang.Integer dayOfWeek_)
dayOfWeek_
- between 1 - 7public java.lang.Integer getWeekType()
public void setWeekType(java.lang.Integer dayType_)
public boolean getWeekdayBased()
public void setWeekdayBased(boolean weekdayBased_)
public java.lang.Integer getMonth()
public void setMonth(java.lang.Integer month_)
month_
- integer representing month of the year: Jan = 0, Feb = 1 --
Dec = 11public java.lang.String getDayOfMonthExpr()
public void setDayOfMonthExpr(java.lang.String dayOfMonthExpr_)
dayOfMonth_
- an expression resolving to a number (integer) between
1 and 31Copyright © 2003-2024 Appian Corporation. All Rights Reserved.