public class

EmployeeCompensationAllowancePlanAssignmentDataType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.EmployeeCompensationAllowancePlanAssignmentDataType

Class Overview

Encapsulating element containing all Allowance Plan Compensation data.

Java class for Employee_Compensation_Allowance_Plan_Assignment_DataType complex type.

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

 <complexType name="Employee_Compensation_Allowance_Plan_Assignment_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Allowance_Plan_Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Compensation_Element_Values_for_Allowance_Plan_Data" type="{urn:com.workday/bsvc}Employee_Compensation_Allowance_Plan_Assignment_Detail_DataType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String allowancePlanName
protected EmployeeCompensationAllowancePlanAssignmentDetailDataType compensationElementValuesForAllowancePlanData
Public Constructors
EmployeeCompensationAllowancePlanAssignmentDataType()
Public Methods
String getAllowancePlanName()
Gets the value of the allowancePlanName property.
EmployeeCompensationAllowancePlanAssignmentDetailDataType getCompensationElementValuesForAllowancePlanData()
Gets the value of the compensationElementValuesForAllowancePlanData property.
void setAllowancePlanName(String value)
Sets the value of the allowancePlanName property.
void setCompensationElementValuesForAllowancePlanData(EmployeeCompensationAllowancePlanAssignmentDetailDataType value)
Sets the value of the compensationElementValuesForAllowancePlanData property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String allowancePlanName

protected EmployeeCompensationAllowancePlanAssignmentDetailDataType compensationElementValuesForAllowancePlanData

Public Constructors

public EmployeeCompensationAllowancePlanAssignmentDataType ()

Public Methods

public String getAllowancePlanName ()

Gets the value of the allowancePlanName property.

Returns
  • possible object is String

public EmployeeCompensationAllowancePlanAssignmentDetailDataType getCompensationElementValuesForAllowancePlanData ()

Gets the value of the compensationElementValuesForAllowancePlanData property.

public void setAllowancePlanName (String value)

Sets the value of the allowancePlanName property.

Parameters
value Allowed object is String

public void setCompensationElementValuesForAllowancePlanData (EmployeeCompensationAllowancePlanAssignmentDetailDataType value)

Sets the value of the compensationElementValuesForAllowancePlanData property.