| java.lang.Object | |
| ↳ | com.workday.hr.HolidayCalendarDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| conditionRuleReference | |||||||||||
| description | |||||||||||
| holidayCalendarEventData | |||||||||||
| id | |||||||||||
| name | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the conditionRuleReference property.
| |||||||||||
Gets the value of the description property.
| |||||||||||
Gets the value of the holidayCalendarEventData property.
| |||||||||||
Gets the value of the id property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Sets the value of the conditionRuleReference property.
| |||||||||||
Sets the value of the description property.
| |||||||||||
Sets the value of the holidayCalendarEventData property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the conditionRuleReference property.
ConditionRuleObjectType
Gets the value of the description property.
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
Gets the value of the id property.
Gets the value of the name property.
Sets the value of the conditionRuleReference property.
| value | Allowed object is
ConditionRuleObjectType
|
|---|
Sets the value of the description property.
| value | Allowed object is String |
|---|
Sets the value of the holidayCalendarEventData property.
| holidayCalendarEventData | Allowed object is
HolidayCalendarEventDataType
|
|---|
Sets the value of the id property.
| value | Allowed object is String |
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|