| java.lang.Object | |
| ↳ | com.workday.benefits.SpendingAccountElectionDataType |
Election data for spending account elections
Java class for Spending_Account_Election_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Spending_Account_Election_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Spending_Account_Plan_Reference" type="{urn:com.workday/bsvc}Spending_Account_PlanObjectType"/>
<element name="YTD_Contribution_Amount" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="21"/>
<minInclusive value="0"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Annual_Contribution" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="21"/>
<minInclusive value="0"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Employee_Cost" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="21"/>
<minInclusive value="0"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Beneficiary_Allocation_Data" type="{urn:com.workday/bsvc}Beneficiary_Allocation_for_Change_Benefits_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| annualContribution | |||||||||||
| beneficiaryAllocationData | |||||||||||
| employeeCost | |||||||||||
| spendingAccountPlanReference | |||||||||||
| ytdContributionAmount | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the annualContribution property.
| |||||||||||
Gets the value of the beneficiaryAllocationData property.
| |||||||||||
Gets the value of the employeeCost property.
| |||||||||||
Gets the value of the spendingAccountPlanReference property.
| |||||||||||
Gets the value of the ytdContributionAmount property.
| |||||||||||
Sets the value of the annualContribution property.
| |||||||||||
Sets the value of the beneficiaryAllocationData property.
| |||||||||||
Sets the value of the employeeCost property.
| |||||||||||
Sets the value of the spendingAccountPlanReference property.
| |||||||||||
Sets the value of the ytdContributionAmount property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the annualContribution property.
Gets the value of the beneficiaryAllocationData 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 beneficiaryAllocationData property.
For example, to add a new item, do as follows:
getBeneficiaryAllocationData().add(newItem);
Objects of the following type(s) are allowed in the list
BeneficiaryAllocationForChangeBenefitsDataType
Gets the value of the employeeCost property.
Gets the value of the spendingAccountPlanReference property.
SpendingAccountPlanObjectType
Gets the value of the ytdContributionAmount property.
Sets the value of the annualContribution property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the beneficiaryAllocationData property.
| beneficiaryAllocationData | Allowed object is
BeneficiaryAllocationForChangeBenefitsDataType
|
|---|
Sets the value of the employeeCost property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the spendingAccountPlanReference property.
| value | Allowed object is
SpendingAccountPlanObjectType
|
|---|
Sets the value of the ytdContributionAmount property.
| value | Allowed object is BigDecimal |
|---|