public class

LocalLastNameDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.payroll.LocalLastNameDataType

Class Overview

Encapsulating element for all Local Last Name data, for countries supporting Last Name or Secondary Last Name in local script.

Java class for Local_Last_Name_DataType complex type.

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

 <complexType name="Local_Last_Name_DataType">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </simpleContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String type
protected String value
Public Constructors
LocalLastNameDataType()
Public Methods
String getType()
Gets the value of the type property.
String getValue()
Gets the value of the value property.
void setType(String value)
Sets the value of the type property.
void setValue(String value)
Sets the value of the value property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String type

protected String value

Public Constructors

public LocalLastNameDataType ()

Public Methods

public String getType ()

Gets the value of the type property.

Returns
  • possible object is String

public String getValue ()

Gets the value of the value property.

Returns
  • possible object is String

public void setType (String value)

Sets the value of the type property.

Parameters
value Allowed object is String

public void setValue (String value)

Sets the value of the value property.

Parameters
value Allowed object is String