public class

EmployeeCompensationMeritPlanAssignmentDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.hr.EmployeeCompensationMeritPlanAssignmentDataType

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected EmployeeCompensationMeritPlanAssignmentDetailDataType compensationElementValuesForMeritPlanData
protected String meritPlanName
Public Constructors
EmployeeCompensationMeritPlanAssignmentDataType()
Public Methods
EmployeeCompensationMeritPlanAssignmentDetailDataType getCompensationElementValuesForMeritPlanData()
Gets the value of the compensationElementValuesForMeritPlanData property.
String getMeritPlanName()
Gets the value of the meritPlanName property.
void setCompensationElementValuesForMeritPlanData(EmployeeCompensationMeritPlanAssignmentDetailDataType value)
Sets the value of the compensationElementValuesForMeritPlanData property.
void setMeritPlanName(String value)
Sets the value of the meritPlanName property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected EmployeeCompensationMeritPlanAssignmentDetailDataType compensationElementValuesForMeritPlanData

protected String meritPlanName

Public Constructors

public EmployeeCompensationMeritPlanAssignmentDataType ()

Public Methods

public EmployeeCompensationMeritPlanAssignmentDetailDataType getCompensationElementValuesForMeritPlanData ()

Gets the value of the compensationElementValuesForMeritPlanData property.

public String getMeritPlanName ()

Gets the value of the meritPlanName property.

Returns
  • possible object is String

public void setCompensationElementValuesForMeritPlanData (EmployeeCompensationMeritPlanAssignmentDetailDataType value)

Sets the value of the compensationElementValuesForMeritPlanData property.

Parameters
value Allowed object is EmployeeCompensationMeritPlanAssignmentDetailDataType

public void setMeritPlanName (String value)

Sets the value of the meritPlanName property.

Parameters
value Allowed object is String