public class

PersonNamePrefixDataType

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

Class Overview

Contains the prefixes for a name.

Java class for Person_Name_Prefix_DataType complex type.

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

 <complexType name="Person_Name_Prefix_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Title_Reference" type="{urn:com.workday/bsvc}Country_Predefined_Person_Name_Component_ValueObjectType" minOccurs="0"/>
         <element name="Salutation_Reference" type="{urn:com.workday/bsvc}Country_Predefined_Person_Name_Component_ValueObjectType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected CountryPredefinedPersonNameComponentValueObjectType salutationReference
protected CountryPredefinedPersonNameComponentValueObjectType titleReference
Public Constructors
PersonNamePrefixDataType()
Public Methods
CountryPredefinedPersonNameComponentValueObjectType getSalutationReference()
Gets the value of the salutationReference property.
CountryPredefinedPersonNameComponentValueObjectType getTitleReference()
Gets the value of the titleReference property.
void setSalutationReference(CountryPredefinedPersonNameComponentValueObjectType value)
Sets the value of the salutationReference property.
void setTitleReference(CountryPredefinedPersonNameComponentValueObjectType value)
Sets the value of the titleReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

Public Constructors

public PersonNamePrefixDataType ()

Public Methods

public CountryPredefinedPersonNameComponentValueObjectType getSalutationReference ()

Gets the value of the salutationReference property.

public CountryPredefinedPersonNameComponentValueObjectType getTitleReference ()

Gets the value of the titleReference property.

public void setSalutationReference (CountryPredefinedPersonNameComponentValueObjectType value)

Sets the value of the salutationReference property.

Parameters
value Allowed object is CountryPredefinedPersonNameComponentValueObjectType

public void setTitleReference (CountryPredefinedPersonNameComponentValueObjectType value)

Sets the value of the titleReference property.

Parameters
value Allowed object is CountryPredefinedPersonNameComponentValueObjectType