public class

PayrollPayslipType

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

Class Overview

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>
 

Summary

Fields
protected UniqueIdentifierObjectType payrollPayslipReference
protected PayrollPayslipDataType payslipData
Public Constructors
PayrollPayslipType()
Public Methods
UniqueIdentifierObjectType getPayrollPayslipReference()
Gets the value of the payrollPayslipReference property.
PayrollPayslipDataType getPayslipData()
Gets the value of the payslipData property.
void setPayrollPayslipReference(UniqueIdentifierObjectType value)
Sets the value of the payrollPayslipReference property.
void setPayslipData(PayrollPayslipDataType value)
Sets the value of the payslipData property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected UniqueIdentifierObjectType payrollPayslipReference

protected PayrollPayslipDataType payslipData

Public Constructors

public PayrollPayslipType ()

Public Methods

public UniqueIdentifierObjectType getPayrollPayslipReference ()

Gets the value of the payrollPayslipReference property.

Returns

public PayrollPayslipDataType getPayslipData ()

Gets the value of the payslipData property.

Returns

public void setPayrollPayslipReference (UniqueIdentifierObjectType value)

Sets the value of the payrollPayslipReference property.

Parameters
value Allowed object is UniqueIdentifierObjectType

public void setPayslipData (PayrollPayslipDataType value)

Sets the value of the payslipData property.

Parameters
value Allowed object is PayrollPayslipDataType