public class

EmployeeCompensationPeriodSalaryPlanAssignmentDataType

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

Class Overview

Encapsulating element containing all Period Salary Plan Compensation data.

Java class for Employee_Compensation_Period_Salary_Plan_Assignment_DataType complex type.

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

 <complexType name="Employee_Compensation_Period_Salary_Plan_Assignment_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Period_Salary_Plan_Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Compensation_Element_Values_for_Period_Salary_Plan_Data" type="{urn:com.workday/bsvc}Employee_Compensation_Period_Salary_Plan_Assignment_Detail_DataType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected EmployeeCompensationPeriodSalaryPlanAssignmentDetailDataType compensationElementValuesForPeriodSalaryPlanData
protected String periodSalaryPlanName
Public Constructors
EmployeeCompensationPeriodSalaryPlanAssignmentDataType()
Public Methods
EmployeeCompensationPeriodSalaryPlanAssignmentDetailDataType getCompensationElementValuesForPeriodSalaryPlanData()
Gets the value of the compensationElementValuesForPeriodSalaryPlanData property.
String getPeriodSalaryPlanName()
Gets the value of the periodSalaryPlanName property.
void setCompensationElementValuesForPeriodSalaryPlanData(EmployeeCompensationPeriodSalaryPlanAssignmentDetailDataType value)
Sets the value of the compensationElementValuesForPeriodSalaryPlanData property.
void setPeriodSalaryPlanName(String value)
Sets the value of the periodSalaryPlanName property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected EmployeeCompensationPeriodSalaryPlanAssignmentDetailDataType compensationElementValuesForPeriodSalaryPlanData

protected String periodSalaryPlanName

Public Constructors

public EmployeeCompensationPeriodSalaryPlanAssignmentDataType ()

Public Methods

public EmployeeCompensationPeriodSalaryPlanAssignmentDetailDataType getCompensationElementValuesForPeriodSalaryPlanData ()

Gets the value of the compensationElementValuesForPeriodSalaryPlanData property.

public String getPeriodSalaryPlanName ()

Gets the value of the periodSalaryPlanName property.

Returns
  • possible object is String

public void setCompensationElementValuesForPeriodSalaryPlanData (EmployeeCompensationPeriodSalaryPlanAssignmentDetailDataType value)

Sets the value of the compensationElementValuesForPeriodSalaryPlanData property.

public void setPeriodSalaryPlanName (String value)

Sets the value of the periodSalaryPlanName property.

Parameters
value Allowed object is String