public class

ChangePreferredNameBusinessProcessDataType

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

Class Overview

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

Java class for Change_Preferred_Name_Business_Process_DataType complex type.

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

 <complexType name="Change_Preferred_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="Use_Legal_Name_As_Preferred_Name" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Name_Data" type="{urn:com.workday/bsvc}Person_Name_Detail_DataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

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

protected WorkerObjectType workerReference

Public Constructors

public ChangePreferredNameBusinessProcessDataType ()

Public Methods

public PersonNameDetailDataType getNameData ()

Gets the value of the nameData property.

Returns

public Boolean getUseLegalNameAsPreferredName ()

Gets the value of the useLegalNameAsPreferredName property. This getter has been renamed from isUseLegalNameAsPreferredName() to getUseLegalNameAsPreferredName() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

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 setUseLegalNameAsPreferredName (Boolean value)

Sets the value of the useLegalNameAsPreferredName property.

Parameters
value Allowed object is Boolean

public void setWorkerReference (WorkerObjectType value)

Sets the value of the workerReference property.

Parameters
value Allowed object is WorkerObjectType