| java.lang.Object | |
| ↳ | workday.com.bsvc.PayrollPayslipDataType |
Payroll Payslip Data
Java class for Payroll_Payslip_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Payroll_Payslip_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Run_Category_Data" type="{urn:com.workday/bsvc}Payslip_Run_Category_DataType" minOccurs="0"/>
<element name="Payment_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Payroll_Remittance_Data" type="{urn:com.workday/bsvc}Payroll_Remittance_DataType" minOccurs="0"/>
<element name="Payment_Data" type="{urn:com.workday/bsvc}Payslip_Payment_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Integration_Field_Override_Data" type="{urn:com.workday/bsvc}Document_Field_Result_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| integrationFieldOverrideData | |||||||||||
| paymentData | |||||||||||
| paymentDate | |||||||||||
| payrollRemittanceData | |||||||||||
| runCategoryData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the integrationFieldOverrideData property.
| |||||||||||
Gets the value of the paymentData property.
| |||||||||||
Gets the value of the paymentDate property.
| |||||||||||
Gets the value of the payrollRemittanceData property.
| |||||||||||
Gets the value of the runCategoryData property.
| |||||||||||
Sets the value of the paymentDate property.
| |||||||||||
Sets the value of the payrollRemittanceData property.
| |||||||||||
Sets the value of the runCategoryData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the integrationFieldOverrideData 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 integrationFieldOverrideData property.
For example, to add a new item, do as follows:
getIntegrationFieldOverrideData().add(newItem);
Objects of the following type(s) are allowed in the list
DocumentFieldResultDataType
Gets the value of the paymentData 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 paymentData property.
For example, to add a new item, do as follows:
getPaymentData().add(newItem);
Objects of the following type(s) are allowed in the list
PayslipPaymentDataType
Gets the value of the paymentDate property.
Gets the value of the payrollRemittanceData property.
PayrollRemittanceDataType
Gets the value of the runCategoryData property.
PayslipRunCategoryDataType
Sets the value of the paymentDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the payrollRemittanceData property.
| value | Allowed object is
PayrollRemittanceDataType
|
|---|
Sets the value of the runCategoryData property.
| value | Allowed object is
PayslipRunCategoryDataType
|
|---|

