public class

EmployeeCompensationBonusPlanAssignmentDataType

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

Class Overview

Encapsulating element containing all Bonus Plan Compensation data.

Java class for Employee_Compensation_Bonus_Plan_Assignment_DataType complex type.

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

 <complexType name="Employee_Compensation_Bonus_Plan_Assignment_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Bonus_Plan_Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Compensation_Element_Values_for_Bonus_Plan_Data" type="{urn:com.workday/bsvc}Employee_Compensation_Bonus_Plan_Assignment_Detail_DataType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String bonusPlanName
protected EmployeeCompensationBonusPlanAssignmentDetailDataType compensationElementValuesForBonusPlanData
Public Constructors
EmployeeCompensationBonusPlanAssignmentDataType()
Public Methods
String getBonusPlanName()
Gets the value of the bonusPlanName property.
EmployeeCompensationBonusPlanAssignmentDetailDataType getCompensationElementValuesForBonusPlanData()
Gets the value of the compensationElementValuesForBonusPlanData property.
void setBonusPlanName(String value)
Sets the value of the bonusPlanName property.
void setCompensationElementValuesForBonusPlanData(EmployeeCompensationBonusPlanAssignmentDetailDataType value)
Sets the value of the compensationElementValuesForBonusPlanData property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String bonusPlanName

protected EmployeeCompensationBonusPlanAssignmentDetailDataType compensationElementValuesForBonusPlanData

Public Constructors

public EmployeeCompensationBonusPlanAssignmentDataType ()

Public Methods

public String getBonusPlanName ()

Gets the value of the bonusPlanName property.

Returns
  • possible object is String

public EmployeeCompensationBonusPlanAssignmentDetailDataType getCompensationElementValuesForBonusPlanData ()

Gets the value of the compensationElementValuesForBonusPlanData property.

public void setBonusPlanName (String value)

Sets the value of the bonusPlanName property.

Parameters
value Allowed object is String

public void setCompensationElementValuesForBonusPlanData (EmployeeCompensationBonusPlanAssignmentDetailDataType value)

Sets the value of the compensationElementValuesForBonusPlanData property.

Parameters
value Allowed object is EmployeeCompensationBonusPlanAssignmentDetailDataType