| java.lang.Object | |
| ↳ | workday.com.bsvc.WorkerBenefitEnrollmentDataType |
Contains the worker's benefits information. Security Note: This element is secured to the following domains: Self Service: Benefit Elections; Worker Data: Benefit Elections
Java class for Worker_Benefit_Enrollment_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Worker_Benefit_Enrollment_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Health_Care_Data" type="{urn:com.workday/bsvc}Worker_Health_Care_DataType" minOccurs="0"/>
<element name="Health_Savings_Account_Data" type="{urn:com.workday/bsvc}Worker_Health_Savings_Account_DataType" minOccurs="0"/>
<element name="Spending_Account_Data" type="{urn:com.workday/bsvc}Worker_Spending_Account_DataType" minOccurs="0"/>
<element name="Insurance_Data" type="{urn:com.workday/bsvc}Worker_Insurance_DataType" minOccurs="0"/>
<element name="Retirement_Savings_Data" type="{urn:com.workday/bsvc}Retirement_Savings_DataType" minOccurs="0"/>
<element name="Additional_Benefits_Data" type="{urn:com.workday/bsvc}Worker_Additional_Benefits_DataType" minOccurs="0"/>
<element name="COBRA_Eligibility_Data" type="{urn:com.workday/bsvc}COBRA_Eligibility_DataType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| additionalBenefitsData | |||||||||||
| cobraEligibilityData | |||||||||||
| healthCareData | |||||||||||
| healthSavingsAccountData | |||||||||||
| insuranceData | |||||||||||
| retirementSavingsData | |||||||||||
| spendingAccountData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the additionalBenefitsData property.
| |||||||||||
Gets the value of the cobraEligibilityData property.
| |||||||||||
Gets the value of the healthCareData property.
| |||||||||||
Gets the value of the healthSavingsAccountData property.
| |||||||||||
Gets the value of the insuranceData property.
| |||||||||||
Gets the value of the retirementSavingsData property.
| |||||||||||
Gets the value of the spendingAccountData property.
| |||||||||||
Sets the value of the additionalBenefitsData property.
| |||||||||||
Sets the value of the cobraEligibilityData property.
| |||||||||||
Sets the value of the healthCareData property.
| |||||||||||
Sets the value of the healthSavingsAccountData property.
| |||||||||||
Sets the value of the insuranceData property.
| |||||||||||
Sets the value of the retirementSavingsData property.
| |||||||||||
Sets the value of the spendingAccountData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the additionalBenefitsData property.
WorkerAdditionalBenefitsDataType
Gets the value of the cobraEligibilityData property.
COBRAEligibilityDataType
Gets the value of the healthCareData property.
WorkerHealthCareDataType
Gets the value of the healthSavingsAccountData property.
WorkerHealthSavingsAccountDataType
Gets the value of the insuranceData property.
WorkerInsuranceDataType
Gets the value of the retirementSavingsData property.
RetirementSavingsDataType
Gets the value of the spendingAccountData property.
WorkerSpendingAccountDataType
Sets the value of the additionalBenefitsData property.
| value | Allowed object is
WorkerAdditionalBenefitsDataType
|
|---|
Sets the value of the cobraEligibilityData property.
| value | Allowed object is
COBRAEligibilityDataType
|
|---|
Sets the value of the healthCareData property.
| value | Allowed object is
WorkerHealthCareDataType
|
|---|
Sets the value of the healthSavingsAccountData property.
| value | Allowed object is
WorkerHealthSavingsAccountDataType
|
|---|
Sets the value of the insuranceData property.
| value | Allowed object is
WorkerInsuranceDataType
|
|---|
Sets the value of the retirementSavingsData property.
| value | Allowed object is
RetirementSavingsDataType
|
|---|
Sets the value of the spendingAccountData property.
| value | Allowed object is
WorkerSpendingAccountDataType
|
|---|