public class

PayAccumulationDataForGetPayrollResultsType

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

Class Overview

Payroll Result element

Java class for Pay_Accumulation_Data_for_Get_Payroll_ResultsType complex type.

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

 <complexType name="Pay_Accumulation_Data_for_Get_Payroll_ResultsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Pay_Accumulation_Reference" type="{urn:com.workday/bsvc}Payroll_CalculationObjectType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Amount" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="26"/>
               <fractionDigits value="6"/>
             </restriction>
           </simpleType>
         </element>
         <element name="QTD_Amount" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="26"/>
               <fractionDigits value="6"/>
             </restriction>
           </simpleType>
         </element>
         <element name="YTD_Amount" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="26"/>
               <fractionDigits value="6"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected BigDecimal amount
protected List<PayrollCalculationObjectType> payAccumulationReference
protected BigDecimal qtdAmount
protected BigDecimal ytdAmount
Public Constructors
PayAccumulationDataForGetPayrollResultsType()
Public Methods
BigDecimal getAmount()
Gets the value of the amount property.
List<PayrollCalculationObjectType> getPayAccumulationReference()
Gets the value of the payAccumulationReference property.
BigDecimal getQTDAmount()
Gets the value of the qtdAmount property.
BigDecimal getYTDAmount()
Gets the value of the ytdAmount property.
void setAmount(BigDecimal value)
Sets the value of the amount property.
void setQTDAmount(BigDecimal value)
Sets the value of the qtdAmount property.
void setYTDAmount(BigDecimal value)
Sets the value of the ytdAmount property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected BigDecimal amount

protected List<PayrollCalculationObjectType> payAccumulationReference

protected BigDecimal qtdAmount

protected BigDecimal ytdAmount

Public Constructors

public PayAccumulationDataForGetPayrollResultsType ()

Public Methods

public BigDecimal getAmount ()

Gets the value of the amount property.

Returns
  • possible object is BigDecimal

public List<PayrollCalculationObjectType> getPayAccumulationReference ()

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

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

    getPayAccumulationReference().add(newItem);
 

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

public BigDecimal getQTDAmount ()

Gets the value of the qtdAmount property.

Returns
  • possible object is BigDecimal

public BigDecimal getYTDAmount ()

Gets the value of the ytdAmount property.

Returns
  • possible object is BigDecimal

public void setAmount (BigDecimal value)

Sets the value of the amount property.

Parameters
value Allowed object is BigDecimal

public void setQTDAmount (BigDecimal value)

Sets the value of the qtdAmount property.

Parameters
value Allowed object is BigDecimal

public void setYTDAmount (BigDecimal value)

Sets the value of the ytdAmount property.

Parameters
value Allowed object is BigDecimal