public class

ChangeLegalNameBusinessProcessDataType

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

Class Overview

Wrapper element for the Legal Name Change business process web service.

Java class for Change_Legal_Name_Business_Process_DataType complex type.

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

 <complexType name="Change_Legal_Name_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="Name_Data" type="{urn:com.workday/bsvc}Person_Name_Detail_DataType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected PersonNameDetailDataType nameData
protected WorkerObjectType workerReference
Public Constructors
ChangeLegalNameBusinessProcessDataType()
Public Methods
PersonNameDetailDataType getNameData()
Gets the value of the nameData property.
WorkerObjectType getWorkerReference()
Gets the value of the workerReference property.
void setNameData(PersonNameDetailDataType value)
Sets the value of the nameData 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 PersonNameDetailDataType nameData

protected WorkerObjectType workerReference

Public Constructors

public ChangeLegalNameBusinessProcessDataType ()

Public Methods

public PersonNameDetailDataType getNameData ()

Gets the value of the nameData property.

Returns

public WorkerObjectType getWorkerReference ()

Gets the value of the workerReference property.

Returns

public void setNameData (PersonNameDetailDataType value)

Sets the value of the nameData property.

Parameters
value Allowed object is PersonNameDetailDataType

public void setWorkerReference (WorkerObjectType value)

Sets the value of the workerReference property.

Parameters
value Allowed object is WorkerObjectType