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