| java.lang.Object | |
| ↳ | com.workday.recruiting.PreferredNameDataType |
Contains the preferred name for a person. If no preferred name is returned then the legal name is assumed to be the preferred name. If a preferred name is not provided in a request then the legal name is assumed to be the preferred name.
Java class for Preferred_Name_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Preferred_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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| nameDetailData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the nameDetailData property.
| |||||||||||
Sets the value of the nameDetailData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the nameDetailData property.
PersonNameDetailDataType
Sets the value of the nameDetailData property.
| value | Allowed object is
PersonNameDetailDataType
|
|---|

