| java.lang.Object | |
| ↳ | com.workday.hr.HolidayCalendarType |
Wrapper for Holiday Calendar reference and data.
Java class for Holiday_CalendarType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Holiday_CalendarType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Holiday_Calendar_Reference" type="{urn:com.workday/bsvc}Holiday_CalendarObjectType" minOccurs="0"/>
<element name="Holiday_Calendar_Data" type="{urn:com.workday/bsvc}Holiday_Calendar_DataType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| holidayCalendarData | |||||||||||
| holidayCalendarReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the holidayCalendarData property.
| |||||||||||
Gets the value of the holidayCalendarReference property.
| |||||||||||
Sets the value of the holidayCalendarData property.
| |||||||||||
Sets the value of the holidayCalendarReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the holidayCalendarData property.
HolidayCalendarDataType
Gets the value of the holidayCalendarReference property.
HolidayCalendarObjectType
Sets the value of the holidayCalendarData property.
| value | Allowed object is
HolidayCalendarDataType
|
|---|
Sets the value of the holidayCalendarReference property.
| value | Allowed object is
HolidayCalendarObjectType
|
|---|

