public class

TimeBlockCorrectionDataType

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

Class Overview

Payee Time Tracking Correction Data

Java class for Time_Block_Correction_DataType complex type.

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

 <complexType name="Time_Block_Correction_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Time_Block_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Time_Block_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"/>
               <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 timeBlockCalculatedQuantity
protected XMLGregorianCalendar timeBlockDate
protected List<WorkerTimeBlockWorktagDataType> worktagData
Public Constructors
TimeBlockCorrectionDataType()
Public Methods
CurrencyObjectType getCurrencyReference()
Gets the value of the currencyReference property.
BigDecimal getOverrideRate()
Gets the value of the overrideRate property.
BigDecimal getTimeBlockCalculatedQuantity()
Gets the value of the timeBlockCalculatedQuantity property.
XMLGregorianCalendar getTimeBlockDate()
Gets the value of the timeBlockDate 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 setTimeBlockCalculatedQuantity(BigDecimal value)
Sets the value of the timeBlockCalculatedQuantity property.
void setTimeBlockDate(XMLGregorianCalendar value)
Sets the value of the timeBlockDate 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 timeBlockCalculatedQuantity

protected XMLGregorianCalendar timeBlockDate

protected List<WorkerTimeBlockWorktagDataType> worktagData

Public Constructors

public TimeBlockCorrectionDataType ()

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 getTimeBlockCalculatedQuantity ()

Gets the value of the timeBlockCalculatedQuantity property.

Returns
  • possible object is BigDecimal

public XMLGregorianCalendar getTimeBlockDate ()

Gets the value of the timeBlockDate property.

Returns
  • possible object is XMLGregorianCalendar

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 setTimeBlockCalculatedQuantity (BigDecimal value)

Sets the value of the timeBlockCalculatedQuantity property.

Parameters
value Allowed object is BigDecimal

public void setTimeBlockDate (XMLGregorianCalendar value)

Sets the value of the timeBlockDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setWorktagData (List<WorkerTimeBlockWorktagDataType> worktagData)

Sets the value of the worktagData property.

Parameters
worktagData Allowed object is WorkerTimeBlockWorktagDataType