public class ScheduleIntervalRecurrenceInfo extends Object implements Serializable
ScheduleIntervalRecurrenceInfo2
.Modifier and Type | Field and Description |
---|---|
static String |
DAILY_TYPE
Deprecated.
Recur every nth day or every weekday within the Schedule's range.
|
static String |
DAILY_TYPE_EVERYXDAYS
Deprecated.
Recur on every xth day.
|
static String |
DAILY_TYPE_WEEKDAYS
Deprecated.
Recur on every weekday.
|
static String |
MONTHLY_TYPE
Deprecated.
Recur on a particular day every nth month.
|
static String |
MONTHLY_TYPE_1TO31
Deprecated.
When monthly recur type is set to '1to31', the interval can be made recur on a particular day of every nth month.
|
static String |
MONTHLY_TYPE_XTH_OF_YTHKIND
Deprecated.
When monthly recur type is set to 'xthOfYKind', the interval can be made recur on every xth occurrence of yth type of every nth month.
|
static String |
NO_RECURRENCE_TYPE
Deprecated.
The interval does not recur.
|
static String |
WEEKLY_TYPE
Deprecated.
Recur on particular days of the week every nth week.
|
Constructor and Description |
---|
ScheduleIntervalRecurrenceInfo()
Deprecated.
Constructor to create new Schedule Interval recurrence information.
|
Modifier and Type | Method and Description |
---|---|
int |
getDailyEveryXDaysValue()
Deprecated.
Gets the xth day on which a daily recurrence pattern will recur.
|
String |
getDailyType()
Deprecated.
Gets the sub-type of a daily recurrence pattern.
|
int |
getMonthlyEveryXMonthsValue()
Deprecated.
Gets the xth month on which a monthly recurrence pattern will recur.
|
String |
getMonthlyType()
Deprecated.
Gets the sub-type of a monthly recurrence pattern.
|
String |
getMonthlyWhichDayValue()
Deprecated.
Gets the yth kind of day on which a monthly recurrence pattern will recur.
|
int |
getMonthlyWhichOccurrenceValue()
Deprecated.
Gets the xth occurrence of yth kind of day on which a monthly recurrence pattern will recur.
|
int |
getMonthlyXthDayOfTheMonthValue()
Deprecated.
Gets the xth day of the month on which a monthly recurrence pattern will recur.
|
String |
getRecurrenceType()
Deprecated.
Gets the type of recurrence pattern.
|
boolean[] |
getWeeklyDaysToRunValue()
Deprecated.
Gets the days on which a weekly recurrence pattern will recur.
|
int |
getWeeklyEveryXWeeksValue()
Deprecated.
Gets the xth week on which a weekly recurrence pattern will recur.
|
void |
setDailyEveryXDaysValue(int dailyEveryXDaysValue)
Deprecated.
Sets the xth day on which a daily recurrence pattern will recur.
|
void |
setDailyType(String dailyType)
Deprecated.
Sets the sub-type of a daily recurrence pattern.
|
void |
setMonthlyEveryXMonthsValue(int monthlyEveryXMonthsValue)
Deprecated.
Sets the xth month on which a monthly recurrence pattern will recur.
|
void |
setMonthlyType(String monthlyType)
Deprecated.
Sets the sub-type of a monthly recurrence pattern.
|
void |
setMonthlyWhichDayValue(String monthlyWhichDayValue)
Deprecated.
Sets the yth kind of day on which a monthly recurrence pattern will recur.
|
void |
setMonthlyWhichOccurrenceValue(int monthlyWhichOccurrenceValue)
Deprecated.
Sets the xth occurrence of yth kind of day on which a monthly recurrence pattern will recur.
|
void |
setMonthlyXthDayOfTheMonthValue(int monthlyXthDayOfTheMonthValue)
Deprecated.
Sets the xth day of the month on which a monthly recurrence pattern will recur.
|
void |
setRecurrenceType(String recurrenceType)
Deprecated.
Sets the type of recurrence pattern.
|
void |
setWeeklyDaysToRunValue(boolean[] weeklyDaysToRunValue)
Deprecated.
Sets the days on which a weekly recurrence pattern will recur.
|
void |
setWeeklyEveryXWeeksValue(int weeklyEveryXWeeksValue)
Deprecated.
Sets the xth week on which a weekly recurrence pattern will recur.
|
public static final String NO_RECURRENCE_TYPE
public static final String DAILY_TYPE
public static final String WEEKLY_TYPE
public static final String MONTHLY_TYPE
public static final String DAILY_TYPE_WEEKDAYS
public static final String DAILY_TYPE_EVERYXDAYS
public static final String MONTHLY_TYPE_1TO31
public static final String MONTHLY_TYPE_XTH_OF_YTHKIND
public ScheduleIntervalRecurrenceInfo()
public String getRecurrenceType()
public void setRecurrenceType(String recurrenceType)
recurrenceType
- the recurrence typepublic String getDailyType()
public void setDailyType(String dailyType)
dailyType
- the sub-type of daily recurrencepublic int getDailyEveryXDaysValue()
public void setDailyEveryXDaysValue(int dailyEveryXDaysValue)
dailyEveryXDaysValue
- the xth day valuepublic int getWeeklyEveryXWeeksValue()
public void setWeeklyEveryXWeeksValue(int weeklyEveryXWeeksValue)
weeklyEveryXWeeksValue
- the xth week valuepublic boolean[] getWeeklyDaysToRunValue()
public void setWeeklyDaysToRunValue(boolean[] weeklyDaysToRunValue)
weeklyDaysToRunValue
- the days to runpublic String getMonthlyType()
public void setMonthlyType(String monthlyType)
monthlyType
- the sub-type of monthly recurrencepublic int getMonthlyEveryXMonthsValue()
public void setMonthlyEveryXMonthsValue(int monthlyEveryXMonthsValue)
monthlyEveryXMonthsValue
- the xth month valuepublic int getMonthlyXthDayOfTheMonthValue()
public void setMonthlyXthDayOfTheMonthValue(int monthlyXthDayOfTheMonthValue)
monthlyXthDayOfTheMonthValue
- the xth day of a monthpublic int getMonthlyWhichOccurrenceValue()
public void setMonthlyWhichOccurrenceValue(int monthlyWhichOccurrenceValue)
monthlyWhichOccurrenceValue
- the xth occurrence valuepublic String getMonthlyWhichDayValue()
public void setMonthlyWhichDayValue(String monthlyWhichDayValue)
monthlyWhichDayValue
- the yth kind of dayCopyright © 2017 TIBCO Software, Inc. All Rights Reserved.