public class TaskReasonSchedule extends TaskReason
Java class for TaskReasonSchedule complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TaskReasonSchedule">
<complexContent>
<extension base="{urn:vim25}TaskReason">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="scheduledTask" type="{urn:vim25}ManagedObjectReference"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected ManagedObjectReference |
scheduledTask |
| Constructor and Description |
|---|
TaskReasonSchedule() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
ManagedObjectReference |
getScheduledTask()
Gets the value of the scheduledTask property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setScheduledTask(ManagedObjectReference value)
Sets the value of the scheduledTask property.
|
protected String name
protected ManagedObjectReference scheduledTask
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic ManagedObjectReference getScheduledTask()
ManagedObjectReferencepublic void setScheduledTask(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferenceCopyright © 2018. All rights reserved.