public class

EmployeeCompensationHourlyPlanAssignmentDataType

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

Class Overview

Encapsulating element containing all Hourly Plan Compensation data.

Java class for Employee_Compensation_Hourly_Plan_Assignment_DataType complex type.

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

 <complexType name="Employee_Compensation_Hourly_Plan_Assignment_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Hourly_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 hourlyPlanName
Public Constructors
EmployeeCompensationHourlyPlanAssignmentDataType()
Public Methods
EmployeeCompensationSalaryPlanAssignmentDetailDataType getCompensationElementValuesForBasePayData()
Gets the value of the compensationElementValuesForBasePayData property.
String getHourlyPlanName()
Gets the value of the hourlyPlanName property.
void setCompensationElementValuesForBasePayData(EmployeeCompensationSalaryPlanAssignmentDetailDataType value)
Sets the value of the compensationElementValuesForBasePayData property.
void setHourlyPlanName(String value)
Sets the value of the hourlyPlanName 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 hourlyPlanName

Public Constructors

public EmployeeCompensationHourlyPlanAssignmentDataType ()

Public Methods

public EmployeeCompensationSalaryPlanAssignmentDetailDataType getCompensationElementValuesForBasePayData ()

Gets the value of the compensationElementValuesForBasePayData property.

public String getHourlyPlanName ()

Gets the value of the hourlyPlanName 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 setHourlyPlanName (String value)

Sets the value of the hourlyPlanName property.

Parameters
value Allowed object is String