public class

SpendingAccountCoverageDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.staffing.SpendingAccountCoverageDataType

Class Overview

Contains the spending account coverage information (elections) for an employee.

Java class for Spending_Account_Coverage_DataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Spending_Account_Coverage_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Benefit_Election_Data" type="{urn:com.workday/bsvc}Worker_Benefit_Election_DataType" minOccurs="0"/>
         <element name="Employee_Contribution_Data" type="{urn:com.workday/bsvc}Employee_Contribution_DataType" minOccurs="0"/>
         <element name="Employer_Contribution_Data" type="{urn:com.workday/bsvc}Employer_Contribution_DataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected WorkerBenefitElectionDataType benefitElectionData
protected EmployeeContributionDataType employeeContributionData
protected EmployerContributionDataType employerContributionData
Public Constructors
SpendingAccountCoverageDataType()
Public Methods
WorkerBenefitElectionDataType getBenefitElectionData()
Gets the value of the benefitElectionData property.
EmployeeContributionDataType getEmployeeContributionData()
Gets the value of the employeeContributionData property.
EmployerContributionDataType getEmployerContributionData()
Gets the value of the employerContributionData property.
void setBenefitElectionData(WorkerBenefitElectionDataType value)
Sets the value of the benefitElectionData property.
void setEmployeeContributionData(EmployeeContributionDataType value)
Sets the value of the employeeContributionData property.
void setEmployerContributionData(EmployerContributionDataType value)
Sets the value of the employerContributionData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected WorkerBenefitElectionDataType benefitElectionData

protected EmployeeContributionDataType employeeContributionData

protected EmployerContributionDataType employerContributionData

Public Constructors

public SpendingAccountCoverageDataType ()

Public Methods

public WorkerBenefitElectionDataType getBenefitElectionData ()

Gets the value of the benefitElectionData property.

Returns

public EmployeeContributionDataType getEmployeeContributionData ()

Gets the value of the employeeContributionData property.

Returns

public EmployerContributionDataType getEmployerContributionData ()

Gets the value of the employerContributionData property.

Returns

public void setBenefitElectionData (WorkerBenefitElectionDataType value)

Sets the value of the benefitElectionData property.

Parameters
value Allowed object is WorkerBenefitElectionDataType

public void setEmployeeContributionData (EmployeeContributionDataType value)

Sets the value of the employeeContributionData property.

Parameters
value Allowed object is EmployeeContributionDataType

public void setEmployerContributionData (EmployerContributionDataType value)

Sets the value of the employerContributionData property.

Parameters
value Allowed object is EmployerContributionDataType