| java.lang.Object | |
| ↳ | com.workday.benefits.DefinedContributionBeneficiaryAllocationDataType |
Defines the Beneficiary recipient and the allocation percentage for the Retirement Savings Election. This is required when the retirement savings plan requires beneficiaries and the election amount or election percentage is populated (i.e. greater than 0).
Java class for Defined_Contribution_Beneficiary_Allocation_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Defined_Contribution_Beneficiary_Allocation_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Beneficiary_Reference" type="{urn:com.workday/bsvc}BeneficiaryObjectType"/>
<element name="Beneficiary_Allocation_Percentage_Data" type="{urn:com.workday/bsvc}Beneficary_Allocation_Percentage_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| beneficiaryAllocationPercentageData | |||||||||||
| beneficiaryReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the beneficiaryAllocationPercentageData property.
| |||||||||||
Gets the value of the beneficiaryReference property.
| |||||||||||
Sets the value of the beneficiaryAllocationPercentageData property.
| |||||||||||
Sets the value of the beneficiaryReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the beneficiaryAllocationPercentageData 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 beneficiaryAllocationPercentageData property.
For example, to add a new item, do as follows:
getBeneficiaryAllocationPercentageData().add(newItem);
Objects of the following type(s) are allowed in the list
BeneficaryAllocationPercentageDataType
Gets the value of the beneficiaryReference property.
BeneficiaryObjectType
Sets the value of the beneficiaryAllocationPercentageData property.
| beneficiaryAllocationPercentageData | Allowed object is
BeneficaryAllocationPercentageDataType
|
|---|
Sets the value of the beneficiaryReference property.
| value | Allowed object is
BeneficiaryObjectType
|
|---|