public class

HolidayCalendarDataType

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

Class Overview

Wrapper containing data for Condition Rule.

Java class for Holiday_Calendar_DataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Holiday_Calendar_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="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Condition_Rule_Reference" type="{urn:com.workday/bsvc}Condition_RuleObjectType" minOccurs="0"/>
         <element name="Holiday_Calendar_Event_Data" type="{urn:com.workday/bsvc}Holiday_Calendar_Event_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="ID" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected ConditionRuleObjectType conditionRuleReference
protected String description
protected List<HolidayCalendarEventDataType> holidayCalendarEventData
protected String id
protected String name
Public Constructors
HolidayCalendarDataType()
Public Methods
ConditionRuleObjectType getConditionRuleReference()
Gets the value of the conditionRuleReference property.
String getDescription()
Gets the value of the description property.
List<HolidayCalendarEventDataType> getHolidayCalendarEventData()
Gets the value of the holidayCalendarEventData property.
String getID()
Gets the value of the id property.
String getName()
Gets the value of the name property.
void setConditionRuleReference(ConditionRuleObjectType value)
Sets the value of the conditionRuleReference property.
void setDescription(String value)
Sets the value of the description property.
void setHolidayCalendarEventData(List<HolidayCalendarEventDataType> holidayCalendarEventData)
Sets the value of the holidayCalendarEventData property.
void setID(String value)
Sets the value of the id property.
void setName(String value)
Sets the value of the name property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected ConditionRuleObjectType conditionRuleReference

protected String description

protected List<HolidayCalendarEventDataType> holidayCalendarEventData

protected String id

protected String name

Public Constructors

public HolidayCalendarDataType ()

Public Methods

public ConditionRuleObjectType getConditionRuleReference ()

Gets the value of the conditionRuleReference property.

Returns

public String getDescription ()

Gets the value of the description property.

Returns
  • possible object is String

public List<HolidayCalendarEventDataType> getHolidayCalendarEventData ()

Gets the value of the holidayCalendarEventData property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the holidayCalendarEventData property.

For example, to add a new item, do as follows:

    getHolidayCalendarEventData().add(newItem);
 

Objects of the following type(s) are allowed in the list HolidayCalendarEventDataType

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 void setConditionRuleReference (ConditionRuleObjectType value)

Sets the value of the conditionRuleReference property.

Parameters
value Allowed object is ConditionRuleObjectType

public void setDescription (String value)

Sets the value of the description property.

Parameters
value Allowed object is String

public void setHolidayCalendarEventData (List<HolidayCalendarEventDataType> holidayCalendarEventData)

Sets the value of the holidayCalendarEventData property.

Parameters
holidayCalendarEventData Allowed object is HolidayCalendarEventDataType

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