public class

PersonalInformationDataType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.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="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="Religion_Reference" type="{urn:com.workday/bsvc}ReligionObjectType" minOccurs="0"/>
         <element name="Disability_Reference" type="{urn:com.workday/bsvc}DisabilityObjectType" 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_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="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"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected XMLGregorianCalendar birthDate
protected List<CitizenshipStatusObjectType> citizenshipStatusReference
protected String cityOfBirth
protected ContactInformationDataType contactData
protected CountryObjectType countryOfBirthReference
protected List<DisabilityObjectType> disabilityReference
protected List<EthnicityObjectType> ethnicityReference
protected GenderObjectType genderReference
protected Boolean hispanicOrLatino
protected String hukouLocality
protected CountryRegionObjectType hukouRegionReference
protected CountrySubregionObjectType hukouSubregionReference
protected HukouTypeObjectType hukouTypeReference
protected PersonIdentificationDataType identificationData
protected Boolean localHukou
protected MaritalStatusObjectType maritalStatusReference
protected List<PersonMilitaryServiceDataType> militaryServiceData
protected PersonNameDataType nameData
protected CountryObjectType nationalityReference
protected CountryRegionObjectType nativeRegionReference
protected String personnelFileAgencyForPerson
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.
List<DisabilityObjectType> getDisabilityReference()
Gets the value of the disabilityReference property.
List<EthnicityObjectType> getEthnicityReference()
Gets the value of the ethnicityReference property.
GenderObjectType getGenderReference()
Gets the value of the genderReference property.
String getHukouLocality()
Gets the value of the hukouLocality 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.
MaritalStatusObjectType getMaritalStatusReference()
Gets the value of the maritalStatusReference 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.
CountryRegionObjectType getRegionOfBirthReference()
Gets the value of the regionOfBirthReference property.
ReligionObjectType getReligionReference()
Gets the value of the religionReference property.
Boolean isHispanicOrLatino()
Gets the value of the hispanicOrLatino property.
Boolean isLocalHukou()
Gets the value of the localHukou property.
Boolean isTobaccoUse()
Gets the value of the tobaccoUse property.
void setBirthDate(XMLGregorianCalendar value)
Sets the value of the birthDate 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 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 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 setLocalHukou(Boolean value)
Sets the value of the localHukou property.
void setMaritalStatusReference(MaritalStatusObjectType value)
Sets the value of the maritalStatusReference 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 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

Fields

protected XMLGregorianCalendar birthDate

protected List<CitizenshipStatusObjectType> citizenshipStatusReference

protected String cityOfBirth

protected ContactInformationDataType contactData

protected CountryObjectType countryOfBirthReference

protected List<DisabilityObjectType> disabilityReference

protected List<EthnicityObjectType> ethnicityReference

protected GenderObjectType genderReference

protected Boolean hispanicOrLatino

protected String hukouLocality

protected CountryRegionObjectType hukouRegionReference

protected CountrySubregionObjectType hukouSubregionReference

protected HukouTypeObjectType hukouTypeReference

protected PersonIdentificationDataType identificationData

protected Boolean localHukou

protected MaritalStatusObjectType maritalStatusReference

protected List<PersonMilitaryServiceDataType> militaryServiceData

protected PersonNameDataType nameData

protected CountryObjectType nationalityReference

protected CountryRegionObjectType nativeRegionReference

protected String personnelFileAgencyForPerson

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 List<DisabilityObjectType> getDisabilityReference ()

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

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

    getDisabilityReference().add(newItem);
 

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

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

Gets the value of the hukouLocality 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 MaritalStatusObjectType getMaritalStatusReference ()

Gets the value of the maritalStatusReference property.

Returns

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 CountryRegionObjectType getRegionOfBirthReference ()

Gets the value of the regionOfBirthReference property.

Returns

public ReligionObjectType getReligionReference ()

Gets the value of the religionReference property.

Returns

public Boolean isHispanicOrLatino ()

Gets the value of the hispanicOrLatino property.

Returns
  • possible object is Boolean

public Boolean isLocalHukou ()

Gets the value of the localHukou property.

Returns
  • possible object is Boolean

public Boolean isTobaccoUse ()

Gets the value of the tobaccoUse property.

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 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 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 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 setLocalHukou (Boolean value)

Sets the value of the localHukou property.

Parameters
value Allowed object is Boolean

public void setMaritalStatusReference (MaritalStatusObjectType value)

Sets the value of the maritalStatusReference property.

Parameters
value Allowed object is MaritalStatusObjectType

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 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