| java.lang.Object | |
| ↳ | com.workday.staffing.WorkerRetirementSavingsDataType |
Contains the retirement savings election information for the employee.
Java class for Worker_Retirement_Savings_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Worker_Retirement_Savings_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"/>
<choice>
<element name="Employee_Contribution_Percentage_Data" type="{urn:com.workday/bsvc}Employee_Contribution_Percentage_DataType" minOccurs="0"/>
<element name="Employee_Contribution_Amount_Data" type="{urn:com.workday/bsvc}Employee_Contribution_Amount_DataType" minOccurs="0"/>
</choice>
<choice>
<element name="Employer_Contribution_Percentage_Data" type="{urn:com.workday/bsvc}Employer_Contribution_Percentage_DataType" minOccurs="0"/>
<element name="Employer_Contribution_Amount_Data" type="{urn:com.workday/bsvc}Employer_Contribution_Amount_DataType" minOccurs="0"/>
</choice>
<element name="Beneficiary_Designation_Data" type="{urn:com.workday/bsvc}Beneficiary_Designation_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the beneficiaryDesignationData property.
| |||||||||||
Gets the value of the benefitElectionData property.
| |||||||||||
Gets the value of the employeeContributionAmountData property.
| |||||||||||
Gets the value of the employeeContributionPercentageData property.
| |||||||||||
Gets the value of the employerContributionAmountData property.
| |||||||||||
Gets the value of the employerContributionPercentageData property.
| |||||||||||
Sets the value of the beneficiaryDesignationData property.
| |||||||||||
Sets the value of the benefitElectionData property.
| |||||||||||
Sets the value of the employeeContributionAmountData property.
| |||||||||||
Sets the value of the employeeContributionPercentageData property.
| |||||||||||
Sets the value of the employerContributionAmountData property.
| |||||||||||
Sets the value of the employerContributionPercentageData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the beneficiaryDesignationData 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 beneficiaryDesignationData property.
For example, to add a new item, do as follows:
getBeneficiaryDesignationData().add(newItem);
Objects of the following type(s) are allowed in the list
BeneficiaryDesignationDataType
Gets the value of the benefitElectionData property.
WorkerBenefitElectionDataType
Gets the value of the employeeContributionAmountData property.
EmployeeContributionAmountDataType
Gets the value of the employeeContributionPercentageData property.
EmployeeContributionPercentageDataType
Gets the value of the employerContributionAmountData property.
EmployerContributionAmountDataType
Gets the value of the employerContributionPercentageData property.
EmployerContributionPercentageDataType
Sets the value of the beneficiaryDesignationData property.
| beneficiaryDesignationData | Allowed object is
BeneficiaryDesignationDataType
|
|---|
Sets the value of the benefitElectionData property.
| value | Allowed object is
WorkerBenefitElectionDataType
|
|---|
Sets the value of the employeeContributionAmountData property.
| value | Allowed object is
EmployeeContributionAmountDataType
|
|---|
Sets the value of the employeeContributionPercentageData property.
| value | Allowed object is
EmployeeContributionPercentageDataType
|
|---|
Sets the value of the employerContributionAmountData property.
| value | Allowed object is
EmployerContributionAmountDataType
|
|---|
Sets the value of the employerContributionPercentageData property.
| value | Allowed object is
EmployerContributionPercentageDataType
|
|---|