public class

EmployeeCompensationCommissionPlanAssignmentDataType

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

Class Overview

Encapsulating element containing all Commission Plan Compensation data.

Java class for Employee_Compensation_Commission_Plan_Assignment_DataType complex type.

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

 <complexType name="Employee_Compensation_Commission_Plan_Assignment_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Commission_Plan_Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Compensation_Element_Values_for_Commission_Plan_Data" type="{urn:com.workday/bsvc}Employee_Compensation_Commission_Plan_Assignment_Detail_DataType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String commissionPlanName
protected EmployeeCompensationCommissionPlanAssignmentDetailDataType compensationElementValuesForCommissionPlanData
Public Constructors
EmployeeCompensationCommissionPlanAssignmentDataType()
Public Methods
String getCommissionPlanName()
Gets the value of the commissionPlanName property.
EmployeeCompensationCommissionPlanAssignmentDetailDataType getCompensationElementValuesForCommissionPlanData()
Gets the value of the compensationElementValuesForCommissionPlanData property.
void setCommissionPlanName(String value)
Sets the value of the commissionPlanName property.
void setCompensationElementValuesForCommissionPlanData(EmployeeCompensationCommissionPlanAssignmentDetailDataType value)
Sets the value of the compensationElementValuesForCommissionPlanData property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String commissionPlanName

protected EmployeeCompensationCommissionPlanAssignmentDetailDataType compensationElementValuesForCommissionPlanData

Public Constructors

public EmployeeCompensationCommissionPlanAssignmentDataType ()

Public Methods

public String getCommissionPlanName ()

Gets the value of the commissionPlanName property.

Returns
  • possible object is String

public EmployeeCompensationCommissionPlanAssignmentDetailDataType getCompensationElementValuesForCommissionPlanData ()

Gets the value of the compensationElementValuesForCommissionPlanData property.

public void setCommissionPlanName (String value)

Sets the value of the commissionPlanName property.

Parameters
value Allowed object is String

public void setCompensationElementValuesForCommissionPlanData (EmployeeCompensationCommissionPlanAssignmentDetailDataType value)

Sets the value of the compensationElementValuesForCommissionPlanData property.