public class

ChangePersonalInformationBusinessProcessDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.hr.ChangePersonalInformationBusinessProcessDataType

Class Overview

Wrapper element for the Change Personal Information business process web service.

Java class for Change_Personal_Information_Business_Process_DataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Change_Personal_Information_Business_Process_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Worker_Reference" type="{urn:com.workday/bsvc}WorkerObjectType"/>
         <element name="Personal_Information_Data" type="{urn:com.workday/bsvc}Change_Personal_Information_DataType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected ChangePersonalInformationDataType personalInformationData
protected WorkerObjectType workerReference
Public Constructors
ChangePersonalInformationBusinessProcessDataType()
Public Methods
ChangePersonalInformationDataType getPersonalInformationData()
Gets the value of the personalInformationData property.
WorkerObjectType getWorkerReference()
Gets the value of the workerReference property.
void setPersonalInformationData(ChangePersonalInformationDataType value)
Sets the value of the personalInformationData property.
void setWorkerReference(WorkerObjectType value)
Sets the value of the workerReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected ChangePersonalInformationDataType personalInformationData

protected WorkerObjectType workerReference

Public Constructors

public ChangePersonalInformationBusinessProcessDataType ()

Public Methods

public ChangePersonalInformationDataType getPersonalInformationData ()

Gets the value of the personalInformationData property.

Returns

public WorkerObjectType getWorkerReference ()

Gets the value of the workerReference property.

Returns

public void setPersonalInformationData (ChangePersonalInformationDataType value)

Sets the value of the personalInformationData property.

Parameters
value Allowed object is ChangePersonalInformationDataType

public void setWorkerReference (WorkerObjectType value)

Sets the value of the workerReference property.

Parameters
value Allowed object is WorkerObjectType