public class RecurrentTaskScheduler extends TaskScheduler
Java class for RecurrentTaskScheduler complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RecurrentTaskScheduler">
<complexContent>
<extension base="{urn:vim25}TaskScheduler">
<sequence>
<element name="interval" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
interval |
activeTime, expireTime| Constructor and Description |
|---|
RecurrentTaskScheduler() |
| Modifier and Type | Method and Description |
|---|---|
int |
getInterval()
Gets the value of the interval property.
|
void |
setInterval(int value)
Sets the value of the interval property.
|
getActiveTime, getExpireTime, setActiveTime, setExpireTimeCopyright © 2018. All rights reserved.