public class

CompensationChangeDataType

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

Class Overview

Data element that contains the compensation change information.

Java class for Compensation_Change_DataType complex type.

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

 <complexType name="Compensation_Change_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Reason_Reference" type="{urn:com.workday/bsvc}Event_Classification_SubcategoryObjectType"/>
         <element name="Compensation_Guidelines_Data" type="{urn:com.workday/bsvc}Compensatable_Guidelines_DataType" minOccurs="0"/>
         <element name="Pay_Plan_Data" type="{urn:com.workday/bsvc}Proposed_Base_Pay_Plan_AssignmentType" minOccurs="0"/>
         <element name="Unit_Salary_Plan_Data" type="{urn:com.workday/bsvc}Proposed_Salary_Unit_Plan_AssignmentType" minOccurs="0"/>
         <element name="Allowance_Plan_Data" type="{urn:com.workday/bsvc}Proposed_Allowance_Plan_AssignmentType" minOccurs="0"/>
         <element name="Unit_Allowance_Plan_Data" type="{urn:com.workday/bsvc}Proposed_Allowance_Unit_Plan_AssignmentType" minOccurs="0"/>
         <element name="Bonus_Plan_Data" type="{urn:com.workday/bsvc}Proposed_Bonus_Plan_AssignmentType" minOccurs="0"/>
         <element name="Merit_Plan_Data" type="{urn:com.workday/bsvc}Proposed_Merit_Plan_AssignmentType" minOccurs="0"/>
         <element name="Commission_Plan_Data" type="{urn:com.workday/bsvc}Proposed_Commission_Plan_AssignmentType" minOccurs="0"/>
         <element name="Stock_Plan_Data" type="{urn:com.workday/bsvc}Proposed_Stock_Plan_AssignmentType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected ProposedAllowancePlanAssignmentType allowancePlanData
protected ProposedBonusPlanAssignmentType bonusPlanData
protected ProposedCommissionPlanAssignmentType commissionPlanData
protected CompensatableGuidelinesDataType compensationGuidelinesData
protected ProposedMeritPlanAssignmentType meritPlanData
protected ProposedBasePayPlanAssignmentType payPlanData
protected EventClassificationSubcategoryObjectType reasonReference
protected ProposedStockPlanAssignmentType stockPlanData
protected ProposedAllowanceUnitPlanAssignmentType unitAllowancePlanData
protected ProposedSalaryUnitPlanAssignmentType unitSalaryPlanData
Public Constructors
CompensationChangeDataType()
Public Methods
ProposedAllowancePlanAssignmentType getAllowancePlanData()
Gets the value of the allowancePlanData property.
ProposedBonusPlanAssignmentType getBonusPlanData()
Gets the value of the bonusPlanData property.
ProposedCommissionPlanAssignmentType getCommissionPlanData()
Gets the value of the commissionPlanData property.
CompensatableGuidelinesDataType getCompensationGuidelinesData()
Gets the value of the compensationGuidelinesData property.
ProposedMeritPlanAssignmentType getMeritPlanData()
Gets the value of the meritPlanData property.
ProposedBasePayPlanAssignmentType getPayPlanData()
Gets the value of the payPlanData property.
EventClassificationSubcategoryObjectType getReasonReference()
Gets the value of the reasonReference property.
ProposedStockPlanAssignmentType getStockPlanData()
Gets the value of the stockPlanData property.
ProposedAllowanceUnitPlanAssignmentType getUnitAllowancePlanData()
Gets the value of the unitAllowancePlanData property.
ProposedSalaryUnitPlanAssignmentType getUnitSalaryPlanData()
Gets the value of the unitSalaryPlanData property.
void setAllowancePlanData(ProposedAllowancePlanAssignmentType value)
Sets the value of the allowancePlanData property.
void setBonusPlanData(ProposedBonusPlanAssignmentType value)
Sets the value of the bonusPlanData property.
void setCommissionPlanData(ProposedCommissionPlanAssignmentType value)
Sets the value of the commissionPlanData property.
void setCompensationGuidelinesData(CompensatableGuidelinesDataType value)
Sets the value of the compensationGuidelinesData property.
void setMeritPlanData(ProposedMeritPlanAssignmentType value)
Sets the value of the meritPlanData property.
void setPayPlanData(ProposedBasePayPlanAssignmentType value)
Sets the value of the payPlanData property.
void setReasonReference(EventClassificationSubcategoryObjectType value)
Sets the value of the reasonReference property.
void setStockPlanData(ProposedStockPlanAssignmentType value)
Sets the value of the stockPlanData property.
void setUnitAllowancePlanData(ProposedAllowanceUnitPlanAssignmentType value)
Sets the value of the unitAllowancePlanData property.
void setUnitSalaryPlanData(ProposedSalaryUnitPlanAssignmentType value)
Sets the value of the unitSalaryPlanData property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ProposedAllowancePlanAssignmentType allowancePlanData

protected ProposedBonusPlanAssignmentType bonusPlanData

protected ProposedCommissionPlanAssignmentType commissionPlanData

protected CompensatableGuidelinesDataType compensationGuidelinesData

protected ProposedMeritPlanAssignmentType meritPlanData

protected ProposedBasePayPlanAssignmentType payPlanData

protected EventClassificationSubcategoryObjectType reasonReference

protected ProposedStockPlanAssignmentType stockPlanData

protected ProposedAllowanceUnitPlanAssignmentType unitAllowancePlanData

protected ProposedSalaryUnitPlanAssignmentType unitSalaryPlanData

Public Constructors

public CompensationChangeDataType ()

Public Methods

public ProposedAllowancePlanAssignmentType getAllowancePlanData ()

Gets the value of the allowancePlanData property.

Returns

public ProposedBonusPlanAssignmentType getBonusPlanData ()

Gets the value of the bonusPlanData property.

Returns

public ProposedCommissionPlanAssignmentType getCommissionPlanData ()

Gets the value of the commissionPlanData property.

Returns

public CompensatableGuidelinesDataType getCompensationGuidelinesData ()

Gets the value of the compensationGuidelinesData property.

Returns

public ProposedMeritPlanAssignmentType getMeritPlanData ()

Gets the value of the meritPlanData property.

Returns

public ProposedBasePayPlanAssignmentType getPayPlanData ()

Gets the value of the payPlanData property.

Returns

public EventClassificationSubcategoryObjectType getReasonReference ()

Gets the value of the reasonReference property.

Returns

public ProposedStockPlanAssignmentType getStockPlanData ()

Gets the value of the stockPlanData property.

Returns

public ProposedAllowanceUnitPlanAssignmentType getUnitAllowancePlanData ()

Gets the value of the unitAllowancePlanData property.

Returns

public ProposedSalaryUnitPlanAssignmentType getUnitSalaryPlanData ()

Gets the value of the unitSalaryPlanData property.

Returns

public void setAllowancePlanData (ProposedAllowancePlanAssignmentType value)

Sets the value of the allowancePlanData property.

Parameters
value Allowed object is ProposedAllowancePlanAssignmentType

public void setBonusPlanData (ProposedBonusPlanAssignmentType value)

Sets the value of the bonusPlanData property.

Parameters
value Allowed object is ProposedBonusPlanAssignmentType

public void setCommissionPlanData (ProposedCommissionPlanAssignmentType value)

Sets the value of the commissionPlanData property.

Parameters
value Allowed object is ProposedCommissionPlanAssignmentType

public void setCompensationGuidelinesData (CompensatableGuidelinesDataType value)

Sets the value of the compensationGuidelinesData property.

Parameters
value Allowed object is CompensatableGuidelinesDataType

public void setMeritPlanData (ProposedMeritPlanAssignmentType value)

Sets the value of the meritPlanData property.

Parameters
value Allowed object is ProposedMeritPlanAssignmentType

public void setPayPlanData (ProposedBasePayPlanAssignmentType value)

Sets the value of the payPlanData property.

Parameters
value Allowed object is ProposedBasePayPlanAssignmentType

public void setReasonReference (EventClassificationSubcategoryObjectType value)

Sets the value of the reasonReference property.

Parameters
value Allowed object is EventClassificationSubcategoryObjectType

public void setStockPlanData (ProposedStockPlanAssignmentType value)

Sets the value of the stockPlanData property.

Parameters
value Allowed object is ProposedStockPlanAssignmentType

public void setUnitAllowancePlanData (ProposedAllowanceUnitPlanAssignmentType value)

Sets the value of the unitAllowancePlanData property.

Parameters
value Allowed object is ProposedAllowanceUnitPlanAssignmentType

public void setUnitSalaryPlanData (ProposedSalaryUnitPlanAssignmentType value)

Sets the value of the unitSalaryPlanData property.

Parameters
value Allowed object is ProposedSalaryUnitPlanAssignmentType