public class

EmployeeCompensationSalaryUnitPlanAssignmentDataType

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

Class Overview

Encapsulating element containing all Unit Salary Plan Compensation data.

Java class for Employee_Compensation_Salary_Unit_Plan_Assignment_DataType complex type.

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

 <complexType name="Employee_Compensation_Salary_Unit_Plan_Assignment_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Unit_Salary_Plan_Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Compensation_Element_Values_for_Unit_Salary_Plan_Data" type="{urn:com.workday/bsvc}Employee_Compensation_Salary_Unit_Plan_Assignment_Detail_DataType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected EmployeeCompensationSalaryUnitPlanAssignmentDetailDataType compensationElementValuesForUnitSalaryPlanData
protected String unitSalaryPlanName
Public Constructors
EmployeeCompensationSalaryUnitPlanAssignmentDataType()
Public Methods
EmployeeCompensationSalaryUnitPlanAssignmentDetailDataType getCompensationElementValuesForUnitSalaryPlanData()
Gets the value of the compensationElementValuesForUnitSalaryPlanData property.
String getUnitSalaryPlanName()
Gets the value of the unitSalaryPlanName property.
void setCompensationElementValuesForUnitSalaryPlanData(EmployeeCompensationSalaryUnitPlanAssignmentDetailDataType value)
Sets the value of the compensationElementValuesForUnitSalaryPlanData property.
void setUnitSalaryPlanName(String value)
Sets the value of the unitSalaryPlanName property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected EmployeeCompensationSalaryUnitPlanAssignmentDetailDataType compensationElementValuesForUnitSalaryPlanData

protected String unitSalaryPlanName

Public Constructors

public EmployeeCompensationSalaryUnitPlanAssignmentDataType ()

Public Methods

public EmployeeCompensationSalaryUnitPlanAssignmentDetailDataType getCompensationElementValuesForUnitSalaryPlanData ()

Gets the value of the compensationElementValuesForUnitSalaryPlanData property.

public String getUnitSalaryPlanName ()

Gets the value of the unitSalaryPlanName property.

Returns
  • possible object is String

public void setCompensationElementValuesForUnitSalaryPlanData (EmployeeCompensationSalaryUnitPlanAssignmentDetailDataType value)

Sets the value of the compensationElementValuesForUnitSalaryPlanData property.

public void setUnitSalaryPlanName (String value)

Sets the value of the unitSalaryPlanName property.

Parameters
value Allowed object is String