public class

DefinedContributionPackageType

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

Class Overview

Contains the retirement savings election package reference and it's detailed information.

Java class for Defined_Contribution_PackageType complex type.

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

 <complexType name="Defined_Contribution_PackageType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Employee_Defined_Contribution_Election_Data" type="{urn:com.workday/bsvc}Employee_Defined_Contribution_Election_DataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected EmployeeDefinedContributionElectionDataType employeeDefinedContributionElectionData
Public Constructors
DefinedContributionPackageType()
Public Methods
EmployeeDefinedContributionElectionDataType getEmployeeDefinedContributionElectionData()
Gets the value of the employeeDefinedContributionElectionData property.
void setEmployeeDefinedContributionElectionData(EmployeeDefinedContributionElectionDataType value)
Sets the value of the employeeDefinedContributionElectionData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected EmployeeDefinedContributionElectionDataType employeeDefinedContributionElectionData

Public Constructors

public DefinedContributionPackageType ()

Public Methods

public EmployeeDefinedContributionElectionDataType getEmployeeDefinedContributionElectionData ()

Gets the value of the employeeDefinedContributionElectionData property.

Returns

public void setEmployeeDefinedContributionElectionData (EmployeeDefinedContributionElectionDataType value)

Sets the value of the employeeDefinedContributionElectionData property.

Parameters
value Allowed object is EmployeeDefinedContributionElectionDataType