public class

EmployeeCompensationSalaryPlanAssignmentDataType

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

Class Overview

Encapsulating element containing all Salary Plan Compensation data.

Java class for Employee_Compensation_Salary_Plan_Assignment_DataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Employee_Compensation_Salary_Plan_Assignment_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Salary_Plan_Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Compensation_Element_Values_for_Base_Pay_Data" type="{urn:com.workday/bsvc}Employee_Compensation_Salary_Plan_Assignment_Detail_DataType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected EmployeeCompensationSalaryPlanAssignmentDetailDataType compensationElementValuesForBasePayData
protected String salaryPlanName
Public Constructors
EmployeeCompensationSalaryPlanAssignmentDataType()
Public Methods
EmployeeCompensationSalaryPlanAssignmentDetailDataType getCompensationElementValuesForBasePayData()
Gets the value of the compensationElementValuesForBasePayData property.
String getSalaryPlanName()
Gets the value of the salaryPlanName property.
void setCompensationElementValuesForBasePayData(EmployeeCompensationSalaryPlanAssignmentDetailDataType value)
Sets the value of the compensationElementValuesForBasePayData property.
void setSalaryPlanName(String value)
Sets the value of the salaryPlanName property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected EmployeeCompensationSalaryPlanAssignmentDetailDataType compensationElementValuesForBasePayData

protected String salaryPlanName

Public Constructors

public EmployeeCompensationSalaryPlanAssignmentDataType ()

Public Methods

public EmployeeCompensationSalaryPlanAssignmentDetailDataType getCompensationElementValuesForBasePayData ()

Gets the value of the compensationElementValuesForBasePayData property.

public String getSalaryPlanName ()

Gets the value of the salaryPlanName property.

Returns
  • possible object is String

public void setCompensationElementValuesForBasePayData (EmployeeCompensationSalaryPlanAssignmentDetailDataType value)

Sets the value of the compensationElementValuesForBasePayData property.

Parameters
value Allowed object is EmployeeCompensationSalaryPlanAssignmentDetailDataType

public void setSalaryPlanName (String value)

Sets the value of the salaryPlanName property.

Parameters
value Allowed object is String