public class

LegalNameDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.staffing.LegalNameDataType

Class Overview

Contains the legal name for a person. A person must name one and only one legal name.

Java class for Legal_Name_DataType complex type.

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

 <complexType name="Legal_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>
 

Summary

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

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected PersonNameDetailDataType nameDetailData

Public Constructors

public LegalNameDataType ()

Public Methods

public PersonNameDetailDataType getNameDetailData ()

Gets the value of the nameDetailData property.

Returns

public void setNameDetailData (PersonNameDetailDataType value)

Sets the value of the nameDetailData property.

Parameters
value Allowed object is PersonNameDetailDataType