public class

LocalPersonNameDetailDataType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.LocalPersonNameDetailDataType

Class Overview

Contains the components of a name in local script, such as the First Name and Last Name, for supporting countries.

Java class for Local_Person_Name_Detail_DataType complex type.

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

 <complexType name="Local_Person_Name_Detail_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="First_Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Middle_Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Last_Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Secondary_Last_Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
       <attribute name="Local_Name" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="Local_Script" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String firstName
protected String lastName
protected String localName
protected String localScript
protected String middleName
protected String secondaryLastName
Public Constructors
LocalPersonNameDetailDataType()
Public Methods
String getFirstName()
Gets the value of the firstName property.
String getLastName()
Gets the value of the lastName property.
String getLocalName()
Gets the value of the localName property.
String getLocalScript()
Gets the value of the localScript property.
String getMiddleName()
Gets the value of the middleName property.
String getSecondaryLastName()
Gets the value of the secondaryLastName property.
void setFirstName(String value)
Sets the value of the firstName property.
void setLastName(String value)
Sets the value of the lastName property.
void setLocalName(String value)
Sets the value of the localName property.
void setLocalScript(String value)
Sets the value of the localScript property.
void setMiddleName(String value)
Sets the value of the middleName property.
void setSecondaryLastName(String value)
Sets the value of the secondaryLastName property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String firstName

protected String lastName

protected String localName

protected String localScript

protected String middleName

protected String secondaryLastName

Public Constructors

public LocalPersonNameDetailDataType ()

Public Methods

public String getFirstName ()

Gets the value of the firstName property.

Returns
  • possible object is String

public String getLastName ()

Gets the value of the lastName property.

Returns
  • possible object is String

public String getLocalName ()

Gets the value of the localName property.

Returns
  • possible object is String

public String getLocalScript ()

Gets the value of the localScript property.

Returns
  • possible object is String

public String getMiddleName ()

Gets the value of the middleName property.

Returns
  • possible object is String

public String getSecondaryLastName ()

Gets the value of the secondaryLastName property.

Returns
  • possible object is String

public void setFirstName (String value)

Sets the value of the firstName property.

Parameters
value Allowed object is String

public void setLastName (String value)

Sets the value of the lastName property.

Parameters
value Allowed object is String

public void setLocalName (String value)

Sets the value of the localName property.

Parameters
value Allowed object is String

public void setLocalScript (String value)

Sets the value of the localScript property.

Parameters
value Allowed object is String

public void setMiddleName (String value)

Sets the value of the middleName property.

Parameters
value Allowed object is String

public void setSecondaryLastName (String value)

Sets the value of the secondaryLastName property.

Parameters
value Allowed object is String