| java.lang.Object | |
| ↳ | com.workday.staffing.EmployeeContributionDataType |
Contains the spending account election information including the contribution, payroll interface contribution, goal, and annual contribution information.
Java class for Employee_Contribution_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Employee_Contribution_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Contribution_Data" type="{urn:com.workday/bsvc}Contribution_DataType" minOccurs="0"/>
<element name="Payroll_Interface_Contribution_Data" type="{urn:com.workday/bsvc}Payroll_Interface_Contribution_DataType" minOccurs="0"/>
<element name="Goal_Data" type="{urn:com.workday/bsvc}Goal_DataType" minOccurs="0"/>
<element name="Annual_Contribution_Data" type="{urn:com.workday/bsvc}Annual_Contribution_DataType" minOccurs="0"/>
<element name="Currency_Reference" type="{urn:com.workday/bsvc}CurrencyObjectType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| annualContributionData | |||||||||||
| contributionData | |||||||||||
| currencyReference | |||||||||||
| goalData | |||||||||||
| payrollInterfaceContributionData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the annualContributionData property.
| |||||||||||
Gets the value of the contributionData property.
| |||||||||||
Gets the value of the currencyReference property.
| |||||||||||
Gets the value of the goalData property.
| |||||||||||
Gets the value of the payrollInterfaceContributionData property.
| |||||||||||
Sets the value of the annualContributionData property.
| |||||||||||
Sets the value of the contributionData property.
| |||||||||||
Sets the value of the currencyReference property.
| |||||||||||
Sets the value of the goalData property.
| |||||||||||
Sets the value of the payrollInterfaceContributionData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the annualContributionData property.
AnnualContributionDataType
Gets the value of the contributionData property.
ContributionDataType
Gets the value of the currencyReference property.
CurrencyObjectType
Gets the value of the goalData property.
GoalDataType
Gets the value of the payrollInterfaceContributionData property.
PayrollInterfaceContributionDataType
Sets the value of the annualContributionData property.
| value | Allowed object is
AnnualContributionDataType
|
|---|
Sets the value of the contributionData property.
| value | Allowed object is
ContributionDataType
|
|---|
Sets the value of the currencyReference property.
| value | Allowed object is
CurrencyObjectType
|
|---|
Sets the value of the goalData property.
| value | Allowed object is
GoalDataType
|
|---|
Sets the value of the payrollInterfaceContributionData property.
| value | Allowed object is
PayrollInterfaceContributionDataType
|
|---|