| java.lang.Object | |
| ↳ | com.workday.hr.StartEndDataType |
Wrapper element containing date and times for the Calendar Event.
Java class for Start_End_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Start_End_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="All_Day_Event" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Start_Date" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="Start_Time_Reference" type="{urn:com.workday/bsvc}Twenty_Four_Hour_TimeObjectType" minOccurs="0"/>
<element name="End_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="End_Time_Reference" type="{urn:com.workday/bsvc}Twenty_Four_Hour_TimeObjectType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| allDayEvent | |||||||||||
| endDate | |||||||||||
| endTimeReference | |||||||||||
| startDate | |||||||||||
| startTimeReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the allDayEvent property.
| |||||||||||
Gets the value of the endDate property.
| |||||||||||
Gets the value of the endTimeReference property.
| |||||||||||
Gets the value of the startDate property.
| |||||||||||
Gets the value of the startTimeReference property.
| |||||||||||
Sets the value of the allDayEvent property.
| |||||||||||
Sets the value of the endDate property.
| |||||||||||
Sets the value of the endTimeReference property.
| |||||||||||
Sets the value of the startDate property.
| |||||||||||
Sets the value of the startTimeReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the allDayEvent property. This getter has been renamed from isAllDayEvent() to getAllDayEvent() by cxf-xjc-boolean plugin.
Gets the value of the endDate property.
Gets the value of the endTimeReference property.
TwentyFourHourTimeObjectType
Gets the value of the startDate property.
Gets the value of the startTimeReference property.
TwentyFourHourTimeObjectType
Sets the value of the allDayEvent property.
| value | Allowed object is Boolean |
|---|
Sets the value of the endDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the endTimeReference property.
| value | Allowed object is
TwentyFourHourTimeObjectType
|
|---|
Sets the value of the startDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the startTimeReference property.
| value | Allowed object is
TwentyFourHourTimeObjectType
|
|---|