public class WeeklyTaskScheduler extends DailyTaskScheduler
Java class for WeeklyTaskScheduler complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WeeklyTaskScheduler">
<complexContent>
<extension base="{urn:vim25}DailyTaskScheduler">
<sequence>
<element name="sunday" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="monday" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="tuesday" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="wednesday" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="thursday" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="friday" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="saturday" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
friday |
protected boolean |
monday |
protected boolean |
saturday |
protected boolean |
sunday |
protected boolean |
thursday |
protected boolean |
tuesday |
protected boolean |
wednesday |
hourminuteintervalactiveTime, expireTime| Constructor and Description |
|---|
WeeklyTaskScheduler() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isFriday()
Gets the value of the friday property.
|
boolean |
isMonday()
Gets the value of the monday property.
|
boolean |
isSaturday()
Gets the value of the saturday property.
|
boolean |
isSunday()
Gets the value of the sunday property.
|
boolean |
isThursday()
Gets the value of the thursday property.
|
boolean |
isTuesday()
Gets the value of the tuesday property.
|
boolean |
isWednesday()
Gets the value of the wednesday property.
|
void |
setFriday(boolean value)
Sets the value of the friday property.
|
void |
setMonday(boolean value)
Sets the value of the monday property.
|
void |
setSaturday(boolean value)
Sets the value of the saturday property.
|
void |
setSunday(boolean value)
Sets the value of the sunday property.
|
void |
setThursday(boolean value)
Sets the value of the thursday property.
|
void |
setTuesday(boolean value)
Sets the value of the tuesday property.
|
void |
setWednesday(boolean value)
Sets the value of the wednesday property.
|
getHour, setHourgetMinute, setMinutegetInterval, setIntervalgetActiveTime, getExpireTime, setActiveTime, setExpireTimeprotected boolean sunday
protected boolean monday
protected boolean tuesday
protected boolean wednesday
protected boolean thursday
protected boolean friday
protected boolean saturday
public boolean isSunday()
public void setSunday(boolean value)
public boolean isMonday()
public void setMonday(boolean value)
public boolean isTuesday()
public void setTuesday(boolean value)
public boolean isWednesday()
public void setWednesday(boolean value)
public boolean isThursday()
public void setThursday(boolean value)
public boolean isFriday()
public void setFriday(boolean value)
public boolean isSaturday()
public void setSaturday(boolean value)
Copyright © 2018. All rights reserved.