| java.lang.Object | |
| ↳ | com.workday.payrollinterface.PayeePayGroupEarningsAndDeductionsDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| payGroupReference | |||||||||||
| payeeDeductionsData | |||||||||||
| payeeEarningsData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the payGroupReference property.
| |||||||||||
Gets the value of the payeeDeductionsData property.
| |||||||||||
Gets the value of the payeeEarningsData property.
| |||||||||||
Sets the value of the payGroupReference property.
| |||||||||||
Sets the value of the payeeDeductionsData property.
| |||||||||||
Sets the value of the payeeEarningsData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the payGroupReference property.
PayGroupObjectType
Gets the value of the payeeDeductionsData property.
PayeeDeductionsDataType
Gets the value of the payeeEarningsData property.
PayeeEarningsDataType
Sets the value of the payGroupReference property.
| value | Allowed object is
PayGroupObjectType
|
|---|
Sets the value of the payeeDeductionsData property.
| value | Allowed object is
PayeeDeductionsDataType
|
|---|
Sets the value of the payeeEarningsData property.
| value | Allowed object is
PayeeEarningsDataType
|
|---|