public class ScheduledTaskDetail extends TypeDescription
Java class for ScheduledTaskDetail complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ScheduledTaskDetail">
<complexContent>
<extension base="{urn:vim25}TypeDescription">
<sequence>
<element name="frequency" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
frequency |
keylabel, summary| Constructor and Description |
|---|
ScheduledTaskDetail() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFrequency()
Gets the value of the frequency property.
|
void |
setFrequency(String value)
Sets the value of the frequency property.
|
getKey, setKeygetLabel, getSummary, setLabel, setSummaryprotected String frequency
Copyright © 2018. All rights reserved.