public class

PersonNameSuffixDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.recruiting.PersonNameSuffixDataType

Class Overview

Contains the suffixes for a name.

Java class for Person_Name_Suffix_DataType complex type.

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

 <complexType name="Person_Name_Suffix_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Social_Suffix_Reference" type="{urn:com.workday/bsvc}Country_Predefined_Person_Name_Component_ValueObjectType" minOccurs="0"/>
         <element name="Academic_Suffix_Reference" type="{urn:com.workday/bsvc}Country_Predefined_Person_Name_Component_ValueObjectType" minOccurs="0"/>
         <element name="Hereditary_Suffix_Reference" type="{urn:com.workday/bsvc}Country_Predefined_Person_Name_Component_ValueObjectType" minOccurs="0"/>
         <element name="Honorary_Suffix_Reference" type="{urn:com.workday/bsvc}Country_Predefined_Person_Name_Component_ValueObjectType" minOccurs="0"/>
         <element name="Professional_Suffix_Reference" type="{urn:com.workday/bsvc}Country_Predefined_Person_Name_Component_ValueObjectType" minOccurs="0"/>
         <element name="Religious_Suffix_Reference" type="{urn:com.workday/bsvc}Country_Predefined_Person_Name_Component_ValueObjectType" minOccurs="0"/>
         <element name="Royal_Suffix_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 academicSuffixReference
protected CountryPredefinedPersonNameComponentValueObjectType hereditarySuffixReference
protected CountryPredefinedPersonNameComponentValueObjectType honorarySuffixReference
protected CountryPredefinedPersonNameComponentValueObjectType professionalSuffixReference
protected CountryPredefinedPersonNameComponentValueObjectType religiousSuffixReference
protected CountryPredefinedPersonNameComponentValueObjectType royalSuffixReference
protected CountryPredefinedPersonNameComponentValueObjectType socialSuffixReference
Public Constructors
PersonNameSuffixDataType()
Public Methods
CountryPredefinedPersonNameComponentValueObjectType getAcademicSuffixReference()
Gets the value of the academicSuffixReference property.
CountryPredefinedPersonNameComponentValueObjectType getHereditarySuffixReference()
Gets the value of the hereditarySuffixReference property.
CountryPredefinedPersonNameComponentValueObjectType getHonorarySuffixReference()
Gets the value of the honorarySuffixReference property.
CountryPredefinedPersonNameComponentValueObjectType getProfessionalSuffixReference()
Gets the value of the professionalSuffixReference property.
CountryPredefinedPersonNameComponentValueObjectType getReligiousSuffixReference()
Gets the value of the religiousSuffixReference property.
CountryPredefinedPersonNameComponentValueObjectType getRoyalSuffixReference()
Gets the value of the royalSuffixReference property.
CountryPredefinedPersonNameComponentValueObjectType getSocialSuffixReference()
Gets the value of the socialSuffixReference property.
void setAcademicSuffixReference(CountryPredefinedPersonNameComponentValueObjectType value)
Sets the value of the academicSuffixReference property.
void setHereditarySuffixReference(CountryPredefinedPersonNameComponentValueObjectType value)
Sets the value of the hereditarySuffixReference property.
void setHonorarySuffixReference(CountryPredefinedPersonNameComponentValueObjectType value)
Sets the value of the honorarySuffixReference property.
void setProfessionalSuffixReference(CountryPredefinedPersonNameComponentValueObjectType value)
Sets the value of the professionalSuffixReference property.
void setReligiousSuffixReference(CountryPredefinedPersonNameComponentValueObjectType value)
Sets the value of the religiousSuffixReference property.
void setRoyalSuffixReference(CountryPredefinedPersonNameComponentValueObjectType value)
Sets the value of the royalSuffixReference property.
void setSocialSuffixReference(CountryPredefinedPersonNameComponentValueObjectType value)
Sets the value of the socialSuffixReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected CountryPredefinedPersonNameComponentValueObjectType academicSuffixReference

protected CountryPredefinedPersonNameComponentValueObjectType hereditarySuffixReference

protected CountryPredefinedPersonNameComponentValueObjectType honorarySuffixReference

protected CountryPredefinedPersonNameComponentValueObjectType professionalSuffixReference

protected CountryPredefinedPersonNameComponentValueObjectType religiousSuffixReference

protected CountryPredefinedPersonNameComponentValueObjectType socialSuffixReference

Public Constructors

public PersonNameSuffixDataType ()

Public Methods

public CountryPredefinedPersonNameComponentValueObjectType getAcademicSuffixReference ()

Gets the value of the academicSuffixReference property.

public CountryPredefinedPersonNameComponentValueObjectType getHereditarySuffixReference ()

Gets the value of the hereditarySuffixReference property.

public CountryPredefinedPersonNameComponentValueObjectType getHonorarySuffixReference ()

Gets the value of the honorarySuffixReference property.

public CountryPredefinedPersonNameComponentValueObjectType getProfessionalSuffixReference ()

Gets the value of the professionalSuffixReference property.

public CountryPredefinedPersonNameComponentValueObjectType getReligiousSuffixReference ()

Gets the value of the religiousSuffixReference property.

public CountryPredefinedPersonNameComponentValueObjectType getRoyalSuffixReference ()

Gets the value of the royalSuffixReference property.

public CountryPredefinedPersonNameComponentValueObjectType getSocialSuffixReference ()

Gets the value of the socialSuffixReference property.

public void setAcademicSuffixReference (CountryPredefinedPersonNameComponentValueObjectType value)

Sets the value of the academicSuffixReference property.

Parameters
value Allowed object is CountryPredefinedPersonNameComponentValueObjectType

public void setHereditarySuffixReference (CountryPredefinedPersonNameComponentValueObjectType value)

Sets the value of the hereditarySuffixReference property.

Parameters
value Allowed object is CountryPredefinedPersonNameComponentValueObjectType

public void setHonorarySuffixReference (CountryPredefinedPersonNameComponentValueObjectType value)

Sets the value of the honorarySuffixReference property.

Parameters
value Allowed object is CountryPredefinedPersonNameComponentValueObjectType

public void setProfessionalSuffixReference (CountryPredefinedPersonNameComponentValueObjectType value)

Sets the value of the professionalSuffixReference property.

Parameters
value Allowed object is CountryPredefinedPersonNameComponentValueObjectType

public void setReligiousSuffixReference (CountryPredefinedPersonNameComponentValueObjectType value)

Sets the value of the religiousSuffixReference property.

Parameters
value Allowed object is CountryPredefinedPersonNameComponentValueObjectType

public void setRoyalSuffixReference (CountryPredefinedPersonNameComponentValueObjectType value)

Sets the value of the royalSuffixReference property.

Parameters
value Allowed object is CountryPredefinedPersonNameComponentValueObjectType

public void setSocialSuffixReference (CountryPredefinedPersonNameComponentValueObjectType value)

Sets the value of the socialSuffixReference property.

Parameters
value Allowed object is CountryPredefinedPersonNameComponentValueObjectType