public class TaskFilterSpecByTime extends DynamicData
Java class for TaskFilterSpecByTime complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TaskFilterSpecByTime">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="timeType" type="{urn:vim25}TaskFilterSpecTimeOption"/>
<element name="beginTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="endTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
beginTime |
protected XMLGregorianCalendar |
endTime |
protected TaskFilterSpecTimeOption |
timeType |
| Constructor and Description |
|---|
TaskFilterSpecByTime() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getBeginTime()
Gets the value of the beginTime property.
|
XMLGregorianCalendar |
getEndTime()
Gets the value of the endTime property.
|
TaskFilterSpecTimeOption |
getTimeType()
Gets the value of the timeType property.
|
void |
setBeginTime(XMLGregorianCalendar value)
Sets the value of the beginTime property.
|
void |
setEndTime(XMLGregorianCalendar value)
Sets the value of the endTime property.
|
void |
setTimeType(TaskFilterSpecTimeOption value)
Sets the value of the timeType property.
|
protected TaskFilterSpecTimeOption timeType
protected XMLGregorianCalendar beginTime
protected XMLGregorianCalendar endTime
public TaskFilterSpecTimeOption getTimeType()
TaskFilterSpecTimeOptionpublic void setTimeType(TaskFilterSpecTimeOption value)
value - allowed object is
TaskFilterSpecTimeOptionpublic XMLGregorianCalendar getBeginTime()
XMLGregorianCalendarpublic void setBeginTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getEndTime()
XMLGregorianCalendarpublic void setEndTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2018. All rights reserved.