| java.lang.Object | |
| ↳ | com.workday.payrollinterface.PayeeCompensationDataType |
Information on the Compensation Element and all amounts/values associated.
Java class for Payee_Compensation_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Payee_Compensation_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Compensation_Element_Reference" type="{urn:com.workday/bsvc}Compensation_Pay_EarningObjectType" minOccurs="0"/>
<element name="Base_Pay" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Compensation_Details_Data" type="{urn:com.workday/bsvc}Payee_Compensation_Earning_Detail_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| basePay | |||||||||||
| compensationDetailsData | |||||||||||
| compensationElementReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the basePay property.
| |||||||||||
Gets the value of the compensationDetailsData property.
| |||||||||||
Gets the value of the compensationElementReference property.
| |||||||||||
Sets the value of the basePay property.
| |||||||||||
Sets the value of the compensationDetailsData property.
| |||||||||||
Sets the value of the compensationElementReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the basePay property. This getter has been renamed from isBasePay() to getBasePay() by cxf-xjc-boolean plugin.
Gets the value of the compensationDetailsData property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the compensationDetailsData property.
For example, to add a new item, do as follows:
getCompensationDetailsData().add(newItem);
Objects of the following type(s) are allowed in the list
PayeeCompensationEarningDetailDataType
Gets the value of the compensationElementReference property.
CompensationPayEarningObjectType
Sets the value of the basePay property.
| value | Allowed object is Boolean |
|---|
Sets the value of the compensationDetailsData property.
| compensationDetailsData | Allowed object is
PayeeCompensationEarningDetailDataType
|
|---|
Sets the value of the compensationElementReference property.
| value | Allowed object is
CompensationPayEarningObjectType
|
|---|