public class

WorkerPersonalInfoDataType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.WorkerPersonalInfoDataType

Class Overview

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>
 

Summary

Fields
protected ExternalIntegrationIDDataType externalIntegrationIDData
protected PersonalInfoDataType personalInfoData
Public Constructors
WorkerPersonalInfoDataType()
Public Methods
ExternalIntegrationIDDataType getExternalIntegrationIDData()
Gets the value of the externalIntegrationIDData property.
PersonalInfoDataType getPersonalInfoData()
Gets the value of the personalInfoData property.
void setExternalIntegrationIDData(ExternalIntegrationIDDataType value)
Sets the value of the externalIntegrationIDData property.
void setPersonalInfoData(PersonalInfoDataType value)
Sets the value of the personalInfoData property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ExternalIntegrationIDDataType externalIntegrationIDData

protected PersonalInfoDataType personalInfoData

Public Constructors

public WorkerPersonalInfoDataType ()

Public Methods

public ExternalIntegrationIDDataType getExternalIntegrationIDData ()

Gets the value of the externalIntegrationIDData property.

Returns

public PersonalInfoDataType getPersonalInfoData ()

Gets the value of the personalInfoData property.

Returns

public void setExternalIntegrationIDData (ExternalIntegrationIDDataType value)

Sets the value of the externalIntegrationIDData property.

Parameters
value Allowed object is ExternalIntegrationIDDataType

public void setPersonalInfoData (PersonalInfoDataType value)

Sets the value of the personalInfoData property.

Parameters
value Allowed object is PersonalInfoDataType