| java.lang.Object | |
| ↳ | com.workday.staffing.SpendingAccountCoverageDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| benefitElectionData | |||||||||||
| employeeContributionData | |||||||||||
| employerContributionData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the benefitElectionData property.
| |||||||||||
Gets the value of the employeeContributionData property.
| |||||||||||
Gets the value of the employerContributionData property.
| |||||||||||
Sets the value of the benefitElectionData property.
| |||||||||||
Sets the value of the employeeContributionData property.
| |||||||||||
Sets the value of the employerContributionData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the benefitElectionData property.
WorkerBenefitElectionDataType
Gets the value of the employeeContributionData property.
EmployeeContributionDataType
Gets the value of the employerContributionData property.
EmployerContributionDataType
Sets the value of the benefitElectionData property.
| value | Allowed object is
WorkerBenefitElectionDataType
|
|---|
Sets the value of the employeeContributionData property.
| value | Allowed object is
EmployeeContributionDataType
|
|---|
Sets the value of the employerContributionData property.
| value | Allowed object is
EmployerContributionDataType
|
|---|

