public class

SalaryPlanDataType

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

Class Overview

This is a wrapper for Salary Plans.

Java class for Salary_Plan_DataType complex type.

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

 <complexType name="Salary_Plan_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Apply_Full_Time_Equivalent" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected Boolean applyFullTimeEquivalent
Public Constructors
SalaryPlanDataType()
Public Methods
Boolean getApplyFullTimeEquivalent()
Gets the value of the applyFullTimeEquivalent property.
void setApplyFullTimeEquivalent(Boolean value)
Sets the value of the applyFullTimeEquivalent property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean applyFullTimeEquivalent

Public Constructors

public SalaryPlanDataType ()

Public Methods

public Boolean getApplyFullTimeEquivalent ()

Gets the value of the applyFullTimeEquivalent property. This getter has been renamed from isApplyFullTimeEquivalent() to getApplyFullTimeEquivalent() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public void setApplyFullTimeEquivalent (Boolean value)

Sets the value of the applyFullTimeEquivalent property.

Parameters
value Allowed object is Boolean