| java.lang.Object | |
| ↳ | com.workday.payrollinterface.PayeeEarningsAndDeductionsSummaryDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the payGroupReference property.
| |||||||||||
Gets the value of the payeeDeductionsSummaryData property.
| |||||||||||
Gets the value of the payeeEarningsSummaryData property.
| |||||||||||
Gets the value of the payeeOneTimePaymentsSummaryData property.
| |||||||||||
Gets the value of the payeeTimeOffSummaryData property.
| |||||||||||
Gets the value of the payeeTimeTrackingSummaryData property.
| |||||||||||
Sets the value of the payGroupReference property.
| |||||||||||
Sets the value of the payeeDeductionsSummaryData property.
| |||||||||||
Sets the value of the payeeEarningsSummaryData property.
| |||||||||||
Sets the value of the payeeOneTimePaymentsSummaryData property.
| |||||||||||
Sets the value of the payeeTimeOffSummaryData property.
| |||||||||||
Sets the value of the payeeTimeTrackingSummaryData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the payGroupReference property.
PayGroupObjectType
Gets the value of the payeeDeductionsSummaryData property.
PayeeDeductionsSummaryDataType
Gets the value of the payeeEarningsSummaryData property.
PayeeEarningsSummaryDataType
Gets the value of the payeeOneTimePaymentsSummaryData property.
PayeeOneTimePaymentsSummaryDataType
Gets the value of the payeeTimeOffSummaryData property.
PayeeTimeOffSummaryDataType
Gets the value of the payeeTimeTrackingSummaryData property.
PayeeTimeTrackingSummaryDataType
Sets the value of the payGroupReference property.
| value | Allowed object is
PayGroupObjectType
|
|---|
Sets the value of the payeeDeductionsSummaryData property.
| value | Allowed object is
PayeeDeductionsSummaryDataType
|
|---|
Sets the value of the payeeEarningsSummaryData property.
| value | Allowed object is
PayeeEarningsSummaryDataType
|
|---|
Sets the value of the payeeOneTimePaymentsSummaryData property.
| value | Allowed object is
PayeeOneTimePaymentsSummaryDataType
|
|---|
Sets the value of the payeeTimeOffSummaryData property.
| value | Allowed object is
PayeeTimeOffSummaryDataType
|
|---|
Sets the value of the payeeTimeTrackingSummaryData property.
| value | Allowed object is
PayeeTimeTrackingSummaryDataType
|
|---|