| java.lang.Object | |
| ↳ | com.workday.benefits.BenefitIndividualRateType |
Benefit Individual Rate
Java class for Benefit_Individual_RateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Benefit_Individual_RateType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Benefit_Individual_Rate_Reference" type="{urn:com.workday/bsvc}Benefit_Individual_RateObjectType"/>
<element name="Benefit_Individual_Rate_Data" type="{urn:com.workday/bsvc}Benefit_Individual_Rate_DataType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| benefitIndividualRateData | |||||||||||
| benefitIndividualRateReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the benefitIndividualRateData property.
| |||||||||||
Gets the value of the benefitIndividualRateReference property.
| |||||||||||
Sets the value of the benefitIndividualRateData property.
| |||||||||||
Sets the value of the benefitIndividualRateReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the benefitIndividualRateData property.
BenefitIndividualRateDataType
Gets the value of the benefitIndividualRateReference property.
BenefitIndividualRateObjectType
Sets the value of the benefitIndividualRateData property.
| value | Allowed object is
BenefitIndividualRateDataType
|
|---|
Sets the value of the benefitIndividualRateReference property.
| value | Allowed object is
BenefitIndividualRateObjectType
|
|---|