| java.lang.Object | |
| ↳ | com.workday.benefits.ChangeBenefitsDataType |
Data for life change events
Java class for Change_Benefits_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Change_Benefits_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Employee_Reference" type="{urn:com.workday/bsvc}WorkerObjectType"/>
<element name="Benefit_Event_Type_Reference" type="{urn:com.workday/bsvc}Benefit_Event_TypeObjectType" maxOccurs="unbounded"/>
<element name="Event_Date" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="Benefit_Deduction_Periods_Remaining" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="3"/>
<minInclusive value="0"/>
<fractionDigits value="0"/>
</restriction>
</simpleType>
</element>
<element name="Remaining_Period_Frequency_Reference" type="{urn:com.workday/bsvc}FrequencyObjectType" minOccurs="0"/>
<element name="Excess_Credits_to_HSA" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="26"/>
<minInclusive value="0"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Has_Existing_Medical_Coverage" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Benefit_Election_Data" type="{urn:com.workday/bsvc}Benefit_Election_Change_Benefits_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Retirement_Savings_Coverage_Type_Data" type="{urn:com.workday/bsvc}Benefit_Coverage_Type_for_Retirement_Savings_Elections_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Biographic_Data" type="{urn:com.workday/bsvc}Biographic_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| benefitDeductionPeriodsRemaining | |||||||||||
| benefitElectionData | |||||||||||
| benefitEventTypeReference | |||||||||||
| biographicData | |||||||||||
| employeeReference | |||||||||||
| eventDate | |||||||||||
| excessCreditsToHSA | |||||||||||
| hasExistingMedicalCoverage | |||||||||||
| remainingPeriodFrequencyReference | |||||||||||
| retirementSavingsCoverageTypeData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the benefitDeductionPeriodsRemaining property.
| |||||||||||
Gets the value of the benefitElectionData property.
| |||||||||||
Gets the value of the benefitEventTypeReference property.
| |||||||||||
Gets the value of the biographicData property.
| |||||||||||
Gets the value of the employeeReference property.
| |||||||||||
Gets the value of the eventDate property.
| |||||||||||
Gets the value of the excessCreditsToHSA property.
| |||||||||||
Gets the value of the hasExistingMedicalCoverage property.
| |||||||||||
Gets the value of the remainingPeriodFrequencyReference property.
| |||||||||||
Gets the value of the retirementSavingsCoverageTypeData property.
| |||||||||||
Sets the value of the benefitDeductionPeriodsRemaining property.
| |||||||||||
Sets the value of the benefitElectionData property.
| |||||||||||
Sets the value of the benefitEventTypeReference property.
| |||||||||||
Sets the value of the biographicData property.
| |||||||||||
Sets the value of the employeeReference property.
| |||||||||||
Sets the value of the eventDate property.
| |||||||||||
Sets the value of the excessCreditsToHSA property.
| |||||||||||
Sets the value of the hasExistingMedicalCoverage property.
| |||||||||||
Sets the value of the remainingPeriodFrequencyReference property.
| |||||||||||
Sets the value of the retirementSavingsCoverageTypeData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the benefitDeductionPeriodsRemaining property.
Gets the value of the benefitElectionData property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the benefitElectionData property.
For example, to add a new item, do as follows:
getBenefitElectionData().add(newItem);
Objects of the following type(s) are allowed in the list
BenefitElectionChangeBenefitsDataType
Gets the value of the benefitEventTypeReference property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the benefitEventTypeReference property.
For example, to add a new item, do as follows:
getBenefitEventTypeReference().add(newItem);
Objects of the following type(s) are allowed in the list
BenefitEventTypeObjectType
Gets the value of the biographicData property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the biographicData property.
For example, to add a new item, do as follows:
getBiographicData().add(newItem);
Objects of the following type(s) are allowed in the list
BiographicDataType
Gets the value of the employeeReference property.
WorkerObjectType
Gets the value of the eventDate property.
Gets the value of the excessCreditsToHSA property.
Gets the value of the hasExistingMedicalCoverage property. This getter has been renamed from isHasExistingMedicalCoverage() to getHasExistingMedicalCoverage() by cxf-xjc-boolean plugin.
Gets the value of the remainingPeriodFrequencyReference property.
FrequencyObjectType
Gets the value of the retirementSavingsCoverageTypeData property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the retirementSavingsCoverageTypeData property.
For example, to add a new item, do as follows:
getRetirementSavingsCoverageTypeData().add(newItem);
Objects of the following type(s) are allowed in the list
BenefitCoverageTypeForRetirementSavingsElectionsDataType
Sets the value of the benefitDeductionPeriodsRemaining property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the benefitElectionData property.
| benefitElectionData | Allowed object is
BenefitElectionChangeBenefitsDataType
|
|---|
Sets the value of the benefitEventTypeReference property.
| benefitEventTypeReference | Allowed object is
BenefitEventTypeObjectType
|
|---|
Sets the value of the biographicData property.
| biographicData | Allowed object is
BiographicDataType
|
|---|
Sets the value of the employeeReference property.
| value | Allowed object is
WorkerObjectType
|
|---|
Sets the value of the eventDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the excessCreditsToHSA property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the hasExistingMedicalCoverage property.
| value | Allowed object is Boolean |
|---|
Sets the value of the remainingPeriodFrequencyReference property.
| value | Allowed object is
FrequencyObjectType
|
|---|
Sets the value of the retirementSavingsCoverageTypeData property.
| retirementSavingsCoverageTypeData | Allowed object is
BenefitCoverageTypeForRetirementSavingsElectionsDataType
|
|---|