| java.lang.Object | |
| ↳ | com.workday.hr.AdditionalNameDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| nameDetailData | |||||||||||
| nameTypeReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the nameDetailData property.
| |||||||||||
Gets the value of the nameTypeReference property.
| |||||||||||
Sets the value of the nameDetailData property.
| |||||||||||
Sets the value of the nameTypeReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the nameDetailData property.
PersonNameDetailDataType
Gets the value of the nameTypeReference property.
AdditionalNameTypeObjectType
Sets the value of the nameDetailData property.
| value | Allowed object is
PersonNameDetailDataType
|
|---|
Sets the value of the nameTypeReference property.
| value | Allowed object is
AdditionalNameTypeObjectType
|
|---|

