public class

LocalPersonNameDetailDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.benefits.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"/>
         <element name="First_Name_2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Middle_Name_2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Last_Name_2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Secondary_Last_Name_2" 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

Constants
long serialVersionUID
Fields
protected String firstName
protected String firstName2
protected String lastName
protected String lastName2
protected String localName
protected String localScript
protected String middleName
protected String middleName2
protected String secondaryLastName
protected String secondaryLastName2
Public Constructors
LocalPersonNameDetailDataType()
Public Methods
String getFirstName()
Gets the value of the firstName property.
String getFirstName2()
Gets the value of the firstName2 property.
String getLastName()
Gets the value of the lastName property.
String getLastName2()
Gets the value of the lastName2 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 getMiddleName2()
Gets the value of the middleName2 property.
String getSecondaryLastName()
Gets the value of the secondaryLastName property.
String getSecondaryLastName2()
Gets the value of the secondaryLastName2 property.
void setFirstName(String value)
Sets the value of the firstName property.
void setFirstName2(String value)
Sets the value of the firstName2 property.
void setLastName(String value)
Sets the value of the lastName property.
void setLastName2(String value)
Sets the value of the lastName2 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 setMiddleName2(String value)
Sets the value of the middleName2 property.
void setSecondaryLastName(String value)
Sets the value of the secondaryLastName property.
void setSecondaryLastName2(String value)
Sets the value of the secondaryLastName2 property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String firstName

protected String firstName2

protected String lastName

protected String lastName2

protected String localName

protected String localScript

protected String middleName

protected String middleName2

protected String secondaryLastName

protected String secondaryLastName2

Public Constructors

public LocalPersonNameDetailDataType ()

Public Methods

public String getFirstName ()

Gets the value of the firstName property.

Returns
  • possible object is String

public String getFirstName2 ()

Gets the value of the firstName2 property.

Returns
  • possible object is String

public String getLastName ()

Gets the value of the lastName property.

Returns
  • possible object is String

public String getLastName2 ()

Gets the value of the lastName2 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 getMiddleName2 ()

Gets the value of the middleName2 property.

Returns
  • possible object is String

public String getSecondaryLastName ()

Gets the value of the secondaryLastName property.

Returns
  • possible object is String

public String getSecondaryLastName2 ()

Gets the value of the secondaryLastName2 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 setFirstName2 (String value)

Sets the value of the firstName2 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 setLastName2 (String value)

Sets the value of the lastName2 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 setMiddleName2 (String value)

Sets the value of the middleName2 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

public void setSecondaryLastName2 (String value)

Sets the value of the secondaryLastName2 property.

Parameters
value Allowed object is String