public class

PayeePayGroupEarningsAndDeductionsDataType

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

Class Overview

Encapsulating element containing all Earnings and Deductions by Pay Group.

Java class for Payee_Pay_Group_Earnings_and_Deductions_DataType complex type.

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

 <complexType name="Payee_Pay_Group_Earnings_and_Deductions_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_Data" type="{urn:com.workday/bsvc}Payee_Earnings_DataType" minOccurs="0"/>
         <element name="Payee_Deductions_Data" type="{urn:com.workday/bsvc}Payee_Deductions_DataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected PayGroupObjectType payGroupReference
protected PayeeDeductionsDataType payeeDeductionsData
protected PayeeEarningsDataType payeeEarningsData
Public Constructors
PayeePayGroupEarningsAndDeductionsDataType()
Public Methods
PayGroupObjectType getPayGroupReference()
Gets the value of the payGroupReference property.
PayeeDeductionsDataType getPayeeDeductionsData()
Gets the value of the payeeDeductionsData property.
PayeeEarningsDataType getPayeeEarningsData()
Gets the value of the payeeEarningsData property.
void setPayGroupReference(PayGroupObjectType value)
Sets the value of the payGroupReference property.
void setPayeeDeductionsData(PayeeDeductionsDataType value)
Sets the value of the payeeDeductionsData property.
void setPayeeEarningsData(PayeeEarningsDataType value)
Sets the value of the payeeEarningsData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected PayGroupObjectType payGroupReference

protected PayeeDeductionsDataType payeeDeductionsData

protected PayeeEarningsDataType payeeEarningsData

Public Constructors

public PayeePayGroupEarningsAndDeductionsDataType ()

Public Methods

public PayGroupObjectType getPayGroupReference ()

Gets the value of the payGroupReference property.

Returns

public PayeeDeductionsDataType getPayeeDeductionsData ()

Gets the value of the payeeDeductionsData property.

Returns

public PayeeEarningsDataType getPayeeEarningsData ()

Gets the value of the payeeEarningsData property.

Returns

public void setPayGroupReference (PayGroupObjectType value)

Sets the value of the payGroupReference property.

Parameters
value Allowed object is PayGroupObjectType

public void setPayeeDeductionsData (PayeeDeductionsDataType value)

Sets the value of the payeeDeductionsData property.

Parameters
value Allowed object is PayeeDeductionsDataType

public void setPayeeEarningsData (PayeeEarningsDataType value)

Sets the value of the payeeEarningsData property.

Parameters
value Allowed object is PayeeEarningsDataType