| java.lang.Object | |
| ↳ | workday.com.bsvc.EmployeeCompensationMeritPlanAssignmentDataType |
Reference element representing a unique instance of Merit Plan.
Java class for Employee_Compensation_Merit_Plan_Assignment_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Employee_Compensation_Merit_Plan_Assignment_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Merit_Plan_Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Compensation_Element_Values_for_Merit_Plan_Data" type="{urn:com.workday/bsvc}Employee_Compensation_Merit_Plan_Assignment_Detail_DataType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| compensationElementValuesForMeritPlanData | |||||||||||
| meritPlanName | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the compensationElementValuesForMeritPlanData property.
| |||||||||||
Gets the value of the meritPlanName property.
| |||||||||||
Sets the value of the compensationElementValuesForMeritPlanData property.
| |||||||||||
Sets the value of the meritPlanName property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the compensationElementValuesForMeritPlanData property.
EmployeeCompensationMeritPlanAssignmentDetailDataType
Gets the value of the meritPlanName property.
Sets the value of the compensationElementValuesForMeritPlanData property.
| value | Allowed object is
EmployeeCompensationMeritPlanAssignmentDetailDataType
|
|---|
Sets the value of the meritPlanName property.
| value | Allowed object is String |
|---|

