| java.lang.Object | |
| ↳ | com.workday.benefits.BenefitIndividualRateDataForChangeBenefitsForLifeEventType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| benefitIndividualRateID | |||||||||||
| employeeCostPostTax | |||||||||||
| employeeCostPreTax | |||||||||||
| employerCostNonTaxable | |||||||||||
| employerCostTaxable | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the benefitIndividualRateID property.
| |||||||||||
Gets the value of the employeeCostPostTax property.
| |||||||||||
Gets the value of the employeeCostPreTax property.
| |||||||||||
Gets the value of the employerCostNonTaxable property.
| |||||||||||
Gets the value of the employerCostTaxable property.
| |||||||||||
Sets the value of the benefitIndividualRateID property.
| |||||||||||
Sets the value of the employeeCostPostTax property.
| |||||||||||
Sets the value of the employeeCostPreTax property.
| |||||||||||
Sets the value of the employerCostNonTaxable property.
| |||||||||||
Sets the value of the employerCostTaxable property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the benefitIndividualRateID property.
Gets the value of the employeeCostPostTax property.
Gets the value of the employeeCostPreTax property.
Gets the value of the employerCostNonTaxable property.
Gets the value of the employerCostTaxable property.
Sets the value of the benefitIndividualRateID property.
| value | Allowed object is String |
|---|
Sets the value of the employeeCostPostTax property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the employeeCostPreTax property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the employerCostNonTaxable property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the employerCostTaxable property.
| value | Allowed object is BigDecimal |
|---|