public class

HolidayCalendarEventDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.hr.HolidayCalendarEventDataType

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected String id
protected String name
protected RecurrenceDataType recurrenceData
protected StartEndDataType startEndData
Public Constructors
HolidayCalendarEventDataType()
Public Methods
String getID()
Gets the value of the id property.
String getName()
Gets the value of the name property.
RecurrenceDataType getRecurrenceData()
Gets the value of the recurrenceData property.
StartEndDataType getStartEndData()
Gets the value of the startEndData property.
void setID(String value)
Sets the value of the id property.
void setName(String value)
Sets the value of the name property.
void setRecurrenceData(RecurrenceDataType value)
Sets the value of the recurrenceData property.
void setStartEndData(StartEndDataType value)
Sets the value of the startEndData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String id

protected String name

protected RecurrenceDataType recurrenceData

protected StartEndDataType startEndData

Public Constructors

public HolidayCalendarEventDataType ()

Public Methods

public String getID ()

Gets the value of the id property.

Returns
  • possible object is String

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public RecurrenceDataType getRecurrenceData ()

Gets the value of the recurrenceData property.

Returns

public StartEndDataType getStartEndData ()

Gets the value of the startEndData property.

Returns

public void setID (String value)

Sets the value of the id property.

Parameters
value Allowed object is String

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setRecurrenceData (RecurrenceDataType value)

Sets the value of the recurrenceData property.

Parameters
value Allowed object is RecurrenceDataType

public void setStartEndData (StartEndDataType value)

Sets the value of the startEndData property.

Parameters
value Allowed object is StartEndDataType