| java.lang.Object | |
| ↳ | com.workday.benefits.PutEmployeeDefinedContributionElectionsResponseType |
Contains a reference to the employee and takes effect on date for the retirement savings elections that were added or updated for the request.
Java class for Put_Employee_Defined_Contribution_Elections_ResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Put_Employee_Defined_Contribution_Elections_ResponseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Employee_Reference" type="{urn:com.workday/bsvc}EmployeeObjectType" minOccurs="0"/>
<element name="Takes_Effect_On_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
</sequence>
<attribute ref="{urn:com.workday/bsvc}version"/>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| employeeReference | |||||||||||
| takesEffectOnDate | |||||||||||
| version | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the employeeReference property.
| |||||||||||
Gets the value of the takesEffectOnDate property.
| |||||||||||
Gets the value of the version property.
| |||||||||||
Sets the value of the employeeReference property.
| |||||||||||
Sets the value of the takesEffectOnDate property.
| |||||||||||
Sets the value of the version property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the employeeReference property.
EmployeeObjectType
Gets the value of the takesEffectOnDate property.
Gets the value of the version property.
Sets the value of the employeeReference property.
| value | Allowed object is
EmployeeObjectType
|
|---|
Sets the value of the takesEffectOnDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the version property.
| value | Allowed object is String |
|---|