public class

ProposedMeritPlanAssignmentDataType

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

Class Overview

Encapsulating element containing all Merit Plan Compensation data.

Java class for Proposed_Merit_Plan_Assignment_DataType complex type.

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

 <complexType name="Proposed_Merit_Plan_Assignment_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Merit_Plan_Reference" type="{urn:com.workday/bsvc}Merit_PlanObjectType" minOccurs="0"/>
         <element name="Individual_Target_Percent" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="16"/>
               <minInclusive value="0"/>
               <fractionDigits value="6"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Guaranteed_Minimum" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Boolean guaranteedMinimum
protected BigDecimal individualTargetPercent
protected MeritPlanObjectType meritPlanReference
Public Constructors
ProposedMeritPlanAssignmentDataType()
Public Methods
BigDecimal getIndividualTargetPercent()
Gets the value of the individualTargetPercent property.
MeritPlanObjectType getMeritPlanReference()
Gets the value of the meritPlanReference property.
Boolean isGuaranteedMinimum()
Gets the value of the guaranteedMinimum property.
void setGuaranteedMinimum(Boolean value)
Sets the value of the guaranteedMinimum property.
void setIndividualTargetPercent(BigDecimal value)
Sets the value of the individualTargetPercent property.
void setMeritPlanReference(MeritPlanObjectType value)
Sets the value of the meritPlanReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Boolean guaranteedMinimum

protected BigDecimal individualTargetPercent

protected MeritPlanObjectType meritPlanReference

Public Constructors

public ProposedMeritPlanAssignmentDataType ()

Public Methods

public BigDecimal getIndividualTargetPercent ()

Gets the value of the individualTargetPercent property.

Returns
  • possible object is BigDecimal

public MeritPlanObjectType getMeritPlanReference ()

Gets the value of the meritPlanReference property.

Returns

public Boolean isGuaranteedMinimum ()

Gets the value of the guaranteedMinimum property.

Returns
  • possible object is Boolean

public void setGuaranteedMinimum (Boolean value)

Sets the value of the guaranteedMinimum property.

Parameters
value Allowed object is Boolean

public void setIndividualTargetPercent (BigDecimal value)

Sets the value of the individualTargetPercent property.

Parameters
value Allowed object is BigDecimal

public void setMeritPlanReference (MeritPlanObjectType value)

Sets the value of the meritPlanReference property.

Parameters
value Allowed object is MeritPlanObjectType