public class

SuffixNameDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.hr.SuffixNameDataType

Class Overview

Encapsulating element for all Suffix Name data.

Java class for Suffix_Name_DataType complex type.

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

 <complexType name="Suffix_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
SuffixNameDataType()
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 SuffixNameDataType ()

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