| java.lang.Object | |
| ↳ | workday.com.bsvc.CompensationDetailDataType |
Encapsulating element containing all Compesation Detail data.
Java class for Compensation_Detail_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Compensation_Detail_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Compensation_Package_Reference" type="{urn:com.workday/bsvc}Compensation_Package_ReferenceType"/>
<element name="Compensation_Grade_Reference" type="{urn:com.workday/bsvc}Compensation_Grade_ReferenceType"/>
<element name="Compensation_Grade_Profile_Reference" type="{urn:com.workday/bsvc}Compensation_Grade_Profile_ReferenceType" minOccurs="0"/>
<element name="Compensation_Step_Reference" type="{urn:com.workday/bsvc}Compensation_Step_ReferenceType" minOccurs="0"/>
<element name="Salary_Plan_for_Compensation_Data" type="{urn:com.workday/bsvc}Employee_Compensation_Salary_Plan_Assignment_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Hourly_Plan_for_Compensation_Data" type="{urn:com.workday/bsvc}Employee_Compensation_Hourly_Plan_Assignment_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Unit_Salary_Plan_for_Compensation_Data" type="{urn:com.workday/bsvc}Employee_Compensation_Salary_Unit_Plan_Assignment_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Allowance_Plan_for_Compensation_Data" type="{urn:com.workday/bsvc}Employee_Compensation_Allowance_Plan_Assignment_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Unit_Allowance_Plan_for_Compensation_Data" type="{urn:com.workday/bsvc}Employee_Compensation_Allowance_Unit_Plan_Assignment_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Bonus_Plan_for_Compensation_Data" type="{urn:com.workday/bsvc}Employee_Compensation_Bonus_Plan_Assignment_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Merit_Plan_for_Compensation_Data" type="{urn:com.workday/bsvc}Employee_Compensation_Merit_Plan_Assignment_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Commission_Plan_for_Compensation_Data" type="{urn:com.workday/bsvc}Employee_Compensation_Commission_Plan_Assignment_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the allowancePlanForCompensationData 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 allowancePlanForCompensationData property.
For example, to add a new item, do as follows:
getAllowancePlanForCompensationData().add(newItem);
Objects of the following type(s) are allowed in the list
EmployeeCompensationAllowancePlanAssignmentDataType
Gets the value of the bonusPlanForCompensationData 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 bonusPlanForCompensationData property.
For example, to add a new item, do as follows:
getBonusPlanForCompensationData().add(newItem);
Objects of the following type(s) are allowed in the list
EmployeeCompensationBonusPlanAssignmentDataType
Gets the value of the commissionPlanForCompensationData 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 commissionPlanForCompensationData property.
For example, to add a new item, do as follows:
getCommissionPlanForCompensationData().add(newItem);
Objects of the following type(s) are allowed in the list
EmployeeCompensationCommissionPlanAssignmentDataType
Gets the value of the compensationGradeProfileReference property.
CompensationGradeProfileReferenceType
Gets the value of the compensationGradeReference property.
CompensationGradeReferenceType
Gets the value of the compensationPackageReference property.
CompensationPackageReferenceType
Gets the value of the compensationStepReference property.
CompensationStepReferenceType
Gets the value of the hourlyPlanForCompensationData 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 hourlyPlanForCompensationData property.
For example, to add a new item, do as follows:
getHourlyPlanForCompensationData().add(newItem);
Objects of the following type(s) are allowed in the list
EmployeeCompensationHourlyPlanAssignmentDataType
Gets the value of the meritPlanForCompensationData 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 meritPlanForCompensationData property.
For example, to add a new item, do as follows:
getMeritPlanForCompensationData().add(newItem);
Objects of the following type(s) are allowed in the list
EmployeeCompensationMeritPlanAssignmentDataType
Gets the value of the salaryPlanForCompensationData 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 salaryPlanForCompensationData property.
For example, to add a new item, do as follows:
getSalaryPlanForCompensationData().add(newItem);
Objects of the following type(s) are allowed in the list
EmployeeCompensationSalaryPlanAssignmentDataType
Gets the value of the unitAllowancePlanForCompensationData 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 unitAllowancePlanForCompensationData property.
For example, to add a new item, do as follows:
getUnitAllowancePlanForCompensationData().add(newItem);
Objects of the following type(s) are allowed in the list
EmployeeCompensationAllowanceUnitPlanAssignmentDataType
Gets the value of the unitSalaryPlanForCompensationData 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 unitSalaryPlanForCompensationData property.
For example, to add a new item, do as follows:
getUnitSalaryPlanForCompensationData().add(newItem);
Objects of the following type(s) are allowed in the list
EmployeeCompensationSalaryUnitPlanAssignmentDataType
Sets the value of the compensationGradeProfileReference property.
| value | Allowed object is
CompensationGradeProfileReferenceType
|
|---|
Sets the value of the compensationGradeReference property.
| value | Allowed object is
CompensationGradeReferenceType
|
|---|
Sets the value of the compensationPackageReference property.
| value | Allowed object is
CompensationPackageReferenceType
|
|---|
Sets the value of the compensationStepReference property.
| value | Allowed object is
CompensationStepReferenceType
|
|---|