public class ScheduledTaskDescription extends DynamicData
Java class for ScheduledTaskDescription complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ScheduledTaskDescription">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="action" type="{urn:vim25}TypeDescription" maxOccurs="unbounded"/>
<element name="schedulerInfo" type="{urn:vim25}ScheduledTaskDetail" maxOccurs="unbounded"/>
<element name="state" type="{urn:vim25}ElementDescription" maxOccurs="unbounded"/>
<element name="dayOfWeek" type="{urn:vim25}ElementDescription" maxOccurs="unbounded"/>
<element name="weekOfMonth" type="{urn:vim25}ElementDescription" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<TypeDescription> |
action |
protected List<ElementDescription> |
dayOfWeek |
protected List<ScheduledTaskDetail> |
schedulerInfo |
protected List<ElementDescription> |
state |
protected List<ElementDescription> |
weekOfMonth |
| Constructor and Description |
|---|
ScheduledTaskDescription() |
| Modifier and Type | Method and Description |
|---|---|
List<TypeDescription> |
getAction()
Gets the value of the action property.
|
List<ElementDescription> |
getDayOfWeek()
Gets the value of the dayOfWeek property.
|
List<ScheduledTaskDetail> |
getSchedulerInfo()
Gets the value of the schedulerInfo property.
|
List<ElementDescription> |
getState()
Gets the value of the state property.
|
List<ElementDescription> |
getWeekOfMonth()
Gets the value of the weekOfMonth property.
|
protected List<TypeDescription> action
protected List<ScheduledTaskDetail> schedulerInfo
protected List<ElementDescription> state
protected List<ElementDescription> dayOfWeek
protected List<ElementDescription> weekOfMonth
public List<TypeDescription> getAction()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the action property.
For example, to add a new item, do as follows:
getAction().add(newItem);
Objects of the following type(s) are allowed in the list
TypeDescription
public List<ScheduledTaskDetail> getSchedulerInfo()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the schedulerInfo property.
For example, to add a new item, do as follows:
getSchedulerInfo().add(newItem);
Objects of the following type(s) are allowed in the list
ScheduledTaskDetail
public List<ElementDescription> getState()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the state property.
For example, to add a new item, do as follows:
getState().add(newItem);
Objects of the following type(s) are allowed in the list
ElementDescription
public List<ElementDescription> getDayOfWeek()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the dayOfWeek property.
For example, to add a new item, do as follows:
getDayOfWeek().add(newItem);
Objects of the following type(s) are allowed in the list
ElementDescription
public List<ElementDescription> getWeekOfMonth()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the weekOfMonth property.
For example, to add a new item, do as follows:
getWeekOfMonth().add(newItem);
Objects of the following type(s) are allowed in the list
ElementDescription
Copyright © 2018. All rights reserved.