public class

PayeeEarningsAndDeductionsSummaryDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.payrollinterface.PayeeEarningsAndDeductionsSummaryDataType

Class Overview

Computed Earnings and Deductions Data for the Payee. It also contains the Time Off and One Time Payment information for the Payee .

Java class for Payee_Earnings_and_Deductions_Summary_DataType complex type.

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

 <complexType name="Payee_Earnings_and_Deductions_Summary_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Pay_Group_Reference" type="{urn:com.workday/bsvc}Pay_GroupObjectType" minOccurs="0"/>
         <element name="Payee_Earnings_Summary_Data" type="{urn:com.workday/bsvc}Payee_Earnings_Summary_DataType" minOccurs="0"/>
         <element name="Payee_Deductions_Summary_Data" type="{urn:com.workday/bsvc}Payee_Deductions_Summary_DataType" minOccurs="0"/>
         <element name="Payee_Time_Off_Summary_Data" type="{urn:com.workday/bsvc}Payee_Time_Off_Summary_DataType" minOccurs="0"/>
         <element name="Payee_One_Time_Payments_Summary_Data" type="{urn:com.workday/bsvc}Payee_One_Time_Payments_Summary_DataType" minOccurs="0"/>
         <element name="Payee_Time_Tracking_Summary_Data" type="{urn:com.workday/bsvc}Payee_Time_Tracking_Summary_DataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected PayGroupObjectType payGroupReference
protected PayeeDeductionsSummaryDataType payeeDeductionsSummaryData
protected PayeeEarningsSummaryDataType payeeEarningsSummaryData
protected PayeeOneTimePaymentsSummaryDataType payeeOneTimePaymentsSummaryData
protected PayeeTimeOffSummaryDataType payeeTimeOffSummaryData
protected PayeeTimeTrackingSummaryDataType payeeTimeTrackingSummaryData
Public Constructors
PayeeEarningsAndDeductionsSummaryDataType()
Public Methods
PayGroupObjectType getPayGroupReference()
Gets the value of the payGroupReference property.
PayeeDeductionsSummaryDataType getPayeeDeductionsSummaryData()
Gets the value of the payeeDeductionsSummaryData property.
PayeeEarningsSummaryDataType getPayeeEarningsSummaryData()
Gets the value of the payeeEarningsSummaryData property.
PayeeOneTimePaymentsSummaryDataType getPayeeOneTimePaymentsSummaryData()
Gets the value of the payeeOneTimePaymentsSummaryData property.
PayeeTimeOffSummaryDataType getPayeeTimeOffSummaryData()
Gets the value of the payeeTimeOffSummaryData property.
PayeeTimeTrackingSummaryDataType getPayeeTimeTrackingSummaryData()
Gets the value of the payeeTimeTrackingSummaryData property.
void setPayGroupReference(PayGroupObjectType value)
Sets the value of the payGroupReference property.
void setPayeeDeductionsSummaryData(PayeeDeductionsSummaryDataType value)
Sets the value of the payeeDeductionsSummaryData property.
void setPayeeEarningsSummaryData(PayeeEarningsSummaryDataType value)
Sets the value of the payeeEarningsSummaryData property.
void setPayeeOneTimePaymentsSummaryData(PayeeOneTimePaymentsSummaryDataType value)
Sets the value of the payeeOneTimePaymentsSummaryData property.
void setPayeeTimeOffSummaryData(PayeeTimeOffSummaryDataType value)
Sets the value of the payeeTimeOffSummaryData property.
void setPayeeTimeTrackingSummaryData(PayeeTimeTrackingSummaryDataType value)
Sets the value of the payeeTimeTrackingSummaryData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected PayGroupObjectType payGroupReference

protected PayeeDeductionsSummaryDataType payeeDeductionsSummaryData

protected PayeeEarningsSummaryDataType payeeEarningsSummaryData

protected PayeeOneTimePaymentsSummaryDataType payeeOneTimePaymentsSummaryData

protected PayeeTimeOffSummaryDataType payeeTimeOffSummaryData

protected PayeeTimeTrackingSummaryDataType payeeTimeTrackingSummaryData

Public Constructors

public PayeeEarningsAndDeductionsSummaryDataType ()

Public Methods

public PayGroupObjectType getPayGroupReference ()

Gets the value of the payGroupReference property.

Returns

public PayeeDeductionsSummaryDataType getPayeeDeductionsSummaryData ()

Gets the value of the payeeDeductionsSummaryData property.

Returns

public PayeeEarningsSummaryDataType getPayeeEarningsSummaryData ()

Gets the value of the payeeEarningsSummaryData property.

Returns

public PayeeOneTimePaymentsSummaryDataType getPayeeOneTimePaymentsSummaryData ()

Gets the value of the payeeOneTimePaymentsSummaryData property.

Returns

public PayeeTimeOffSummaryDataType getPayeeTimeOffSummaryData ()

Gets the value of the payeeTimeOffSummaryData property.

Returns

public PayeeTimeTrackingSummaryDataType getPayeeTimeTrackingSummaryData ()

Gets the value of the payeeTimeTrackingSummaryData property.

Returns

public void setPayGroupReference (PayGroupObjectType value)

Sets the value of the payGroupReference property.

Parameters
value Allowed object is PayGroupObjectType

public void setPayeeDeductionsSummaryData (PayeeDeductionsSummaryDataType value)

Sets the value of the payeeDeductionsSummaryData property.

Parameters
value Allowed object is PayeeDeductionsSummaryDataType

public void setPayeeEarningsSummaryData (PayeeEarningsSummaryDataType value)

Sets the value of the payeeEarningsSummaryData property.

Parameters
value Allowed object is PayeeEarningsSummaryDataType

public void setPayeeOneTimePaymentsSummaryData (PayeeOneTimePaymentsSummaryDataType value)

Sets the value of the payeeOneTimePaymentsSummaryData property.

Parameters
value Allowed object is PayeeOneTimePaymentsSummaryDataType

public void setPayeeTimeOffSummaryData (PayeeTimeOffSummaryDataType value)

Sets the value of the payeeTimeOffSummaryData property.

Parameters
value Allowed object is PayeeTimeOffSummaryDataType

public void setPayeeTimeTrackingSummaryData (PayeeTimeTrackingSummaryDataType value)

Sets the value of the payeeTimeTrackingSummaryData property.

Parameters
value Allowed object is PayeeTimeTrackingSummaryDataType