| java.lang.Object | |
| ↳ | com.workday.payrollinterface.PayeeCompensationEarningDetailDataType |
Provides an amount, percent, unit, or rate value for a compensation component assigned to the payee under the given compensation plan.
Java class for Payee_Compensation_Earning_Detail_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Payee_Compensation_Earning_Detail_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Plan_Type_Reference" type="{urn:com.workday/bsvc}Compensation_Payroll_PlanObjectType" minOccurs="0"/>
<element name="Plan_Type_Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Start_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="End_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Amount_Value_Data" type="{urn:com.workday/bsvc}Amount_Value_DataType" minOccurs="0"/>
<element name="Percent_Value_Data" type="{urn:com.workday/bsvc}Percent_Value_DataType" minOccurs="0"/>
<element name="Unit_Value_Data" type="{urn:com.workday/bsvc}Unit_Value_DataType" minOccurs="0"/>
<element name="Rate_Value_Data" type="{urn:com.workday/bsvc}Rate_Value_DataType" minOccurs="0"/>
<element name="Costing_Worktag_Data" type="{urn:com.workday/bsvc}Costing_Worktag_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| amountValueData | |||||||||||
| costingWorktagData | |||||||||||
| endDate | |||||||||||
| percentValueData | |||||||||||
| planTypeName | |||||||||||
| planTypeReference | |||||||||||
| rateValueData | |||||||||||
| startDate | |||||||||||
| unitValueData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the amountValueData property.
| |||||||||||
Gets the value of the costingWorktagData property.
| |||||||||||
Gets the value of the endDate property.
| |||||||||||
Gets the value of the percentValueData property.
| |||||||||||
Gets the value of the planTypeName property.
| |||||||||||
Gets the value of the planTypeReference property.
| |||||||||||
Gets the value of the rateValueData property.
| |||||||||||
Gets the value of the startDate property.
| |||||||||||
Gets the value of the unitValueData property.
| |||||||||||
Sets the value of the amountValueData property.
| |||||||||||
Sets the value of the costingWorktagData property.
| |||||||||||
Sets the value of the endDate property.
| |||||||||||
Sets the value of the percentValueData property.
| |||||||||||
Sets the value of the planTypeName property.
| |||||||||||
Sets the value of the planTypeReference property.
| |||||||||||
Sets the value of the rateValueData property.
| |||||||||||
Sets the value of the startDate property.
| |||||||||||
Sets the value of the unitValueData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the amountValueData property.
AmountValueDataType
Gets the value of the costingWorktagData 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 costingWorktagData property.
For example, to add a new item, do as follows:
getCostingWorktagData().add(newItem);
Objects of the following type(s) are allowed in the list
CostingWorktagDataType
Gets the value of the endDate property.
Gets the value of the percentValueData property.
PercentValueDataType
Gets the value of the planTypeName property.
Gets the value of the planTypeReference property.
CompensationPayrollPlanObjectType
Gets the value of the rateValueData property.
RateValueDataType
Gets the value of the startDate property.
Gets the value of the unitValueData property.
UnitValueDataType
Sets the value of the amountValueData property.
| value | Allowed object is
AmountValueDataType
|
|---|
Sets the value of the costingWorktagData property.
| costingWorktagData | Allowed object is
CostingWorktagDataType
|
|---|
Sets the value of the endDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the percentValueData property.
| value | Allowed object is
PercentValueDataType
|
|---|
Sets the value of the planTypeName property.
| value | Allowed object is String |
|---|
Sets the value of the planTypeReference property.
| value | Allowed object is
CompensationPayrollPlanObjectType
|
|---|
Sets the value of the rateValueData property.
| value | Allowed object is
RateValueDataType
|
|---|
Sets the value of the startDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the unitValueData property.
| value | Allowed object is
UnitValueDataType
|
|---|