| java.lang.Object | |
| ↳ | com.workday.benefits.BenefitAnnualRateDataType |
Contains the Benefit Annual Rate data.
Java class for Benefit_Annual_Rate_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Benefit_Annual_Rate_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Effective_Date" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="Worker_Reference" type="{urn:com.workday/bsvc}WorkerObjectType"/>
<element name="Benefit_Annual_Rate" 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="Currency_Reference" type="{urn:com.workday/bsvc}CurrencyObjectType"/>
<element name="Benefit_Annual_Rate_Type_Reference" type="{urn:com.workday/bsvc}Benefit_Annual_Rate_TypeObjectType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| benefitAnnualRate | |||||||||||
| benefitAnnualRateTypeReference | |||||||||||
| currencyReference | |||||||||||
| effectiveDate | |||||||||||
| workerReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the benefitAnnualRate property.
| |||||||||||
Gets the value of the benefitAnnualRateTypeReference property.
| |||||||||||
Gets the value of the currencyReference property.
| |||||||||||
Gets the value of the effectiveDate property.
| |||||||||||
Gets the value of the workerReference property.
| |||||||||||
Sets the value of the benefitAnnualRate property.
| |||||||||||
Sets the value of the benefitAnnualRateTypeReference property.
| |||||||||||
Sets the value of the currencyReference property.
| |||||||||||
Sets the value of the effectiveDate property.
| |||||||||||
Sets the value of the workerReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the benefitAnnualRate property.
Gets the value of the benefitAnnualRateTypeReference property.
BenefitAnnualRateTypeObjectType
Gets the value of the currencyReference property.
CurrencyObjectType
Gets the value of the effectiveDate property.
Gets the value of the workerReference property.
WorkerObjectType
Sets the value of the benefitAnnualRate property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the benefitAnnualRateTypeReference property.
| value | Allowed object is
BenefitAnnualRateTypeObjectType
|
|---|
Sets the value of the currencyReference property.
| value | Allowed object is
CurrencyObjectType
|
|---|
Sets the value of the effectiveDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the workerReference property.
| value | Allowed object is
WorkerObjectType
|
|---|