public class

FormerWorkerPersonalInformationDataType

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

Class Overview

Personal data for the former worker.

Java class for Former_Worker_Personal_Information_DataType complex type.

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

 <complexType name="Former_Worker_Personal_Information_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Name_Data" type="{urn:com.workday/bsvc}Person_Name_DataType" minOccurs="0"/>
         <element name="Birth_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Ethnicity_Reference" type="{urn:com.workday/bsvc}EthnicityObjectType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Hispanic_or_Latino" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Contact_Information_Data" type="{urn:com.workday/bsvc}Contact_Information_DataType" minOccurs="0"/>
         <element name="National_Identifier_Data" type="{urn:com.workday/bsvc}National_IDType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected XMLGregorianCalendar birthDate
protected ContactInformationDataType contactInformationData
protected List<EthnicityObjectType> ethnicityReference
protected Boolean hispanicOrLatino
protected PersonNameDataType nameData
protected List<NationalIDType> nationalIdentifierData
Public Constructors
FormerWorkerPersonalInformationDataType()
Public Methods
XMLGregorianCalendar getBirthDate()
Gets the value of the birthDate property.
ContactInformationDataType getContactInformationData()
Gets the value of the contactInformationData property.
List<EthnicityObjectType> getEthnicityReference()
Gets the value of the ethnicityReference property.
Boolean getHispanicOrLatino()
Gets the value of the hispanicOrLatino property.
PersonNameDataType getNameData()
Gets the value of the nameData property.
List<NationalIDType> getNationalIdentifierData()
Gets the value of the nationalIdentifierData property.
void setBirthDate(XMLGregorianCalendar value)
Sets the value of the birthDate property.
void setContactInformationData(ContactInformationDataType value)
Sets the value of the contactInformationData property.
void setEthnicityReference(List<EthnicityObjectType> ethnicityReference)
Sets the value of the ethnicityReference property.
void setHispanicOrLatino(Boolean value)
Sets the value of the hispanicOrLatino property.
void setNameData(PersonNameDataType value)
Sets the value of the nameData property.
void setNationalIdentifierData(List<NationalIDType> nationalIdentifierData)
Sets the value of the nationalIdentifierData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected XMLGregorianCalendar birthDate

protected ContactInformationDataType contactInformationData

protected List<EthnicityObjectType> ethnicityReference

protected Boolean hispanicOrLatino

protected PersonNameDataType nameData

protected List<NationalIDType> nationalIdentifierData

Public Constructors

public FormerWorkerPersonalInformationDataType ()

Public Methods

public XMLGregorianCalendar getBirthDate ()

Gets the value of the birthDate property.

Returns
  • possible object is XMLGregorianCalendar

public ContactInformationDataType getContactInformationData ()

Gets the value of the contactInformationData property.

Returns

public List<EthnicityObjectType> getEthnicityReference ()

Gets the value of the ethnicityReference property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the ethnicityReference property.

For example, to add a new item, do as follows:

    getEthnicityReference().add(newItem);
 

Objects of the following type(s) are allowed in the list EthnicityObjectType

public Boolean getHispanicOrLatino ()

Gets the value of the hispanicOrLatino property. This getter has been renamed from isHispanicOrLatino() to getHispanicOrLatino() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public PersonNameDataType getNameData ()

Gets the value of the nameData property.

Returns

public List<NationalIDType> getNationalIdentifierData ()

Gets the value of the nationalIdentifierData property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the nationalIdentifierData property.

For example, to add a new item, do as follows:

    getNationalIdentifierData().add(newItem);
 

Objects of the following type(s) are allowed in the list NationalIDType

public void setBirthDate (XMLGregorianCalendar value)

Sets the value of the birthDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setContactInformationData (ContactInformationDataType value)

Sets the value of the contactInformationData property.

Parameters
value Allowed object is ContactInformationDataType

public void setEthnicityReference (List<EthnicityObjectType> ethnicityReference)

Sets the value of the ethnicityReference property.

Parameters
ethnicityReference Allowed object is EthnicityObjectType

public void setHispanicOrLatino (Boolean value)

Sets the value of the hispanicOrLatino property.

Parameters
value Allowed object is Boolean

public void setNameData (PersonNameDataType value)

Sets the value of the nameData property.

Parameters
value Allowed object is PersonNameDataType

public void setNationalIdentifierData (List<NationalIDType> nationalIdentifierData)

Sets the value of the nationalIdentifierData property.

Parameters
nationalIdentifierData Allowed object is NationalIDType