public class TaskScheduler extends DynamicData
Java class for TaskScheduler complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TaskScheduler">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="activeTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="expireTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
activeTime |
protected XMLGregorianCalendar |
expireTime |
| Constructor and Description |
|---|
TaskScheduler() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getActiveTime()
Gets the value of the activeTime property.
|
XMLGregorianCalendar |
getExpireTime()
Gets the value of the expireTime property.
|
void |
setActiveTime(XMLGregorianCalendar value)
Sets the value of the activeTime property.
|
void |
setExpireTime(XMLGregorianCalendar value)
Sets the value of the expireTime property.
|
protected XMLGregorianCalendar activeTime
protected XMLGregorianCalendar expireTime
public XMLGregorianCalendar getActiveTime()
XMLGregorianCalendarpublic void setActiveTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getExpireTime()
XMLGregorianCalendarpublic void setExpireTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2018. All rights reserved.