public class

BenefitIndividualRateDataForChangeBenefitsForLifeEventType

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

Class Overview

Data for Benefit Individual Rate

Java class for Benefit_Individual_Rate_Data_for_Change_Benefits_for_Life_EventType complex type.

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

 <complexType name="Benefit_Individual_Rate_Data_for_Change_Benefits_for_Life_EventType">
   <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" minOccurs="0"/>
         <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_Cost_PostTax" 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 employeeCostPostTax
protected BigDecimal employeeCostPreTax
protected BigDecimal employerCostNonTaxable
protected BigDecimal employerCostTaxable
Public Constructors
BenefitIndividualRateDataForChangeBenefitsForLifeEventType()
Public Methods
String getBenefitIndividualRateID()
Gets the value of the benefitIndividualRateID property.
BigDecimal getEmployeeCostPostTax()
Gets the value of the employeeCostPostTax property.
BigDecimal getEmployeeCostPreTax()
Gets the value of the employeeCostPreTax 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 setEmployeeCostPostTax(BigDecimal value)
Sets the value of the employeeCostPostTax property.
void setEmployeeCostPreTax(BigDecimal value)
Sets the value of the employeeCostPreTax 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 employeeCostPostTax

protected BigDecimal employeeCostPreTax

protected BigDecimal employerCostNonTaxable

protected BigDecimal employerCostTaxable

Public Constructors

public BenefitIndividualRateDataForChangeBenefitsForLifeEventType ()

Public Methods

public String getBenefitIndividualRateID ()

Gets the value of the benefitIndividualRateID property.

Returns
  • possible object is String

public BigDecimal getEmployeeCostPostTax ()

Gets the value of the employeeCostPostTax property.

Returns
  • possible object is BigDecimal

public BigDecimal getEmployeeCostPreTax ()

Gets the value of the employeeCostPreTax 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 setEmployeeCostPostTax (BigDecimal value)

Sets the value of the employeeCostPostTax property.

Parameters
value Allowed object is BigDecimal

public void setEmployeeCostPreTax (BigDecimal value)

Sets the value of the employeeCostPreTax 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