| java.lang.Object | |
| ↳ | com.workday.hr.RecurrenceDataType |
Wrapper element containing recurrence data for the Calendar Event.
Java class for Recurrence_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Recurrence_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Recurrence_Type_Reference" type="{urn:com.workday/bsvc}Schedule_Request_TypeObjectType"/>
<element name="Recurrence_Interval_Multiplier" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="5"/>
<minInclusive value="0"/>
<fractionDigits value="2"/>
</restriction>
</simpleType>
</element>
<element name="Recurs_Every_Weekday" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Day_of_the_Week_Reference" type="{urn:com.workday/bsvc}Day_of_the_WeekObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Month_Reference" type="{urn:com.workday/bsvc}MonthObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Day_of_the_Month_Reference" type="{urn:com.workday/bsvc}Day_of_the_MonthObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Week_of_the_Month_Reference" type="{urn:com.workday/bsvc}Week_of_the_MonthObjectType" minOccurs="0"/>
<element name="Recurrence_Start_Date" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="Recurrence_End_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| dayOfTheMonthReference | |||||||||||
| dayOfTheWeekReference | |||||||||||
| monthReference | |||||||||||
| recurrenceEndDate | |||||||||||
| recurrenceIntervalMultiplier | |||||||||||
| recurrenceStartDate | |||||||||||
| recurrenceTypeReference | |||||||||||
| recursEveryWeekday | |||||||||||
| weekOfTheMonthReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the dayOfTheMonthReference property.
| |||||||||||
Gets the value of the dayOfTheWeekReference property.
| |||||||||||
Gets the value of the monthReference property.
| |||||||||||
Gets the value of the recurrenceEndDate property.
| |||||||||||
Gets the value of the recurrenceIntervalMultiplier property.
| |||||||||||
Gets the value of the recurrenceStartDate property.
| |||||||||||
Gets the value of the recurrenceTypeReference property.
| |||||||||||
Gets the value of the recursEveryWeekday property.
| |||||||||||
Gets the value of the weekOfTheMonthReference property.
| |||||||||||
Sets the value of the dayOfTheMonthReference property.
| |||||||||||
Sets the value of the dayOfTheWeekReference property.
| |||||||||||
Sets the value of the monthReference property.
| |||||||||||
Sets the value of the recurrenceEndDate property.
| |||||||||||
Sets the value of the recurrenceIntervalMultiplier property.
| |||||||||||
Sets the value of the recurrenceStartDate property.
| |||||||||||
Sets the value of the recurrenceTypeReference property.
| |||||||||||
Sets the value of the recursEveryWeekday property.
| |||||||||||
Sets the value of the weekOfTheMonthReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the dayOfTheMonthReference 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 dayOfTheMonthReference property.
For example, to add a new item, do as follows:
getDayOfTheMonthReference().add(newItem);
Objects of the following type(s) are allowed in the list
DayOfTheMonthObjectType
Gets the value of the dayOfTheWeekReference 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 dayOfTheWeekReference property.
For example, to add a new item, do as follows:
getDayOfTheWeekReference().add(newItem);
Objects of the following type(s) are allowed in the list
DayOfTheWeekObjectType
Gets the value of the monthReference 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 monthReference property.
For example, to add a new item, do as follows:
getMonthReference().add(newItem);
Objects of the following type(s) are allowed in the list
MonthObjectType
Gets the value of the recurrenceEndDate property.
Gets the value of the recurrenceIntervalMultiplier property.
Gets the value of the recurrenceStartDate property.
Gets the value of the recurrenceTypeReference property.
ScheduleRequestTypeObjectType
Gets the value of the recursEveryWeekday property. This getter has been renamed from isRecursEveryWeekday() to getRecursEveryWeekday() by cxf-xjc-boolean plugin.
Gets the value of the weekOfTheMonthReference property.
WeekOfTheMonthObjectType
Sets the value of the dayOfTheMonthReference property.
| dayOfTheMonthReference | Allowed object is
DayOfTheMonthObjectType
|
|---|
Sets the value of the dayOfTheWeekReference property.
| dayOfTheWeekReference | Allowed object is
DayOfTheWeekObjectType
|
|---|
Sets the value of the monthReference property.
| monthReference | Allowed object is
MonthObjectType
|
|---|
Sets the value of the recurrenceEndDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the recurrenceIntervalMultiplier property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the recurrenceStartDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the recurrenceTypeReference property.
| value | Allowed object is
ScheduleRequestTypeObjectType
|
|---|
Sets the value of the recursEveryWeekday property.
| value | Allowed object is Boolean |
|---|
Sets the value of the weekOfTheMonthReference property.
| value | Allowed object is
WeekOfTheMonthObjectType
|
|---|