public class

PersonalInformationDataType

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

Class Overview

Wrapper element for Personal Data.

Java class for Personal_Information_DataType complex type.

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

 <complexType name="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="Gender_Reference" type="{urn:com.workday/bsvc}GenderObjectType" minOccurs="0"/>
         <element name="Birth_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Date_of_Death" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Country_of_Birth_Reference" type="{urn:com.workday/bsvc}CountryObjectType" minOccurs="0"/>
         <element name="Region_of_Birth_Reference" type="{urn:com.workday/bsvc}Country_RegionObjectType" minOccurs="0"/>
         <element name="City_of_Birth" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Marital_Status_Reference" type="{urn:com.workday/bsvc}Marital_StatusObjectType" minOccurs="0"/>
         <element name="Marital_Status_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Religion_Reference" type="{urn:com.workday/bsvc}ReligionObjectType" minOccurs="0"/>
         <element name="Disability_Status_Data" type="{urn:com.workday/bsvc}Person_Disability_Status_DataType" maxOccurs="unbounded" 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="Citizenship_Status_Reference" type="{urn:com.workday/bsvc}Citizenship_StatusObjectType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Nationality_Reference" type="{urn:com.workday/bsvc}CountryObjectType" minOccurs="0"/>
         <element name="Hukou_Region_Reference" type="{urn:com.workday/bsvc}Country_RegionObjectType" minOccurs="0"/>
         <element name="Hukou_Subregion_Reference" type="{urn:com.workday/bsvc}Country_SubregionObjectType" minOccurs="0"/>
         <element name="Hukou_Locality" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Hukou_Postal_Code" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Hukou_Type_Reference" type="{urn:com.workday/bsvc}Hukou_TypeObjectType" minOccurs="0"/>
         <element name="Local_Hukou" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Native_Region_Reference" type="{urn:com.workday/bsvc}Country_RegionObjectType" minOccurs="0"/>
         <element name="Personnel_File_Agency_for_Person" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Last_Medical_Exam_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Last_Medical_Exam_Valid_To" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Medical_Exam_Notes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Military_Service_Data" type="{urn:com.workday/bsvc}Person_Military_Service_DataType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Identification_Data" type="{urn:com.workday/bsvc}Person_Identification_DataType" minOccurs="0"/>
         <element name="Contact_Data" type="{urn:com.workday/bsvc}Contact_Information_DataType" minOccurs="0"/>
         <element name="Tobacco_Use" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Political_Affiliation_Reference" type="{urn:com.workday/bsvc}Political_AffiliationObjectType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected XMLGregorianCalendar birthDate
protected List<CitizenshipStatusObjectType> citizenshipStatusReference
protected String cityOfBirth
protected ContactInformationDataType contactData
protected CountryObjectType countryOfBirthReference
protected XMLGregorianCalendar dateOfDeath
protected List<PersonDisabilityStatusDataType> disabilityStatusData
protected List<EthnicityObjectType> ethnicityReference
protected GenderObjectType genderReference
protected Boolean hispanicOrLatino
protected String hukouLocality
protected String hukouPostalCode
protected CountryRegionObjectType hukouRegionReference
protected CountrySubregionObjectType hukouSubregionReference
protected HukouTypeObjectType hukouTypeReference
protected PersonIdentificationDataType identificationData
protected XMLGregorianCalendar lastMedicalExamDate
protected XMLGregorianCalendar lastMedicalExamValidTo
protected Boolean localHukou
protected XMLGregorianCalendar maritalStatusDate
protected MaritalStatusObjectType maritalStatusReference
protected String medicalExamNotes
protected List<PersonMilitaryServiceDataType> militaryServiceData
protected PersonNameDataType nameData
protected CountryObjectType nationalityReference
protected CountryRegionObjectType nativeRegionReference
protected String personnelFileAgencyForPerson
protected PoliticalAffiliationObjectType politicalAffiliationReference
protected CountryRegionObjectType regionOfBirthReference
protected ReligionObjectType religionReference
protected Boolean tobaccoUse
Public Constructors
PersonalInformationDataType()
Public Methods
XMLGregorianCalendar getBirthDate()
Gets the value of the birthDate property.
List<CitizenshipStatusObjectType> getCitizenshipStatusReference()
Gets the value of the citizenshipStatusReference property.
String getCityOfBirth()
Gets the value of the cityOfBirth property.
ContactInformationDataType getContactData()
Gets the value of the contactData property.
CountryObjectType getCountryOfBirthReference()
Gets the value of the countryOfBirthReference property.
XMLGregorianCalendar getDateOfDeath()
Gets the value of the dateOfDeath property.
List<PersonDisabilityStatusDataType> getDisabilityStatusData()
Gets the value of the disabilityStatusData property.
List<EthnicityObjectType> getEthnicityReference()
Gets the value of the ethnicityReference property.
GenderObjectType getGenderReference()
Gets the value of the genderReference property.
Boolean getHispanicOrLatino()
Gets the value of the hispanicOrLatino property.
String getHukouLocality()
Gets the value of the hukouLocality property.
String getHukouPostalCode()
Gets the value of the hukouPostalCode property.
CountryRegionObjectType getHukouRegionReference()
Gets the value of the hukouRegionReference property.
CountrySubregionObjectType getHukouSubregionReference()
Gets the value of the hukouSubregionReference property.
HukouTypeObjectType getHukouTypeReference()
Gets the value of the hukouTypeReference property.
PersonIdentificationDataType getIdentificationData()
Gets the value of the identificationData property.
XMLGregorianCalendar getLastMedicalExamDate()
Gets the value of the lastMedicalExamDate property.
XMLGregorianCalendar getLastMedicalExamValidTo()
Gets the value of the lastMedicalExamValidTo property.
Boolean getLocalHukou()
Gets the value of the localHukou property.
XMLGregorianCalendar getMaritalStatusDate()
Gets the value of the maritalStatusDate property.
MaritalStatusObjectType getMaritalStatusReference()
Gets the value of the maritalStatusReference property.
String getMedicalExamNotes()
Gets the value of the medicalExamNotes property.
List<PersonMilitaryServiceDataType> getMilitaryServiceData()
Gets the value of the militaryServiceData property.
PersonNameDataType getNameData()
Gets the value of the nameData property.
CountryObjectType getNationalityReference()
Gets the value of the nationalityReference property.
CountryRegionObjectType getNativeRegionReference()
Gets the value of the nativeRegionReference property.
String getPersonnelFileAgencyForPerson()
Gets the value of the personnelFileAgencyForPerson property.
PoliticalAffiliationObjectType getPoliticalAffiliationReference()
Gets the value of the politicalAffiliationReference property.
CountryRegionObjectType getRegionOfBirthReference()
Gets the value of the regionOfBirthReference property.
ReligionObjectType getReligionReference()
Gets the value of the religionReference property.
Boolean getTobaccoUse()
Gets the value of the tobaccoUse property.
void setBirthDate(XMLGregorianCalendar value)
Sets the value of the birthDate property.
void setCitizenshipStatusReference(List<CitizenshipStatusObjectType> citizenshipStatusReference)
Sets the value of the citizenshipStatusReference property.
void setCityOfBirth(String value)
Sets the value of the cityOfBirth property.
void setContactData(ContactInformationDataType value)
Sets the value of the contactData property.
void setCountryOfBirthReference(CountryObjectType value)
Sets the value of the countryOfBirthReference property.
void setDateOfDeath(XMLGregorianCalendar value)
Sets the value of the dateOfDeath property.
void setDisabilityStatusData(List<PersonDisabilityStatusDataType> disabilityStatusData)
Sets the value of the disabilityStatusData property.
void setEthnicityReference(List<EthnicityObjectType> ethnicityReference)
Sets the value of the ethnicityReference property.
void setGenderReference(GenderObjectType value)
Sets the value of the genderReference property.
void setHispanicOrLatino(Boolean value)
Sets the value of the hispanicOrLatino property.
void setHukouLocality(String value)
Sets the value of the hukouLocality property.
void setHukouPostalCode(String value)
Sets the value of the hukouPostalCode property.
void setHukouRegionReference(CountryRegionObjectType value)
Sets the value of the hukouRegionReference property.
void setHukouSubregionReference(CountrySubregionObjectType value)
Sets the value of the hukouSubregionReference property.
void setHukouTypeReference(HukouTypeObjectType value)
Sets the value of the hukouTypeReference property.
void setIdentificationData(PersonIdentificationDataType value)
Sets the value of the identificationData property.
void setLastMedicalExamDate(XMLGregorianCalendar value)
Sets the value of the lastMedicalExamDate property.
void setLastMedicalExamValidTo(XMLGregorianCalendar value)
Sets the value of the lastMedicalExamValidTo property.
void setLocalHukou(Boolean value)
Sets the value of the localHukou property.
void setMaritalStatusDate(XMLGregorianCalendar value)
Sets the value of the maritalStatusDate property.
void setMaritalStatusReference(MaritalStatusObjectType value)
Sets the value of the maritalStatusReference property.
void setMedicalExamNotes(String value)
Sets the value of the medicalExamNotes property.
void setMilitaryServiceData(List<PersonMilitaryServiceDataType> militaryServiceData)
Sets the value of the militaryServiceData property.
void setNameData(PersonNameDataType value)
Sets the value of the nameData property.
void setNationalityReference(CountryObjectType value)
Sets the value of the nationalityReference property.
void setNativeRegionReference(CountryRegionObjectType value)
Sets the value of the nativeRegionReference property.
void setPersonnelFileAgencyForPerson(String value)
Sets the value of the personnelFileAgencyForPerson property.
void setPoliticalAffiliationReference(PoliticalAffiliationObjectType value)
Sets the value of the politicalAffiliationReference property.
void setRegionOfBirthReference(CountryRegionObjectType value)
Sets the value of the regionOfBirthReference property.
void setReligionReference(ReligionObjectType value)
Sets the value of the religionReference property.
void setTobaccoUse(Boolean value)
Sets the value of the tobaccoUse property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected XMLGregorianCalendar birthDate

protected List<CitizenshipStatusObjectType> citizenshipStatusReference

protected String cityOfBirth

protected ContactInformationDataType contactData

protected CountryObjectType countryOfBirthReference

protected XMLGregorianCalendar dateOfDeath

protected List<PersonDisabilityStatusDataType> disabilityStatusData

protected List<EthnicityObjectType> ethnicityReference

protected GenderObjectType genderReference

protected Boolean hispanicOrLatino

protected String hukouLocality

protected String hukouPostalCode

protected CountryRegionObjectType hukouRegionReference

protected CountrySubregionObjectType hukouSubregionReference

protected HukouTypeObjectType hukouTypeReference

protected PersonIdentificationDataType identificationData

protected XMLGregorianCalendar lastMedicalExamDate

protected XMLGregorianCalendar lastMedicalExamValidTo

protected Boolean localHukou

protected XMLGregorianCalendar maritalStatusDate

protected MaritalStatusObjectType maritalStatusReference

protected String medicalExamNotes

protected List<PersonMilitaryServiceDataType> militaryServiceData

protected PersonNameDataType nameData

protected CountryObjectType nationalityReference

protected CountryRegionObjectType nativeRegionReference

protected String personnelFileAgencyForPerson

protected PoliticalAffiliationObjectType politicalAffiliationReference

protected CountryRegionObjectType regionOfBirthReference

protected ReligionObjectType religionReference

protected Boolean tobaccoUse

Public Constructors

public PersonalInformationDataType ()

Public Methods

public XMLGregorianCalendar getBirthDate ()

Gets the value of the birthDate property.

Returns
  • possible object is XMLGregorianCalendar

public List<CitizenshipStatusObjectType> getCitizenshipStatusReference ()

Gets the value of the citizenshipStatusReference 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 citizenshipStatusReference property.

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

    getCitizenshipStatusReference().add(newItem);
 

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

public String getCityOfBirth ()

Gets the value of the cityOfBirth property.

Returns
  • possible object is String

public ContactInformationDataType getContactData ()

Gets the value of the contactData property.

Returns

public CountryObjectType getCountryOfBirthReference ()

Gets the value of the countryOfBirthReference property.

Returns

public XMLGregorianCalendar getDateOfDeath ()

Gets the value of the dateOfDeath property.

Returns
  • possible object is XMLGregorianCalendar

public List<PersonDisabilityStatusDataType> getDisabilityStatusData ()

Gets the value of the disabilityStatusData 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 disabilityStatusData property.

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

    getDisabilityStatusData().add(newItem);
 

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

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 GenderObjectType getGenderReference ()

Gets the value of the genderReference property.

Returns

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 String getHukouLocality ()

Gets the value of the hukouLocality property.

Returns
  • possible object is String

public String getHukouPostalCode ()

Gets the value of the hukouPostalCode property.

Returns
  • possible object is String

public CountryRegionObjectType getHukouRegionReference ()

Gets the value of the hukouRegionReference property.

Returns

public CountrySubregionObjectType getHukouSubregionReference ()

Gets the value of the hukouSubregionReference property.

Returns

public HukouTypeObjectType getHukouTypeReference ()

Gets the value of the hukouTypeReference property.

Returns

public PersonIdentificationDataType getIdentificationData ()

Gets the value of the identificationData property.

Returns

public XMLGregorianCalendar getLastMedicalExamDate ()

Gets the value of the lastMedicalExamDate property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getLastMedicalExamValidTo ()

Gets the value of the lastMedicalExamValidTo property.

Returns
  • possible object is XMLGregorianCalendar

public Boolean getLocalHukou ()

Gets the value of the localHukou property. This getter has been renamed from isLocalHukou() to getLocalHukou() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public XMLGregorianCalendar getMaritalStatusDate ()

Gets the value of the maritalStatusDate property.

Returns
  • possible object is XMLGregorianCalendar

public MaritalStatusObjectType getMaritalStatusReference ()

Gets the value of the maritalStatusReference property.

Returns

public String getMedicalExamNotes ()

Gets the value of the medicalExamNotes property.

Returns
  • possible object is String

public List<PersonMilitaryServiceDataType> getMilitaryServiceData ()

Gets the value of the militaryServiceData 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 militaryServiceData property.

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

    getMilitaryServiceData().add(newItem);
 

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

public PersonNameDataType getNameData ()

Gets the value of the nameData property.

Returns

public CountryObjectType getNationalityReference ()

Gets the value of the nationalityReference property.

Returns

public CountryRegionObjectType getNativeRegionReference ()

Gets the value of the nativeRegionReference property.

Returns

public String getPersonnelFileAgencyForPerson ()

Gets the value of the personnelFileAgencyForPerson property.

Returns
  • possible object is String

public PoliticalAffiliationObjectType getPoliticalAffiliationReference ()

Gets the value of the politicalAffiliationReference property.

Returns

public CountryRegionObjectType getRegionOfBirthReference ()

Gets the value of the regionOfBirthReference property.

Returns

public ReligionObjectType getReligionReference ()

Gets the value of the religionReference property.

Returns

public Boolean getTobaccoUse ()

Gets the value of the tobaccoUse property. This getter has been renamed from isTobaccoUse() to getTobaccoUse() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public void setBirthDate (XMLGregorianCalendar value)

Sets the value of the birthDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setCitizenshipStatusReference (List<CitizenshipStatusObjectType> citizenshipStatusReference)

Sets the value of the citizenshipStatusReference property.

Parameters
citizenshipStatusReference Allowed object is CitizenshipStatusObjectType

public void setCityOfBirth (String value)

Sets the value of the cityOfBirth property.

Parameters
value Allowed object is String

public void setContactData (ContactInformationDataType value)

Sets the value of the contactData property.

Parameters
value Allowed object is ContactInformationDataType

public void setCountryOfBirthReference (CountryObjectType value)

Sets the value of the countryOfBirthReference property.

Parameters
value Allowed object is CountryObjectType

public void setDateOfDeath (XMLGregorianCalendar value)

Sets the value of the dateOfDeath property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setDisabilityStatusData (List<PersonDisabilityStatusDataType> disabilityStatusData)

Sets the value of the disabilityStatusData property.

Parameters
disabilityStatusData Allowed object is PersonDisabilityStatusDataType

public void setEthnicityReference (List<EthnicityObjectType> ethnicityReference)

Sets the value of the ethnicityReference property.

Parameters
ethnicityReference Allowed object is EthnicityObjectType

public void setGenderReference (GenderObjectType value)

Sets the value of the genderReference property.

Parameters
value Allowed object is GenderObjectType

public void setHispanicOrLatino (Boolean value)

Sets the value of the hispanicOrLatino property.

Parameters
value Allowed object is Boolean

public void setHukouLocality (String value)

Sets the value of the hukouLocality property.

Parameters
value Allowed object is String

public void setHukouPostalCode (String value)

Sets the value of the hukouPostalCode property.

Parameters
value Allowed object is String

public void setHukouRegionReference (CountryRegionObjectType value)

Sets the value of the hukouRegionReference property.

Parameters
value Allowed object is CountryRegionObjectType

public void setHukouSubregionReference (CountrySubregionObjectType value)

Sets the value of the hukouSubregionReference property.

Parameters
value Allowed object is CountrySubregionObjectType

public void setHukouTypeReference (HukouTypeObjectType value)

Sets the value of the hukouTypeReference property.

Parameters
value Allowed object is HukouTypeObjectType

public void setIdentificationData (PersonIdentificationDataType value)

Sets the value of the identificationData property.

Parameters
value Allowed object is PersonIdentificationDataType

public void setLastMedicalExamDate (XMLGregorianCalendar value)

Sets the value of the lastMedicalExamDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setLastMedicalExamValidTo (XMLGregorianCalendar value)

Sets the value of the lastMedicalExamValidTo property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setLocalHukou (Boolean value)

Sets the value of the localHukou property.

Parameters
value Allowed object is Boolean

public void setMaritalStatusDate (XMLGregorianCalendar value)

Sets the value of the maritalStatusDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setMaritalStatusReference (MaritalStatusObjectType value)

Sets the value of the maritalStatusReference property.

Parameters
value Allowed object is MaritalStatusObjectType

public void setMedicalExamNotes (String value)

Sets the value of the medicalExamNotes property.

Parameters
value Allowed object is String

public void setMilitaryServiceData (List<PersonMilitaryServiceDataType> militaryServiceData)

Sets the value of the militaryServiceData property.

Parameters
militaryServiceData Allowed object is PersonMilitaryServiceDataType

public void setNameData (PersonNameDataType value)

Sets the value of the nameData property.

Parameters
value Allowed object is PersonNameDataType

public void setNationalityReference (CountryObjectType value)

Sets the value of the nationalityReference property.

Parameters
value Allowed object is CountryObjectType

public void setNativeRegionReference (CountryRegionObjectType value)

Sets the value of the nativeRegionReference property.

Parameters
value Allowed object is CountryRegionObjectType

public void setPersonnelFileAgencyForPerson (String value)

Sets the value of the personnelFileAgencyForPerson property.

Parameters
value Allowed object is String

public void setPoliticalAffiliationReference (PoliticalAffiliationObjectType value)

Sets the value of the politicalAffiliationReference property.

Parameters
value Allowed object is PoliticalAffiliationObjectType

public void setRegionOfBirthReference (CountryRegionObjectType value)

Sets the value of the regionOfBirthReference property.

Parameters
value Allowed object is CountryRegionObjectType

public void setReligionReference (ReligionObjectType value)

Sets the value of the religionReference property.

Parameters
value Allowed object is ReligionObjectType

public void setTobaccoUse (Boolean value)

Sets the value of the tobaccoUse property.

Parameters
value Allowed object is Boolean