public class

BenefitIndividualRateDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.benefits.BenefitIndividualRateDataType

Class Overview

Benefit Individual Rate Data contains all cost values for an individual rate.

Java class for Benefit_Individual_Rate_DataType complex type.

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

 <complexType name="Benefit_Individual_Rate_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Benefit_Individual_Rate_ID" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Employee_Cost_PreTax" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="21"/>
               <fractionDigits value="6"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Employee_PostTax_Amount" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="21"/>
               <fractionDigits value="6"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Employer_Cost_NonTaxable" 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="Employer_Cost_Taxable" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="21"/>
               <minInclusive value="0"/>
               <fractionDigits value="6"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String benefitIndividualRateID
protected BigDecimal employeeCostPreTax
protected BigDecimal employeePostTaxAmount
protected BigDecimal employerCostNonTaxable
protected BigDecimal employerCostTaxable
Public Constructors
BenefitIndividualRateDataType()
Public Methods
String getBenefitIndividualRateID()
Gets the value of the benefitIndividualRateID property.
BigDecimal getEmployeeCostPreTax()
Gets the value of the employeeCostPreTax property.
BigDecimal getEmployeePostTaxAmount()
Gets the value of the employeePostTaxAmount property.
BigDecimal getEmployerCostNonTaxable()
Gets the value of the employerCostNonTaxable property.
BigDecimal getEmployerCostTaxable()
Gets the value of the employerCostTaxable property.
void setBenefitIndividualRateID(String value)
Sets the value of the benefitIndividualRateID property.
void setEmployeeCostPreTax(BigDecimal value)
Sets the value of the employeeCostPreTax property.
void setEmployeePostTaxAmount(BigDecimal value)
Sets the value of the employeePostTaxAmount property.
void setEmployerCostNonTaxable(BigDecimal value)
Sets the value of the employerCostNonTaxable property.
void setEmployerCostTaxable(BigDecimal value)
Sets the value of the employerCostTaxable property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String benefitIndividualRateID

protected BigDecimal employeeCostPreTax

protected BigDecimal employeePostTaxAmount

protected BigDecimal employerCostNonTaxable

protected BigDecimal employerCostTaxable

Public Constructors

public BenefitIndividualRateDataType ()

Public Methods

public String getBenefitIndividualRateID ()

Gets the value of the benefitIndividualRateID property.

Returns
  • possible object is String

public BigDecimal getEmployeeCostPreTax ()

Gets the value of the employeeCostPreTax property.

Returns
  • possible object is BigDecimal

public BigDecimal getEmployeePostTaxAmount ()

Gets the value of the employeePostTaxAmount property.

Returns
  • possible object is BigDecimal

public BigDecimal getEmployerCostNonTaxable ()

Gets the value of the employerCostNonTaxable property.

Returns
  • possible object is BigDecimal

public BigDecimal getEmployerCostTaxable ()

Gets the value of the employerCostTaxable property.

Returns
  • possible object is BigDecimal

public void setBenefitIndividualRateID (String value)

Sets the value of the benefitIndividualRateID property.

Parameters
value Allowed object is String

public void setEmployeeCostPreTax (BigDecimal value)

Sets the value of the employeeCostPreTax property.

Parameters
value Allowed object is BigDecimal

public void setEmployeePostTaxAmount (BigDecimal value)

Sets the value of the employeePostTaxAmount property.

Parameters
value Allowed object is BigDecimal

public void setEmployerCostNonTaxable (BigDecimal value)

Sets the value of the employerCostNonTaxable property.

Parameters
value Allowed object is BigDecimal

public void setEmployerCostTaxable (BigDecimal value)

Sets the value of the employerCostTaxable property.

Parameters
value Allowed object is BigDecimal