| java.lang.Object | |
| ↳ | workday.com.bsvc.PeriodScheduleDataType |
Name of Period Schedule.
Java class for Period_Schedule_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Period_Schedule_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Period_Schedule_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Period_Schedule_Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Frequency_Reference" type="{urn:com.workday/bsvc}FrequencyObjectType"/>
<element name="Usage_Reference" type="{urn:com.workday/bsvc}Period_Schedule_UsageObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Allow_Timesheet_Changes" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Payroll_Period_Schedule_Reference" type="{urn:com.workday/bsvc}Period_ScheduleObjectType" minOccurs="0"/>
<element name="Time_Tracking_Eligibility_Rule_Reference" type="{urn:com.workday/bsvc}Time_Tracking_Eligibility_RuleObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Period_Data" type="{urn:com.workday/bsvc}Period_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| allowTimesheetChanges | |||||||||||
| frequencyReference | |||||||||||
| payrollPeriodScheduleReference | |||||||||||
| periodData | |||||||||||
| periodScheduleID | |||||||||||
| periodScheduleName | |||||||||||
| timeTrackingEligibilityRuleReference | |||||||||||
| usageReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the frequencyReference property.
| |||||||||||
Gets the value of the payrollPeriodScheduleReference property.
| |||||||||||
Gets the value of the periodData property.
| |||||||||||
Gets the value of the periodScheduleID property.
| |||||||||||
Gets the value of the periodScheduleName property.
| |||||||||||
Gets the value of the timeTrackingEligibilityRuleReference property.
| |||||||||||
Gets the value of the usageReference property.
| |||||||||||
Gets the value of the allowTimesheetChanges property.
| |||||||||||
Sets the value of the allowTimesheetChanges property.
| |||||||||||
Sets the value of the frequencyReference property.
| |||||||||||
Sets the value of the payrollPeriodScheduleReference property.
| |||||||||||
Sets the value of the periodScheduleID property.
| |||||||||||
Sets the value of the periodScheduleName property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the frequencyReference property.
FrequencyObjectType
Gets the value of the payrollPeriodScheduleReference property.
PeriodScheduleObjectType
Gets the value of the periodData 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 periodData property.
For example, to add a new item, do as follows:
getPeriodData().add(newItem);
Objects of the following type(s) are allowed in the list
PeriodDataType
Gets the value of the periodScheduleID property.
Gets the value of the periodScheduleName property.
Gets the value of the timeTrackingEligibilityRuleReference 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 timeTrackingEligibilityRuleReference property.
For example, to add a new item, do as follows:
getTimeTrackingEligibilityRuleReference().add(newItem);
Objects of the following type(s) are allowed in the list
TimeTrackingEligibilityRuleObjectType
Gets the value of the usageReference 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 usageReference property.
For example, to add a new item, do as follows:
getUsageReference().add(newItem);
Objects of the following type(s) are allowed in the list
PeriodScheduleUsageObjectType
Gets the value of the allowTimesheetChanges property.
Sets the value of the allowTimesheetChanges property.
| value | Allowed object is Boolean |
|---|
Sets the value of the frequencyReference property.
| value | Allowed object is
FrequencyObjectType
|
|---|
Sets the value of the payrollPeriodScheduleReference property.
| value | Allowed object is
PeriodScheduleObjectType
|
|---|
Sets the value of the periodScheduleID property.
| value | Allowed object is String |
|---|
Sets the value of the periodScheduleName property.
| value | Allowed object is String |
|---|