| java.lang.Object | |
| ↳ | workday.com.bsvc.PayrollRemittanceDataType |
Payroll Remittance Data. Will always be included in the Get Payroll Payslips web service. Can be conditionally returned by setting the "Include Payroll Remittance Data" grouping flag in the Get Payments web service.
Java class for Payroll_Remittance_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Payroll_Remittance_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Period_Start_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Period_End_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Federal_Marital_Status_Reference" type="{urn:com.workday/bsvc}Payroll_Withholding_StatusObjectType" minOccurs="0"/>
<element name="Federal_Allowance" 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="Federal_Additional_Allowance" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="8"/>
<minInclusive value="0"/>
<fractionDigits value="2"/>
</restriction>
</simpleType>
</element>
<element name="Work_State_Marital_Status_Reference" type="{urn:com.workday/bsvc}Payroll_Withholding_StatusObjectType" minOccurs="0"/>
<element name="Work_State_Allowance" 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="Work_State_Additional_Amount" 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="Pay_Group_Detail_Reference" type="{urn:com.workday/bsvc}Pay_Group_DetailObjectType" minOccurs="0"/>
<element name="Frequency_Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Gross_Amount" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="26"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Total_Units" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="26"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Net_Pay" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="26"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Taxes_Deductions" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="26"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Print_Payslip" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Print_Check_on_Payslip" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Payslip_Distribution_Sorting_Criteria" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Worker_Data" type="{urn:com.workday/bsvc}Payroll_Remittance_Worker_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Work_Address_Data" type="{urn:com.workday/bsvc}Address_Information_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Gross_And_Net_Data" type="{urn:com.workday/bsvc}Payroll_Remittance_Gross_And_Net_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Total_Data" type="{urn:com.workday/bsvc}Payroll_Remittance_Total_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Earnings_Data" type="{urn:com.workday/bsvc}Payroll_Remittance_Earnings_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Pre_Tax_Deductions_Data" type="{urn:com.workday/bsvc}Payroll_Remittance_Pre_Tax_Deduction_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Post_Tax_Deductions_Data" type="{urn:com.workday/bsvc}Payroll_Remittance_Post_Tax_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Employee_Taxes_Data" type="{urn:com.workday/bsvc}Payroll_Remittance_Employee_Taxes_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Employer_Paid_Benefits_Data" type="{urn:com.workday/bsvc}Payroll_Remittance_Employer_Paid_Benefits_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Taxable_Wages_Data" type="{urn:com.workday/bsvc}Payroll_Remittance_Taxable_Wages_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Absence_Plans_Data" type="{urn:com.workday/bsvc}Payroll_Remittance_Absence_PlanType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Payslip_Message_Data" type="{urn:com.workday/bsvc}Payroll_Remittance_Payslip_Message_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the absencePlansData property.
| |||||||||||
Gets the value of the earningsData property.
| |||||||||||
Gets the value of the employeeTaxesData property.
| |||||||||||
Gets the value of the employerPaidBenefitsData property.
| |||||||||||
Gets the value of the federalAdditionalAllowance property.
| |||||||||||
Gets the value of the federalAllowance property.
| |||||||||||
Gets the value of the federalMaritalStatusReference property.
| |||||||||||
Gets the value of the frequencyName property.
| |||||||||||
Gets the value of the grossAmount property.
| |||||||||||
Gets the value of the grossAndNetData property.
| |||||||||||
Gets the value of the netPay property.
| |||||||||||
Gets the value of the payGroupDetailReference property.
| |||||||||||
Gets the value of the payslipDistributionSortingCriteria property.
| |||||||||||
Gets the value of the payslipMessageData property.
| |||||||||||
Gets the value of the periodEndDate property.
| |||||||||||
Gets the value of the periodStartDate property.
| |||||||||||
Gets the value of the postTaxDeductionsData property.
| |||||||||||
Gets the value of the preTaxDeductionsData property.
| |||||||||||
Gets the value of the taxableWagesData property.
| |||||||||||
Gets the value of the taxesDeductions property.
| |||||||||||
Gets the value of the totalData property.
| |||||||||||
Gets the value of the totalUnits property.
| |||||||||||
Gets the value of the workAddressData property.
| |||||||||||
Gets the value of the workStateAdditionalAmount property.
| |||||||||||
Gets the value of the workStateAllowance property.
| |||||||||||
Gets the value of the workStateMaritalStatusReference property.
| |||||||||||
Gets the value of the workerData property.
| |||||||||||
Gets the value of the printCheckOnPayslip property.
| |||||||||||
Gets the value of the printPayslip property.
| |||||||||||
Sets the value of the federalAdditionalAllowance property.
| |||||||||||
Sets the value of the federalAllowance property.
| |||||||||||
Sets the value of the federalMaritalStatusReference property.
| |||||||||||
Sets the value of the frequencyName property.
| |||||||||||
Sets the value of the grossAmount property.
| |||||||||||
Sets the value of the netPay property.
| |||||||||||
Sets the value of the payGroupDetailReference property.
| |||||||||||
Sets the value of the payslipDistributionSortingCriteria property.
| |||||||||||
Sets the value of the periodEndDate property.
| |||||||||||
Sets the value of the periodStartDate property.
| |||||||||||
Sets the value of the printCheckOnPayslip property.
| |||||||||||
Sets the value of the printPayslip property.
| |||||||||||
Sets the value of the taxesDeductions property.
| |||||||||||
Sets the value of the totalUnits property.
| |||||||||||
Sets the value of the workStateAdditionalAmount property.
| |||||||||||
Sets the value of the workStateAllowance property.
| |||||||||||
Sets the value of the workStateMaritalStatusReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the absencePlansData 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 absencePlansData property.
For example, to add a new item, do as follows:
getAbsencePlansData().add(newItem);
Objects of the following type(s) are allowed in the list
PayrollRemittanceAbsencePlanType
Gets the value of the earningsData 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 earningsData property.
For example, to add a new item, do as follows:
getEarningsData().add(newItem);
Objects of the following type(s) are allowed in the list
PayrollRemittanceEarningsDataType
Gets the value of the employeeTaxesData 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 employeeTaxesData property.
For example, to add a new item, do as follows:
getEmployeeTaxesData().add(newItem);
Objects of the following type(s) are allowed in the list
PayrollRemittanceEmployeeTaxesDataType
Gets the value of the employerPaidBenefitsData 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 employerPaidBenefitsData property.
For example, to add a new item, do as follows:
getEmployerPaidBenefitsData().add(newItem);
Objects of the following type(s) are allowed in the list
PayrollRemittanceEmployerPaidBenefitsDataType
Gets the value of the federalAdditionalAllowance property.
Gets the value of the federalAllowance property.
Gets the value of the federalMaritalStatusReference property.
PayrollWithholdingStatusObjectType
Gets the value of the frequencyName property.
Gets the value of the grossAmount property.
Gets the value of the grossAndNetData 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 grossAndNetData property.
For example, to add a new item, do as follows:
getGrossAndNetData().add(newItem);
Objects of the following type(s) are allowed in the list
PayrollRemittanceGrossAndNetDataType
Gets the value of the netPay property.
Gets the value of the payGroupDetailReference property.
PayGroupDetailObjectType
Gets the value of the payslipDistributionSortingCriteria property.
Gets the value of the payslipMessageData 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 payslipMessageData property.
For example, to add a new item, do as follows:
getPayslipMessageData().add(newItem);
Objects of the following type(s) are allowed in the list
PayrollRemittancePayslipMessageDataType
Gets the value of the periodEndDate property.
Gets the value of the periodStartDate property.
Gets the value of the postTaxDeductionsData 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 postTaxDeductionsData property.
For example, to add a new item, do as follows:
getPostTaxDeductionsData().add(newItem);
Objects of the following type(s) are allowed in the list
PayrollRemittancePostTaxDataType
Gets the value of the preTaxDeductionsData 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 preTaxDeductionsData property.
For example, to add a new item, do as follows:
getPreTaxDeductionsData().add(newItem);
Objects of the following type(s) are allowed in the list
PayrollRemittancePreTaxDeductionDataType
Gets the value of the taxableWagesData 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 taxableWagesData property.
For example, to add a new item, do as follows:
getTaxableWagesData().add(newItem);
Objects of the following type(s) are allowed in the list
PayrollRemittanceTaxableWagesDataType
Gets the value of the taxesDeductions property.
Gets the value of the totalData 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 totalData property.
For example, to add a new item, do as follows:
getTotalData().add(newItem);
Objects of the following type(s) are allowed in the list
PayrollRemittanceTotalDataType
Gets the value of the totalUnits property.
Gets the value of the workAddressData 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 workAddressData property.
For example, to add a new item, do as follows:
getWorkAddressData().add(newItem);
Objects of the following type(s) are allowed in the list
AddressInformationDataType
Gets the value of the workStateAdditionalAmount property.
Gets the value of the workStateAllowance property.
Gets the value of the workStateMaritalStatusReference property.
PayrollWithholdingStatusObjectType
Gets the value of the workerData 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 workerData property.
For example, to add a new item, do as follows:
getWorkerData().add(newItem);
Objects of the following type(s) are allowed in the list
PayrollRemittanceWorkerDataType
Gets the value of the printCheckOnPayslip property.
Gets the value of the printPayslip property.
Sets the value of the federalAdditionalAllowance property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the federalAllowance property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the federalMaritalStatusReference property.
| value | Allowed object is
PayrollWithholdingStatusObjectType
|
|---|
Sets the value of the frequencyName property.
| value | Allowed object is String |
|---|
Sets the value of the grossAmount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the netPay property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the payGroupDetailReference property.
| value | Allowed object is
PayGroupDetailObjectType
|
|---|
Sets the value of the payslipDistributionSortingCriteria property.
| value | Allowed object is String |
|---|
Sets the value of the periodEndDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the periodStartDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the printCheckOnPayslip property.
| value | Allowed object is Boolean |
|---|
Sets the value of the printPayslip property.
| value | Allowed object is Boolean |
|---|
Sets the value of the taxesDeductions property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the totalUnits property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the workStateAdditionalAmount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the workStateAllowance property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the workStateMaritalStatusReference property.
| value | Allowed object is
PayrollWithholdingStatusObjectType
|
|---|