public class

FrequencyDataType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.FrequencyDataType

Class Overview

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>
 

Summary

Fields
protected BigDecimal annualizationFactor
protected FrequencyBehaviorObjectType frequencyBehaviorReference
protected String frequencyID
protected String name
protected Boolean useWeeklyHours
protected Boolean usedInPayrollInterface
Public Constructors
FrequencyDataType()
Public Methods
BigDecimal getAnnualizationFactor()
Gets the value of the annualizationFactor property.
FrequencyBehaviorObjectType getFrequencyBehaviorReference()
Gets the value of the frequencyBehaviorReference property.
String getFrequencyID()
Gets the value of the frequencyID property.
String getName()
Gets the value of the name property.
Boolean isUseWeeklyHours()
Gets the value of the useWeeklyHours property.
Boolean isUsedInPayrollInterface()
Gets the value of the usedInPayrollInterface property.
void setAnnualizationFactor(BigDecimal value)
Sets the value of the annualizationFactor property.
void setFrequencyBehaviorReference(FrequencyBehaviorObjectType value)
Sets the value of the frequencyBehaviorReference property.
void setFrequencyID(String value)
Sets the value of the frequencyID property.
void setName(String value)
Sets the value of the name property.
void setUseWeeklyHours(Boolean value)
Sets the value of the useWeeklyHours property.
void setUsedInPayrollInterface(Boolean value)
Sets the value of the usedInPayrollInterface property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected BigDecimal annualizationFactor

protected FrequencyBehaviorObjectType frequencyBehaviorReference

protected String frequencyID

protected String name

protected Boolean useWeeklyHours

protected Boolean usedInPayrollInterface

Public Constructors

public FrequencyDataType ()

Public Methods

public BigDecimal getAnnualizationFactor ()

Gets the value of the annualizationFactor property.

Returns
  • possible object is BigDecimal

public FrequencyBehaviorObjectType getFrequencyBehaviorReference ()

Gets the value of the frequencyBehaviorReference property.

Returns

public String getFrequencyID ()

Gets the value of the frequencyID property.

Returns
  • possible object is String

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public Boolean isUseWeeklyHours ()

Gets the value of the useWeeklyHours property.

Returns
  • possible object is Boolean

public Boolean isUsedInPayrollInterface ()

Gets the value of the usedInPayrollInterface property.

Returns
  • possible object is Boolean

public void setAnnualizationFactor (BigDecimal value)

Sets the value of the annualizationFactor property.

Parameters
value Allowed object is BigDecimal

public void setFrequencyBehaviorReference (FrequencyBehaviorObjectType value)

Sets the value of the frequencyBehaviorReference property.

Parameters
value Allowed object is FrequencyBehaviorObjectType

public void setFrequencyID (String value)

Sets the value of the frequencyID 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

public void setUseWeeklyHours (Boolean value)

Sets the value of the useWeeklyHours property.

Parameters
value Allowed object is Boolean

public void setUsedInPayrollInterface (Boolean value)

Sets the value of the usedInPayrollInterface property.

Parameters
value Allowed object is Boolean