public class

EmployeeCompensationMeritPlanAssignmentDetailDataType

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

Class Overview

Encapsulating element containing all values for Merit Plan Assignment data

Java class for Employee_Compensation_Merit_Plan_Assignment_Detail_DataType complex type.

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

 <complexType name="Employee_Compensation_Merit_Plan_Assignment_Detail_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Individual_Target" 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 individualTarget
Public Constructors
EmployeeCompensationMeritPlanAssignmentDetailDataType()
Public Methods
BigDecimal getIndividualTarget()
Gets the value of the individualTarget property.
Boolean isGuaranteedMinimum()
Gets the value of the guaranteedMinimum property.
void setGuaranteedMinimum(Boolean value)
Sets the value of the guaranteedMinimum property.
void setIndividualTarget(BigDecimal value)
Sets the value of the individualTarget property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Boolean guaranteedMinimum

protected BigDecimal individualTarget

Public Constructors

public EmployeeCompensationMeritPlanAssignmentDetailDataType ()

Public Methods

public BigDecimal getIndividualTarget ()

Gets the value of the individualTarget property.

Returns
  • possible object is BigDecimal

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 setIndividualTarget (BigDecimal value)

Sets the value of the individualTarget property.

Parameters
value Allowed object is BigDecimal