| java.lang.Object | |
| ↳ | com.workday.hr.WorkerPersonalInfoDataType |
Encapsulating element containing all Personal Information for an Employee.
Java class for Worker_Personal_Info_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Worker_Personal_Info_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="External_Integration_ID_Data" type="{urn:com.workday/bsvc}External_Integration_ID_DataType" minOccurs="0"/>
<element name="Personal_Info_Data" type="{urn:com.workday/bsvc}Personal_Info_DataType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| externalIntegrationIDData | |||||||||||
| personalInfoData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the externalIntegrationIDData property.
| |||||||||||
Gets the value of the personalInfoData property.
| |||||||||||
Sets the value of the externalIntegrationIDData property.
| |||||||||||
Sets the value of the personalInfoData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the externalIntegrationIDData property.
ExternalIntegrationIDDataType
Gets the value of the personalInfoData property.
PersonalInfoDataType
Sets the value of the externalIntegrationIDData property.
| value | Allowed object is
ExternalIntegrationIDDataType
|
|---|
Sets the value of the personalInfoData property.
| value | Allowed object is
PersonalInfoDataType
|
|---|

