public class MonthlyByWeekdayTaskScheduler extends MonthlyTaskScheduler
Java class for MonthlyByWeekdayTaskScheduler complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MonthlyByWeekdayTaskScheduler">
<complexContent>
<extension base="{urn:vim25}MonthlyTaskScheduler">
<sequence>
<element name="offset" type="{urn:vim25}WeekOfMonth"/>
<element name="weekday" type="{urn:vim25}DayOfWeek"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected WeekOfMonth |
offset |
protected DayOfWeek |
weekday |
hourminuteintervalactiveTime, expireTime| Constructor and Description |
|---|
MonthlyByWeekdayTaskScheduler() |
| Modifier and Type | Method and Description |
|---|---|
WeekOfMonth |
getOffset()
Gets the value of the offset property.
|
DayOfWeek |
getWeekday()
Gets the value of the weekday property.
|
void |
setOffset(WeekOfMonth value)
Sets the value of the offset property.
|
void |
setWeekday(DayOfWeek value)
Sets the value of the weekday property.
|
getHour, setHourgetMinute, setMinutegetInterval, setIntervalgetActiveTime, getExpireTime, setActiveTime, setExpireTimeprotected WeekOfMonth offset
protected DayOfWeek weekday
public WeekOfMonth getOffset()
WeekOfMonthpublic void setOffset(WeekOfMonth value)
value - allowed object is
WeekOfMonthpublic DayOfWeek getWeekday()
DayOfWeekCopyright © 2018. All rights reserved.