public class

PayeePeriodCalculatedTimeSummaryDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.payrollinterface.PayeePeriodCalculatedTimeSummaryDataType

Class Overview

Payee Period Calculated Time Summary Data

Java class for Payee_Period_Calculated_Time_Summary_DataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Payee_Period_Calculated_Time_Summary_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Total_Calculated_Quantity" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="14"/>
               <fractionDigits value="2"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Override_Rate" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="10"/>
               <minInclusive value="0"/>
               <fractionDigits value="6"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Currency_Reference" type="{urn:com.workday/bsvc}CurrencyObjectType" minOccurs="0"/>
         <element name="Worktag_Data" type="{urn:com.workday/bsvc}Worker_Time_Block_Worktag_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected CurrencyObjectType currencyReference
protected BigDecimal overrideRate
protected BigDecimal totalCalculatedQuantity
protected List<WorkerTimeBlockWorktagDataType> worktagData
Public Constructors
PayeePeriodCalculatedTimeSummaryDataType()
Public Methods
CurrencyObjectType getCurrencyReference()
Gets the value of the currencyReference property.
BigDecimal getOverrideRate()
Gets the value of the overrideRate property.
BigDecimal getTotalCalculatedQuantity()
Gets the value of the totalCalculatedQuantity property.
List<WorkerTimeBlockWorktagDataType> getWorktagData()
Gets the value of the worktagData property.
void setCurrencyReference(CurrencyObjectType value)
Sets the value of the currencyReference property.
void setOverrideRate(BigDecimal value)
Sets the value of the overrideRate property.
void setTotalCalculatedQuantity(BigDecimal value)
Sets the value of the totalCalculatedQuantity property.
void setWorktagData(List<WorkerTimeBlockWorktagDataType> worktagData)
Sets the value of the worktagData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected CurrencyObjectType currencyReference

protected BigDecimal overrideRate

protected BigDecimal totalCalculatedQuantity

protected List<WorkerTimeBlockWorktagDataType> worktagData

Public Constructors

public PayeePeriodCalculatedTimeSummaryDataType ()

Public Methods

public CurrencyObjectType getCurrencyReference ()

Gets the value of the currencyReference property.

Returns

public BigDecimal getOverrideRate ()

Gets the value of the overrideRate property.

Returns
  • possible object is BigDecimal

public BigDecimal getTotalCalculatedQuantity ()

Gets the value of the totalCalculatedQuantity property.

Returns
  • possible object is BigDecimal

public List<WorkerTimeBlockWorktagDataType> getWorktagData ()

Gets the value of the worktagData 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 worktagData property.

For example, to add a new item, do as follows:

    getWorktagData().add(newItem);
 

Objects of the following type(s) are allowed in the list WorkerTimeBlockWorktagDataType

public void setCurrencyReference (CurrencyObjectType value)

Sets the value of the currencyReference property.

Parameters
value Allowed object is CurrencyObjectType

public void setOverrideRate (BigDecimal value)

Sets the value of the overrideRate property.

Parameters
value Allowed object is BigDecimal

public void setTotalCalculatedQuantity (BigDecimal value)

Sets the value of the totalCalculatedQuantity property.

Parameters
value Allowed object is BigDecimal

public void setWorktagData (List<WorkerTimeBlockWorktagDataType> worktagData)

Sets the value of the worktagData property.

Parameters
worktagData Allowed object is WorkerTimeBlockWorktagDataType