public class

AdditionalNameDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.recruiting.AdditionalNameDataType

Class Overview

Contains the additional names for a person, other than their legal and preferred names. Additional names are not valid for applicants.

Java class for Additional_Name_DataType complex type.

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

 <complexType name="Additional_Name_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Name_Detail_Data" type="{urn:com.workday/bsvc}Person_Name_Detail_DataType"/>
         <element name="Name_Type_Reference" type="{urn:com.workday/bsvc}Additional_Name_TypeObjectType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected PersonNameDetailDataType nameDetailData
protected AdditionalNameTypeObjectType nameTypeReference
Public Constructors
AdditionalNameDataType()
Public Methods
PersonNameDetailDataType getNameDetailData()
Gets the value of the nameDetailData property.
AdditionalNameTypeObjectType getNameTypeReference()
Gets the value of the nameTypeReference property.
void setNameDetailData(PersonNameDetailDataType value)
Sets the value of the nameDetailData property.
void setNameTypeReference(AdditionalNameTypeObjectType value)
Sets the value of the nameTypeReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected PersonNameDetailDataType nameDetailData

protected AdditionalNameTypeObjectType nameTypeReference

Public Constructors

public AdditionalNameDataType ()

Public Methods

public PersonNameDetailDataType getNameDetailData ()

Gets the value of the nameDetailData property.

Returns

public AdditionalNameTypeObjectType getNameTypeReference ()

Gets the value of the nameTypeReference property.

Returns

public void setNameDetailData (PersonNameDetailDataType value)

Sets the value of the nameDetailData property.

Parameters
value Allowed object is PersonNameDetailDataType

public void setNameTypeReference (AdditionalNameTypeObjectType value)

Sets the value of the nameTypeReference property.

Parameters
value Allowed object is AdditionalNameTypeObjectType