public class

ChangeAdditionalNameDataType

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

Class Overview

Wrapper element for Additional Name Change web service.

Java class for Change_Additional_Name_DataType complex type.

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

 <complexType name="Change_Additional_Name_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Worker_Reference" type="{urn:com.workday/bsvc}WorkerObjectType"/>
         <element name="Replace_All" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Name_Data" type="{urn:com.workday/bsvc}Additional_Name_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected List<AdditionalNameDataType> nameData
protected Boolean replaceAll
protected WorkerObjectType workerReference
Public Constructors
ChangeAdditionalNameDataType()
Public Methods
List<AdditionalNameDataType> getNameData()
Gets the value of the nameData property.
Boolean getReplaceAll()
Gets the value of the replaceAll property.
WorkerObjectType getWorkerReference()
Gets the value of the workerReference property.
void setNameData(List<AdditionalNameDataType> nameData)
Sets the value of the nameData property.
void setReplaceAll(Boolean value)
Sets the value of the replaceAll 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> nameData

protected Boolean replaceAll

protected WorkerObjectType workerReference

Public Constructors

public ChangeAdditionalNameDataType ()

Public Methods

public List<AdditionalNameDataType> getNameData ()

Gets the value of the nameData 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 nameData property.

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

    getNameData().add(newItem);
 

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

public Boolean getReplaceAll ()

Gets the value of the replaceAll property. This getter has been renamed from isReplaceAll() to getReplaceAll() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public WorkerObjectType getWorkerReference ()

Gets the value of the workerReference property.

Returns

public void setNameData (List<AdditionalNameDataType> nameData)

Sets the value of the nameData property.

Parameters
nameData Allowed object is AdditionalNameDataType

public void setReplaceAll (Boolean value)

Sets the value of the replaceAll 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