public class

ChangeBenefitsDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.benefits.ChangeBenefitsDataType

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected BigDecimal benefitDeductionPeriodsRemaining
protected List<BenefitElectionChangeBenefitsDataType> benefitElectionData
protected List<BenefitEventTypeObjectType> benefitEventTypeReference
protected List<BiographicDataType> biographicData
protected WorkerObjectType employeeReference
protected XMLGregorianCalendar eventDate
protected BigDecimal excessCreditsToHSA
protected Boolean hasExistingMedicalCoverage
protected FrequencyObjectType remainingPeriodFrequencyReference
protected List<BenefitCoverageTypeForRetirementSavingsElectionsDataType> retirementSavingsCoverageTypeData
Public Constructors
ChangeBenefitsDataType()
Public Methods
BigDecimal getBenefitDeductionPeriodsRemaining()
Gets the value of the benefitDeductionPeriodsRemaining property.
List<BenefitElectionChangeBenefitsDataType> getBenefitElectionData()
Gets the value of the benefitElectionData property.
List<BenefitEventTypeObjectType> getBenefitEventTypeReference()
Gets the value of the benefitEventTypeReference property.
List<BiographicDataType> getBiographicData()
Gets the value of the biographicData property.
WorkerObjectType getEmployeeReference()
Gets the value of the employeeReference property.
XMLGregorianCalendar getEventDate()
Gets the value of the eventDate property.
BigDecimal getExcessCreditsToHSA()
Gets the value of the excessCreditsToHSA property.
Boolean getHasExistingMedicalCoverage()
Gets the value of the hasExistingMedicalCoverage property.
FrequencyObjectType getRemainingPeriodFrequencyReference()
Gets the value of the remainingPeriodFrequencyReference property.
List<BenefitCoverageTypeForRetirementSavingsElectionsDataType> getRetirementSavingsCoverageTypeData()
Gets the value of the retirementSavingsCoverageTypeData property.
void setBenefitDeductionPeriodsRemaining(BigDecimal value)
Sets the value of the benefitDeductionPeriodsRemaining property.
void setBenefitElectionData(List<BenefitElectionChangeBenefitsDataType> benefitElectionData)
Sets the value of the benefitElectionData property.
void setBenefitEventTypeReference(List<BenefitEventTypeObjectType> benefitEventTypeReference)
Sets the value of the benefitEventTypeReference property.
void setBiographicData(List<BiographicDataType> biographicData)
Sets the value of the biographicData property.
void setEmployeeReference(WorkerObjectType value)
Sets the value of the employeeReference property.
void setEventDate(XMLGregorianCalendar value)
Sets the value of the eventDate property.
void setExcessCreditsToHSA(BigDecimal value)
Sets the value of the excessCreditsToHSA property.
void setHasExistingMedicalCoverage(Boolean value)
Sets the value of the hasExistingMedicalCoverage property.
void setRemainingPeriodFrequencyReference(FrequencyObjectType value)
Sets the value of the remainingPeriodFrequencyReference property.
void setRetirementSavingsCoverageTypeData(List<BenefitCoverageTypeForRetirementSavingsElectionsDataType> retirementSavingsCoverageTypeData)
Sets the value of the retirementSavingsCoverageTypeData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected BigDecimal benefitDeductionPeriodsRemaining

protected List<BenefitElectionChangeBenefitsDataType> benefitElectionData

protected List<BenefitEventTypeObjectType> benefitEventTypeReference

protected List<BiographicDataType> biographicData

protected WorkerObjectType employeeReference

protected XMLGregorianCalendar eventDate

protected BigDecimal excessCreditsToHSA

protected Boolean hasExistingMedicalCoverage

protected FrequencyObjectType remainingPeriodFrequencyReference

protected List<BenefitCoverageTypeForRetirementSavingsElectionsDataType> retirementSavingsCoverageTypeData

Public Constructors

public ChangeBenefitsDataType ()

Public Methods

public BigDecimal getBenefitDeductionPeriodsRemaining ()

Gets the value of the benefitDeductionPeriodsRemaining property.

Returns
  • possible object is BigDecimal

public List<BenefitElectionChangeBenefitsDataType> getBenefitElectionData ()

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

public List<BenefitEventTypeObjectType> getBenefitEventTypeReference ()

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

public List<BiographicDataType> getBiographicData ()

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

public WorkerObjectType getEmployeeReference ()

Gets the value of the employeeReference property.

Returns

public XMLGregorianCalendar getEventDate ()

Gets the value of the eventDate property.

Returns
  • possible object is XMLGregorianCalendar

public BigDecimal getExcessCreditsToHSA ()

Gets the value of the excessCreditsToHSA property.

Returns
  • possible object is BigDecimal

public Boolean getHasExistingMedicalCoverage ()

Gets the value of the hasExistingMedicalCoverage property. This getter has been renamed from isHasExistingMedicalCoverage() to getHasExistingMedicalCoverage() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public FrequencyObjectType getRemainingPeriodFrequencyReference ()

Gets the value of the remainingPeriodFrequencyReference property.

Returns

public List<BenefitCoverageTypeForRetirementSavingsElectionsDataType> getRetirementSavingsCoverageTypeData ()

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

public void setBenefitDeductionPeriodsRemaining (BigDecimal value)

Sets the value of the benefitDeductionPeriodsRemaining property.

Parameters
value Allowed object is BigDecimal

public void setBenefitElectionData (List<BenefitElectionChangeBenefitsDataType> benefitElectionData)

Sets the value of the benefitElectionData property.

Parameters
benefitElectionData Allowed object is BenefitElectionChangeBenefitsDataType

public void setBenefitEventTypeReference (List<BenefitEventTypeObjectType> benefitEventTypeReference)

Sets the value of the benefitEventTypeReference property.

Parameters
benefitEventTypeReference Allowed object is BenefitEventTypeObjectType

public void setBiographicData (List<BiographicDataType> biographicData)

Sets the value of the biographicData property.

Parameters
biographicData Allowed object is BiographicDataType

public void setEmployeeReference (WorkerObjectType value)

Sets the value of the employeeReference property.

Parameters
value Allowed object is WorkerObjectType

public void setEventDate (XMLGregorianCalendar value)

Sets the value of the eventDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setExcessCreditsToHSA (BigDecimal value)

Sets the value of the excessCreditsToHSA property.

Parameters
value Allowed object is BigDecimal

public void setHasExistingMedicalCoverage (Boolean value)

Sets the value of the hasExistingMedicalCoverage property.

Parameters
value Allowed object is Boolean

public void setRemainingPeriodFrequencyReference (FrequencyObjectType value)

Sets the value of the remainingPeriodFrequencyReference property.

Parameters
value Allowed object is FrequencyObjectType

public void setRetirementSavingsCoverageTypeData (List<BenefitCoverageTypeForRetirementSavingsElectionsDataType> retirementSavingsCoverageTypeData)

Sets the value of the retirementSavingsCoverageTypeData property.

Parameters
retirementSavingsCoverageTypeData Allowed object is BenefitCoverageTypeForRetirementSavingsElectionsDataType