public class

UnitSalaryPlanDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.compensation.UnitSalaryPlanDataType

Class Overview

This is a wrapper for the Base Pay Unit Salaries.

Java class for Unit_Salary_Plan_DataType complex type.

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

 <complexType name="Unit_Salary_Plan_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Per_Unit_Amount" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="26"/>
               <fractionDigits value="6"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Default_Units" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="21"/>
               <minInclusive value="0"/>
               <fractionDigits value="6"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Unit_Of_Measure_Reference" type="{urn:com.workday/bsvc}Unit_of_MeasureObjectType"/>
         <element name="No_Individual_Override" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected BigDecimal defaultUnits
protected Boolean noIndividualOverride
protected BigDecimal perUnitAmount
protected UnitOfMeasureObjectType unitOfMeasureReference
Public Constructors
UnitSalaryPlanDataType()
Public Methods
BigDecimal getDefaultUnits()
Gets the value of the defaultUnits property.
Boolean getNoIndividualOverride()
Gets the value of the noIndividualOverride property.
BigDecimal getPerUnitAmount()
Gets the value of the perUnitAmount property.
UnitOfMeasureObjectType getUnitOfMeasureReference()
Gets the value of the unitOfMeasureReference property.
void setDefaultUnits(BigDecimal value)
Sets the value of the defaultUnits property.
void setNoIndividualOverride(Boolean value)
Sets the value of the noIndividualOverride property.
void setPerUnitAmount(BigDecimal value)
Sets the value of the perUnitAmount property.
void setUnitOfMeasureReference(UnitOfMeasureObjectType value)
Sets the value of the unitOfMeasureReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected BigDecimal defaultUnits

protected Boolean noIndividualOverride

protected BigDecimal perUnitAmount

protected UnitOfMeasureObjectType unitOfMeasureReference

Public Constructors

public UnitSalaryPlanDataType ()

Public Methods

public BigDecimal getDefaultUnits ()

Gets the value of the defaultUnits property.

Returns
  • possible object is BigDecimal

public Boolean getNoIndividualOverride ()

Gets the value of the noIndividualOverride property. This getter has been renamed from isNoIndividualOverride() to getNoIndividualOverride() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public BigDecimal getPerUnitAmount ()

Gets the value of the perUnitAmount property.

Returns
  • possible object is BigDecimal

public UnitOfMeasureObjectType getUnitOfMeasureReference ()

Gets the value of the unitOfMeasureReference property.

Returns

public void setDefaultUnits (BigDecimal value)

Sets the value of the defaultUnits property.

Parameters
value Allowed object is BigDecimal

public void setNoIndividualOverride (Boolean value)

Sets the value of the noIndividualOverride property.

Parameters
value Allowed object is Boolean

public void setPerUnitAmount (BigDecimal value)

Sets the value of the perUnitAmount property.

Parameters
value Allowed object is BigDecimal

public void setUnitOfMeasureReference (UnitOfMeasureObjectType value)

Sets the value of the unitOfMeasureReference property.

Parameters
value Allowed object is UnitOfMeasureObjectType