| java.lang.Object | |
| ↳ | com.workday.staffing.EmployerContributionDataType |
Contains the employer contribution amount information for the spending account election.
Java class for Employer_Contribution_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Employer_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="Currency_Reference" type="{urn:com.workday/bsvc}CurrencyObjectType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| contributionData | |||||||||||
| currencyReference | |||||||||||
| goalData | |||||||||||
| payrollInterfaceContributionData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
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 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 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 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
|
|---|