| java.lang.Object | |
| ↳ | com.workday.hr.HolidayCalendarEventDataType |
Event Data for the Holiday Calendar.
Java class for Holiday_Calendar_Event_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Holiday_Calendar_Event_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Start_End_Data" type="{urn:com.workday/bsvc}Start_End_DataType"/>
<element name="Recurrence_Data" type="{urn:com.workday/bsvc}Recurrence_DataType" minOccurs="0"/>
</sequence>
<attribute name="ID" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | |||||||||||
| name | |||||||||||
| recurrenceData | |||||||||||
| startEndData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the id property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the recurrenceData property.
| |||||||||||
Gets the value of the startEndData property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the recurrenceData property.
| |||||||||||
Sets the value of the startEndData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the id property.
Gets the value of the name property.
Gets the value of the recurrenceData property.
RecurrenceDataType
Gets the value of the startEndData property.
StartEndDataType
Sets the value of the id property.
| value | Allowed object is String |
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|
Sets the value of the recurrenceData property.
| value | Allowed object is
RecurrenceDataType
|
|---|
Sets the value of the startEndData property.
| value | Allowed object is
StartEndDataType
|
|---|

