| java.lang.Object | |
| ↳ | com.workday.benefits.BenefitAnnualCreditDataType |
Contains the Benefit Annual Credit data.
Java class for Benefit_Annual_Credit_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Benefit_Annual_Credit_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_Credit" 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="Benefit_Annual_Credit_Currency_Reference" type="{urn:com.workday/bsvc}CurrencyObjectType"/>
<element name="Benefit_Annual_Credit_Type_Reference" type="{urn:com.workday/bsvc}Benefit_Annual_Credit_TypeObjectType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| benefitAnnualCredit | |||||||||||
| benefitAnnualCreditCurrencyReference | |||||||||||
| benefitAnnualCreditTypeReference | |||||||||||
| effectiveDate | |||||||||||
| workerReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the benefitAnnualCredit property.
| |||||||||||
Gets the value of the benefitAnnualCreditCurrencyReference property.
| |||||||||||
Gets the value of the benefitAnnualCreditTypeReference property.
| |||||||||||
Gets the value of the effectiveDate property.
| |||||||||||
Gets the value of the workerReference property.
| |||||||||||
Sets the value of the benefitAnnualCredit property.
| |||||||||||
Sets the value of the benefitAnnualCreditCurrencyReference property.
| |||||||||||
Sets the value of the benefitAnnualCreditTypeReference 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 benefitAnnualCredit property.
Gets the value of the benefitAnnualCreditCurrencyReference property.
CurrencyObjectType
Gets the value of the benefitAnnualCreditTypeReference property.
BenefitAnnualCreditTypeObjectType
Gets the value of the effectiveDate property.
Gets the value of the workerReference property.
WorkerObjectType
Sets the value of the benefitAnnualCredit property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the benefitAnnualCreditCurrencyReference property.
| value | Allowed object is
CurrencyObjectType
|
|---|
Sets the value of the benefitAnnualCreditTypeReference property.
| value | Allowed object is
BenefitAnnualCreditTypeObjectType
|
|---|
Sets the value of the effectiveDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the workerReference property.
| value | Allowed object is
WorkerObjectType
|
|---|