| java.lang.Object | |
| ↳ | com.workday.payroll.PayrollPayslipType |
Payroll Payslip
Java class for Payroll_PayslipType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Payroll_PayslipType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Payroll_Payslip_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" minOccurs="0"/>
<element name="Payslip_Data" type="{urn:com.workday/bsvc}Payroll_Payslip_DataType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| payrollPayslipReference | |||||||||||
| payslipData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the payrollPayslipReference property.
| |||||||||||
Gets the value of the payslipData property.
| |||||||||||
Sets the value of the payrollPayslipReference property.
| |||||||||||
Sets the value of the payslipData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the payrollPayslipReference property.
UniqueIdentifierObjectType
Gets the value of the payslipData property.
PayrollPayslipDataType
Sets the value of the payrollPayslipReference property.
| value | Allowed object is
UniqueIdentifierObjectType
|
|---|
Sets the value of the payslipData property.
| value | Allowed object is
PayrollPayslipDataType
|
|---|