| java.lang.Object | |
| ↳ | com.workday.benefits.BenefitIndividualRateDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| benefitIndividualRateID | |||||||||||
| employeeCostPreTax | |||||||||||
| employeePostTaxAmount | |||||||||||
| employerCostNonTaxable | |||||||||||
| employerCostTaxable | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the benefitIndividualRateID property.
| |||||||||||
Gets the value of the employeeCostPreTax property.
| |||||||||||
Gets the value of the employeePostTaxAmount 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 employeeCostPreTax property.
| |||||||||||
Sets the value of the employeePostTaxAmount 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 employeeCostPreTax property.
Gets the value of the employeePostTaxAmount 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 employeeCostPreTax property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the employeePostTaxAmount 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 |
|---|