public class

PayrollResultDetailDataType

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

Class Overview

Payroll Result Detail Data element

Java class for Payroll_Result_Detail_DataType complex type.

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

 <complexType name="Payroll_Result_Detail_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Employer_Paid" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Deduction_Reference" type="{urn:com.workday/bsvc}Payroll_CalculationObjectType"/>
         <element name="Payroll_Tax_Authority_Reference" type="{urn:com.workday/bsvc}Payroll_Tax_AuthorityObjectType"/>
         <element name="Work_PSD_Code" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Resident_PSD_Code" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Tax_Filing_Code" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="SUI_Rate" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="26"/>
               <fractionDigits value="6"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Tax_Withheld" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="36"/>
               <fractionDigits value="6"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Taxable_Wages" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="26"/>
               <fractionDigits value="6"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Subject_Wages" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="26"/>
               <fractionDigits value="6"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Gross_Wages" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="26"/>
               <fractionDigits value="6"/>
             </restriction>
           </simpleType>
         </element>
         <element name="QTD_Data" type="{urn:com.workday/bsvc}QTD_Tax_Filing_Data_for_Periodic_WorkerType" minOccurs="0"/>
         <element name="YTD_Data" type="{urn:com.workday/bsvc}YTD_Tax_Filing_Data_for_Periodic_WorkerType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected PayrollCalculationObjectType deductionReference
protected Boolean employerPaid
protected BigDecimal grossWages
protected PayrollTaxAuthorityObjectType payrollTaxAuthorityReference
protected QTDTaxFilingDataForPeriodicWorkerType qtdData
protected String residentPSDCode
protected BigDecimal subjectWages
protected BigDecimal suiRate
protected String taxFilingCode
protected BigDecimal taxWithheld
protected BigDecimal taxableWages
protected String workPSDCode
protected YTDTaxFilingDataForPeriodicWorkerType ytdData
Public Constructors
PayrollResultDetailDataType()
Public Methods
PayrollCalculationObjectType getDeductionReference()
Gets the value of the deductionReference property.
BigDecimal getGrossWages()
Gets the value of the grossWages property.
PayrollTaxAuthorityObjectType getPayrollTaxAuthorityReference()
Gets the value of the payrollTaxAuthorityReference property.
QTDTaxFilingDataForPeriodicWorkerType getQTDData()
Gets the value of the qtdData property.
String getResidentPSDCode()
Gets the value of the residentPSDCode property.
BigDecimal getSUIRate()
Gets the value of the suiRate property.
BigDecimal getSubjectWages()
Gets the value of the subjectWages property.
String getTaxFilingCode()
Gets the value of the taxFilingCode property.
BigDecimal getTaxWithheld()
Gets the value of the taxWithheld property.
BigDecimal getTaxableWages()
Gets the value of the taxableWages property.
String getWorkPSDCode()
Gets the value of the workPSDCode property.
YTDTaxFilingDataForPeriodicWorkerType getYTDData()
Gets the value of the ytdData property.
Boolean isEmployerPaid()
Gets the value of the employerPaid property.
void setDeductionReference(PayrollCalculationObjectType value)
Sets the value of the deductionReference property.
void setEmployerPaid(Boolean value)
Sets the value of the employerPaid property.
void setGrossWages(BigDecimal value)
Sets the value of the grossWages property.
void setPayrollTaxAuthorityReference(PayrollTaxAuthorityObjectType value)
Sets the value of the payrollTaxAuthorityReference property.
void setQTDData(QTDTaxFilingDataForPeriodicWorkerType value)
Sets the value of the qtdData property.
void setResidentPSDCode(String value)
Sets the value of the residentPSDCode property.
void setSUIRate(BigDecimal value)
Sets the value of the suiRate property.
void setSubjectWages(BigDecimal value)
Sets the value of the subjectWages property.
void setTaxFilingCode(String value)
Sets the value of the taxFilingCode property.
void setTaxWithheld(BigDecimal value)
Sets the value of the taxWithheld property.
void setTaxableWages(BigDecimal value)
Sets the value of the taxableWages property.
void setWorkPSDCode(String value)
Sets the value of the workPSDCode property.
void setYTDData(YTDTaxFilingDataForPeriodicWorkerType value)
Sets the value of the ytdData property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected PayrollCalculationObjectType deductionReference

protected Boolean employerPaid

protected BigDecimal grossWages

protected PayrollTaxAuthorityObjectType payrollTaxAuthorityReference

protected String residentPSDCode

protected BigDecimal subjectWages

protected BigDecimal suiRate

protected String taxFilingCode

protected BigDecimal taxWithheld

protected BigDecimal taxableWages

protected String workPSDCode

Public Constructors

public PayrollResultDetailDataType ()

Public Methods

public PayrollCalculationObjectType getDeductionReference ()

Gets the value of the deductionReference property.

Returns

public BigDecimal getGrossWages ()

Gets the value of the grossWages property.

Returns
  • possible object is BigDecimal

public PayrollTaxAuthorityObjectType getPayrollTaxAuthorityReference ()

Gets the value of the payrollTaxAuthorityReference property.

Returns

public QTDTaxFilingDataForPeriodicWorkerType getQTDData ()

Gets the value of the qtdData property.

Returns

public String getResidentPSDCode ()

Gets the value of the residentPSDCode property.

Returns
  • possible object is String

public BigDecimal getSUIRate ()

Gets the value of the suiRate property.

Returns
  • possible object is BigDecimal

public BigDecimal getSubjectWages ()

Gets the value of the subjectWages property.

Returns
  • possible object is BigDecimal

public String getTaxFilingCode ()

Gets the value of the taxFilingCode property.

Returns
  • possible object is String

public BigDecimal getTaxWithheld ()

Gets the value of the taxWithheld property.

Returns
  • possible object is BigDecimal

public BigDecimal getTaxableWages ()

Gets the value of the taxableWages property.

Returns
  • possible object is BigDecimal

public String getWorkPSDCode ()

Gets the value of the workPSDCode property.

Returns
  • possible object is String

public YTDTaxFilingDataForPeriodicWorkerType getYTDData ()

Gets the value of the ytdData property.

Returns

public Boolean isEmployerPaid ()

Gets the value of the employerPaid property.

Returns
  • possible object is Boolean

public void setDeductionReference (PayrollCalculationObjectType value)

Sets the value of the deductionReference property.

Parameters
value Allowed object is PayrollCalculationObjectType

public void setEmployerPaid (Boolean value)

Sets the value of the employerPaid property.

Parameters
value Allowed object is Boolean

public void setGrossWages (BigDecimal value)

Sets the value of the grossWages property.

Parameters
value Allowed object is BigDecimal

public void setPayrollTaxAuthorityReference (PayrollTaxAuthorityObjectType value)

Sets the value of the payrollTaxAuthorityReference property.

Parameters
value Allowed object is PayrollTaxAuthorityObjectType

public void setQTDData (QTDTaxFilingDataForPeriodicWorkerType value)

Sets the value of the qtdData property.

Parameters
value Allowed object is QTDTaxFilingDataForPeriodicWorkerType

public void setResidentPSDCode (String value)

Sets the value of the residentPSDCode property.

Parameters
value Allowed object is String

public void setSUIRate (BigDecimal value)

Sets the value of the suiRate property.

Parameters
value Allowed object is BigDecimal

public void setSubjectWages (BigDecimal value)

Sets the value of the subjectWages property.

Parameters
value Allowed object is BigDecimal

public void setTaxFilingCode (String value)

Sets the value of the taxFilingCode property.

Parameters
value Allowed object is String

public void setTaxWithheld (BigDecimal value)

Sets the value of the taxWithheld property.

Parameters
value Allowed object is BigDecimal

public void setTaxableWages (BigDecimal value)

Sets the value of the taxableWages property.

Parameters
value Allowed object is BigDecimal

public void setWorkPSDCode (String value)

Sets the value of the workPSDCode property.

Parameters
value Allowed object is String

public void setYTDData (YTDTaxFilingDataForPeriodicWorkerType value)

Sets the value of the ytdData property.

Parameters
value Allowed object is YTDTaxFilingDataForPeriodicWorkerType