| java.lang.Object | |
| ↳ | com.workday.hr.EmployeePersonalInfoUpdateType |
Utilize the following elements to update the Personal Information for an existing Employee within the Workday system.
Java class for Employee_Personal_Info_UpdateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Employee_Personal_Info_UpdateType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Employee_Reference" type="{urn:com.workday/bsvc}Employee_ReferenceType"/>
<element name="Employee_Personal_Info_Data" type="{urn:com.workday/bsvc}Worker_Personal_Info_DataType"/>
</sequence>
<attribute ref="{urn:com.workday/bsvc}version"/>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| employeePersonalInfoData | |||||||||||
| employeeReference | |||||||||||
| version | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the employeePersonalInfoData property.
| |||||||||||
Gets the value of the employeeReference property.
| |||||||||||
Gets the value of the version property.
| |||||||||||
Sets the value of the employeePersonalInfoData property.
| |||||||||||
Sets the value of the employeeReference property.
| |||||||||||
Sets the value of the version property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the employeePersonalInfoData property.
WorkerPersonalInfoDataType
Gets the value of the employeeReference property.
EmployeeReferenceType
Gets the value of the version property.
Sets the value of the employeePersonalInfoData property.
| value | Allowed object is
WorkerPersonalInfoDataType
|
|---|
Sets the value of the employeeReference property.
| value | Allowed object is
EmployeeReferenceType
|
|---|
Sets the value of the version property.
| value | Allowed object is String |
|---|

