| java.lang.Object | |
| ↳ | com.workday.hr.FrequencyDataType |
Container for the core frequency data
Java class for Frequency_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Frequency_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Frequency_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Annualization_Factor">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="6"/>
<minInclusive value="0"/>
<fractionDigits value="2"/>
</restriction>
</simpleType>
</element>
<element name="Frequency_Behavior_Reference" type="{urn:com.workday/bsvc}Frequency_BehaviorObjectType" minOccurs="0"/>
<element name="Use_Weekly_Hours" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Used_in_Payroll_Interface" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| annualizationFactor | |||||||||||
| frequencyBehaviorReference | |||||||||||
| frequencyID | |||||||||||
| name | |||||||||||
| useWeeklyHours | |||||||||||
| usedInPayrollInterface | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the annualizationFactor property.
| |||||||||||
Gets the value of the frequencyBehaviorReference property.
| |||||||||||
Gets the value of the frequencyID property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the useWeeklyHours property.
| |||||||||||
Gets the value of the usedInPayrollInterface property.
| |||||||||||
Sets the value of the annualizationFactor property.
| |||||||||||
Sets the value of the frequencyBehaviorReference property.
| |||||||||||
Sets the value of the frequencyID property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the useWeeklyHours property.
| |||||||||||
Sets the value of the usedInPayrollInterface property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the annualizationFactor property.
Gets the value of the frequencyBehaviorReference property.
FrequencyBehaviorObjectType
Gets the value of the frequencyID property.
Gets the value of the name property.
Gets the value of the useWeeklyHours property. This getter has been renamed from isUseWeeklyHours() to getUseWeeklyHours() by cxf-xjc-boolean plugin.
Gets the value of the usedInPayrollInterface property. This getter has been renamed from isUsedInPayrollInterface() to getUsedInPayrollInterface() by cxf-xjc-boolean plugin.
Sets the value of the annualizationFactor property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the frequencyBehaviorReference property.
| value | Allowed object is
FrequencyBehaviorObjectType
|
|---|
Sets the value of the frequencyID property.
| value | Allowed object is String |
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|
Sets the value of the useWeeklyHours property.
| value | Allowed object is Boolean |
|---|
Sets the value of the usedInPayrollInterface property.
| value | Allowed object is Boolean |
|---|