public class

ChangeAdditionalNamesResponseType

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

Class Overview

Response for the Change Additional Names web service request. Includes the worker reference and additional name data.

Java class for Change_Additional_Names_ResponseType complex type.

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

 <complexType name="Change_Additional_Names_ResponseType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Person_Additional_Name_Change_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" minOccurs="0"/>
         <element name="Worker_Reference" type="{urn:com.workday/bsvc}WorkerObjectType" minOccurs="0"/>
         <element name="Additional_Name_Data" type="{urn:com.workday/bsvc}Additional_Name_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute ref="{urn:com.workday/bsvc}version"/>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected List<AdditionalNameDataType> additionalNameData
protected UniqueIdentifierObjectType personAdditionalNameChangeReference
protected String version
protected WorkerObjectType workerReference
Public Constructors
ChangeAdditionalNamesResponseType()
Public Methods
List<AdditionalNameDataType> getAdditionalNameData()
Gets the value of the additionalNameData property.
UniqueIdentifierObjectType getPersonAdditionalNameChangeReference()
Gets the value of the personAdditionalNameChangeReference property.
String getVersion()
Gets the value of the version property.
WorkerObjectType getWorkerReference()
Gets the value of the workerReference property.
void setAdditionalNameData(List<AdditionalNameDataType> additionalNameData)
Sets the value of the additionalNameData property.
void setPersonAdditionalNameChangeReference(UniqueIdentifierObjectType value)
Sets the value of the personAdditionalNameChangeReference property.
void setVersion(String value)
Sets the value of the version 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 List<AdditionalNameDataType> additionalNameData

protected UniqueIdentifierObjectType personAdditionalNameChangeReference

protected String version

protected WorkerObjectType workerReference

Public Constructors

public ChangeAdditionalNamesResponseType ()

Public Methods

public List<AdditionalNameDataType> getAdditionalNameData ()

Gets the value of the additionalNameData property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the additionalNameData property.

For example, to add a new item, do as follows:

    getAdditionalNameData().add(newItem);
 

Objects of the following type(s) are allowed in the list AdditionalNameDataType

public UniqueIdentifierObjectType getPersonAdditionalNameChangeReference ()

Gets the value of the personAdditionalNameChangeReference property.

Returns

public String getVersion ()

Gets the value of the version property.

Returns
  • possible object is String

public WorkerObjectType getWorkerReference ()

Gets the value of the workerReference property.

Returns

public void setAdditionalNameData (List<AdditionalNameDataType> additionalNameData)

Sets the value of the additionalNameData property.

Parameters
additionalNameData Allowed object is AdditionalNameDataType

public void setPersonAdditionalNameChangeReference (UniqueIdentifierObjectType value)

Sets the value of the personAdditionalNameChangeReference property.

Parameters
value Allowed object is UniqueIdentifierObjectType

public void setVersion (String value)

Sets the value of the version property.

Parameters
value Allowed object is String

public void setWorkerReference (WorkerObjectType value)

Sets the value of the workerReference property.

Parameters
value Allowed object is WorkerObjectType