public class

ResultLineDetailsForGetPayrollResultsType

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

Class Overview

Result Line Details for Get Payroll Results

Java class for Result_Line_Details_for_Get_Payroll_ResultsType complex type.

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

 <complexType name="Result_Line_Details_for_Get_Payroll_ResultsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Pay_Component_Reference" type="{urn:com.workday/bsvc}Pay_Component_ReferenceType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Pay_Component_Frequency" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="18"/>
               <minInclusive value="0"/>
               <fractionDigits value="6"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Periods_Remaining_In_Calendar_Year" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="12"/>
               <minInclusive value="0"/>
               <fractionDigits value="0"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Subperiod_Start_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Subperiod_End_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Payroll_Worktag_Data" type="{urn:com.workday/bsvc}Payroll_Worktag_DataType" minOccurs="0"/>
         <element name="Result_Line_Amount" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="36"/>
               <fractionDigits value="6"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Result_Line_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="Result_Line_YTD_Amount" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="26"/>
               <fractionDigits value="6"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Result_Line_Arrears_Amount" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="26"/>
               <fractionDigits value="6"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Related_Calculation_Result_Data" type="{urn:com.workday/bsvc}Related_Calculation_Data_for_Get_Payroll_ResultsType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Withholding_Order_Data" type="{urn:com.workday/bsvc}Withholding_Order_Data_for_Get_Payroll_ResultsType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected BigDecimal payComponentFrequency
protected List<PayComponentReferenceType> payComponentReference
protected PayrollWorktagDataType payrollWorktagData
protected BigDecimal periodsRemainingInCalendarYear
protected List<RelatedCalculationDataForGetPayrollResultsType> relatedCalculationResultData
protected BigDecimal resultLineAmount
protected BigDecimal resultLineArrearsAmount
protected BigDecimal resultLineQTDAmount
protected BigDecimal resultLineYTDAmount
protected XMLGregorianCalendar subperiodEndDate
protected XMLGregorianCalendar subperiodStartDate
protected WithholdingOrderDataForGetPayrollResultsType withholdingOrderData
Public Constructors
ResultLineDetailsForGetPayrollResultsType()
Public Methods
BigDecimal getPayComponentFrequency()
Gets the value of the payComponentFrequency property.
List<PayComponentReferenceType> getPayComponentReference()
Gets the value of the payComponentReference property.
PayrollWorktagDataType getPayrollWorktagData()
Gets the value of the payrollWorktagData property.
BigDecimal getPeriodsRemainingInCalendarYear()
Gets the value of the periodsRemainingInCalendarYear property.
List<RelatedCalculationDataForGetPayrollResultsType> getRelatedCalculationResultData()
Gets the value of the relatedCalculationResultData property.
BigDecimal getResultLineAmount()
Gets the value of the resultLineAmount property.
BigDecimal getResultLineArrearsAmount()
Gets the value of the resultLineArrearsAmount property.
BigDecimal getResultLineQTDAmount()
Gets the value of the resultLineQTDAmount property.
BigDecimal getResultLineYTDAmount()
Gets the value of the resultLineYTDAmount property.
XMLGregorianCalendar getSubperiodEndDate()
Gets the value of the subperiodEndDate property.
XMLGregorianCalendar getSubperiodStartDate()
Gets the value of the subperiodStartDate property.
WithholdingOrderDataForGetPayrollResultsType getWithholdingOrderData()
Gets the value of the withholdingOrderData property.
void setPayComponentFrequency(BigDecimal value)
Sets the value of the payComponentFrequency property.
void setPayrollWorktagData(PayrollWorktagDataType value)
Sets the value of the payrollWorktagData property.
void setPeriodsRemainingInCalendarYear(BigDecimal value)
Sets the value of the periodsRemainingInCalendarYear property.
void setResultLineAmount(BigDecimal value)
Sets the value of the resultLineAmount property.
void setResultLineArrearsAmount(BigDecimal value)
Sets the value of the resultLineArrearsAmount property.
void setResultLineQTDAmount(BigDecimal value)
Sets the value of the resultLineQTDAmount property.
void setResultLineYTDAmount(BigDecimal value)
Sets the value of the resultLineYTDAmount property.
void setSubperiodEndDate(XMLGregorianCalendar value)
Sets the value of the subperiodEndDate property.
void setSubperiodStartDate(XMLGregorianCalendar value)
Sets the value of the subperiodStartDate property.
void setWithholdingOrderData(WithholdingOrderDataForGetPayrollResultsType value)
Sets the value of the withholdingOrderData property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected BigDecimal payComponentFrequency

protected List<PayComponentReferenceType> payComponentReference

protected PayrollWorktagDataType payrollWorktagData

protected BigDecimal periodsRemainingInCalendarYear

protected List<RelatedCalculationDataForGetPayrollResultsType> relatedCalculationResultData

protected BigDecimal resultLineAmount

protected BigDecimal resultLineArrearsAmount

protected BigDecimal resultLineQTDAmount

protected BigDecimal resultLineYTDAmount

protected XMLGregorianCalendar subperiodEndDate

protected XMLGregorianCalendar subperiodStartDate

protected WithholdingOrderDataForGetPayrollResultsType withholdingOrderData

Public Constructors

public ResultLineDetailsForGetPayrollResultsType ()

Public Methods

public BigDecimal getPayComponentFrequency ()

Gets the value of the payComponentFrequency property.

Returns
  • possible object is BigDecimal

public List<PayComponentReferenceType> getPayComponentReference ()

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

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

    getPayComponentReference().add(newItem);
 

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

public PayrollWorktagDataType getPayrollWorktagData ()

Gets the value of the payrollWorktagData property.

Returns

public BigDecimal getPeriodsRemainingInCalendarYear ()

Gets the value of the periodsRemainingInCalendarYear property.

Returns
  • possible object is BigDecimal

public List<RelatedCalculationDataForGetPayrollResultsType> getRelatedCalculationResultData ()

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

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

    getRelatedCalculationResultData().add(newItem);
 

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

public BigDecimal getResultLineAmount ()

Gets the value of the resultLineAmount property.

Returns
  • possible object is BigDecimal

public BigDecimal getResultLineArrearsAmount ()

Gets the value of the resultLineArrearsAmount property.

Returns
  • possible object is BigDecimal

public BigDecimal getResultLineQTDAmount ()

Gets the value of the resultLineQTDAmount property.

Returns
  • possible object is BigDecimal

public BigDecimal getResultLineYTDAmount ()

Gets the value of the resultLineYTDAmount property.

Returns
  • possible object is BigDecimal

public XMLGregorianCalendar getSubperiodEndDate ()

Gets the value of the subperiodEndDate property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getSubperiodStartDate ()

Gets the value of the subperiodStartDate property.

Returns
  • possible object is XMLGregorianCalendar

public WithholdingOrderDataForGetPayrollResultsType getWithholdingOrderData ()

Gets the value of the withholdingOrderData property.

public void setPayComponentFrequency (BigDecimal value)

Sets the value of the payComponentFrequency property.

Parameters
value Allowed object is BigDecimal

public void setPayrollWorktagData (PayrollWorktagDataType value)

Sets the value of the payrollWorktagData property.

Parameters
value Allowed object is PayrollWorktagDataType

public void setPeriodsRemainingInCalendarYear (BigDecimal value)

Sets the value of the periodsRemainingInCalendarYear property.

Parameters
value Allowed object is BigDecimal

public void setResultLineAmount (BigDecimal value)

Sets the value of the resultLineAmount property.

Parameters
value Allowed object is BigDecimal

public void setResultLineArrearsAmount (BigDecimal value)

Sets the value of the resultLineArrearsAmount property.

Parameters
value Allowed object is BigDecimal

public void setResultLineQTDAmount (BigDecimal value)

Sets the value of the resultLineQTDAmount property.

Parameters
value Allowed object is BigDecimal

public void setResultLineYTDAmount (BigDecimal value)

Sets the value of the resultLineYTDAmount property.

Parameters
value Allowed object is BigDecimal

public void setSubperiodEndDate (XMLGregorianCalendar value)

Sets the value of the subperiodEndDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setSubperiodStartDate (XMLGregorianCalendar value)

Sets the value of the subperiodStartDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setWithholdingOrderData (WithholdingOrderDataForGetPayrollResultsType value)

Sets the value of the withholdingOrderData property.

Parameters
value Allowed object is WithholdingOrderDataForGetPayrollResultsType