public class

ChangePersonalInformationDataType

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

Class Overview

Container for the data changed in the Change Personal Information business process.

Java class for Change_Personal_Information_DataType complex type.

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

 <complexType name="Change_Personal_Information_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Date_of_Birth" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Birth_Country_Reference" type="{urn:com.workday/bsvc}CountryObjectType" minOccurs="0"/>
         <element name="Birth_Region_Reference" type="{urn:com.workday/bsvc}Country_RegionObjectType" minOccurs="0"/>
         <element name="Gender_Reference" type="{urn:com.workday/bsvc}GenderObjectType" minOccurs="0"/>
         <element name="Disability_Information_Data" type="{urn:com.workday/bsvc}Disability_Information_DataType" minOccurs="0"/>
         <element name="Marital_Status_Reference" type="{urn:com.workday/bsvc}Marital_StatusObjectType" minOccurs="0"/>
         <element name="Citizenship_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="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="Religion_Reference" type="{urn:com.workday/bsvc}ReligionObjectType" 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="Native_Region_Reference" type="{urn:com.workday/bsvc}Country_RegionObjectType" minOccurs="0"/>
         <element name="Personnel_File_Agency" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Military_Information_Data" type="{urn:com.workday/bsvc}Military_Information_DataType" minOccurs="0"/>
         <element name="Political_Affiliation_Reference" type="{urn:com.workday/bsvc}Political_AffiliationObjectType" minOccurs="0"/>
         <element name="Date_of_Death" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="City_of_Birth" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Marital_Status_Date" type="{http://www.w3.org/2001/XMLSchema}date" 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="Uses_Tobacco" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected CountryObjectType birthCountryReference
protected CountryRegionObjectType birthRegionReference
protected List<CitizenshipStatusObjectType> citizenshipReference
protected String cityOfBirth
protected XMLGregorianCalendar dateOfBirth
protected XMLGregorianCalendar dateOfDeath
protected DisabilityInformationDataType disabilityInformationData
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 XMLGregorianCalendar lastMedicalExamDate
protected XMLGregorianCalendar lastMedicalExamValidTo
protected XMLGregorianCalendar maritalStatusDate
protected MaritalStatusObjectType maritalStatusReference
protected String medicalExamNotes
protected MilitaryInformationDataType militaryInformationData
protected CountryObjectType nationalityReference
protected CountryRegionObjectType nativeRegionReference
protected String personnelFileAgency
protected PoliticalAffiliationObjectType politicalAffiliationReference
protected ReligionObjectType religionReference
protected Boolean usesTobacco
Public Constructors
ChangePersonalInformationDataType()
Public Methods
CountryObjectType getBirthCountryReference()
Gets the value of the birthCountryReference property.
CountryRegionObjectType getBirthRegionReference()
Gets the value of the birthRegionReference property.
List<CitizenshipStatusObjectType> getCitizenshipReference()
Gets the value of the citizenshipReference property.
String getCityOfBirth()
Gets the value of the cityOfBirth property.
XMLGregorianCalendar getDateOfBirth()
Gets the value of the dateOfBirth property.
XMLGregorianCalendar getDateOfDeath()
Gets the value of the dateOfDeath property.
DisabilityInformationDataType getDisabilityInformationData()
Gets the value of the disabilityInformationData 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.
XMLGregorianCalendar getLastMedicalExamDate()
Gets the value of the lastMedicalExamDate property.
XMLGregorianCalendar getLastMedicalExamValidTo()
Gets the value of the lastMedicalExamValidTo 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.
MilitaryInformationDataType getMilitaryInformationData()
Gets the value of the militaryInformationData property.
CountryObjectType getNationalityReference()
Gets the value of the nationalityReference property.
CountryRegionObjectType getNativeRegionReference()
Gets the value of the nativeRegionReference property.
String getPersonnelFileAgency()
Gets the value of the personnelFileAgency property.
PoliticalAffiliationObjectType getPoliticalAffiliationReference()
Gets the value of the politicalAffiliationReference property.
ReligionObjectType getReligionReference()
Gets the value of the religionReference property.
Boolean getUsesTobacco()
Gets the value of the usesTobacco property.
void setBirthCountryReference(CountryObjectType value)
Sets the value of the birthCountryReference property.
void setBirthRegionReference(CountryRegionObjectType value)
Sets the value of the birthRegionReference property.
void setCitizenshipReference(List<CitizenshipStatusObjectType> citizenshipReference)
Sets the value of the citizenshipReference property.
void setCityOfBirth(String value)
Sets the value of the cityOfBirth property.
void setDateOfBirth(XMLGregorianCalendar value)
Sets the value of the dateOfBirth property.
void setDateOfDeath(XMLGregorianCalendar value)
Sets the value of the dateOfDeath property.
void setDisabilityInformationData(DisabilityInformationDataType value)
Sets the value of the disabilityInformationData 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 setLastMedicalExamDate(XMLGregorianCalendar value)
Sets the value of the lastMedicalExamDate property.
void setLastMedicalExamValidTo(XMLGregorianCalendar value)
Sets the value of the lastMedicalExamValidTo 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 setMilitaryInformationData(MilitaryInformationDataType value)
Sets the value of the militaryInformationData property.
void setNationalityReference(CountryObjectType value)
Sets the value of the nationalityReference property.
void setNativeRegionReference(CountryRegionObjectType value)
Sets the value of the nativeRegionReference property.
void setPersonnelFileAgency(String value)
Sets the value of the personnelFileAgency property.
void setPoliticalAffiliationReference(PoliticalAffiliationObjectType value)
Sets the value of the politicalAffiliationReference property.
void setReligionReference(ReligionObjectType value)
Sets the value of the religionReference property.
void setUsesTobacco(Boolean value)
Sets the value of the usesTobacco property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected CountryObjectType birthCountryReference

protected CountryRegionObjectType birthRegionReference

protected List<CitizenshipStatusObjectType> citizenshipReference

protected String cityOfBirth

protected XMLGregorianCalendar dateOfBirth

protected XMLGregorianCalendar dateOfDeath

protected DisabilityInformationDataType disabilityInformationData

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

protected XMLGregorianCalendar lastMedicalExamValidTo

protected XMLGregorianCalendar maritalStatusDate

protected MaritalStatusObjectType maritalStatusReference

protected String medicalExamNotes

protected MilitaryInformationDataType militaryInformationData

protected CountryObjectType nationalityReference

protected CountryRegionObjectType nativeRegionReference

protected String personnelFileAgency

protected PoliticalAffiliationObjectType politicalAffiliationReference

protected ReligionObjectType religionReference

protected Boolean usesTobacco

Public Constructors

public ChangePersonalInformationDataType ()

Public Methods

public CountryObjectType getBirthCountryReference ()

Gets the value of the birthCountryReference property.

Returns

public CountryRegionObjectType getBirthRegionReference ()

Gets the value of the birthRegionReference property.

Returns

public List<CitizenshipStatusObjectType> getCitizenshipReference ()

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

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

    getCitizenshipReference().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 XMLGregorianCalendar getDateOfBirth ()

Gets the value of the dateOfBirth property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getDateOfDeath ()

Gets the value of the dateOfDeath property.

Returns
  • possible object is XMLGregorianCalendar

public DisabilityInformationDataType getDisabilityInformationData ()

Gets the value of the disabilityInformationData 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 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 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 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 MilitaryInformationDataType getMilitaryInformationData ()

Gets the value of the militaryInformationData 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 getPersonnelFileAgency ()

Gets the value of the personnelFileAgency property.

Returns
  • possible object is String

public PoliticalAffiliationObjectType getPoliticalAffiliationReference ()

Gets the value of the politicalAffiliationReference property.

Returns

public ReligionObjectType getReligionReference ()

Gets the value of the religionReference property.

Returns

public Boolean getUsesTobacco ()

Gets the value of the usesTobacco property. This getter has been renamed from isUsesTobacco() to getUsesTobacco() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public void setBirthCountryReference (CountryObjectType value)

Sets the value of the birthCountryReference property.

Parameters
value Allowed object is CountryObjectType

public void setBirthRegionReference (CountryRegionObjectType value)

Sets the value of the birthRegionReference property.

Parameters
value Allowed object is CountryRegionObjectType

public void setCitizenshipReference (List<CitizenshipStatusObjectType> citizenshipReference)

Sets the value of the citizenshipReference property.

Parameters
citizenshipReference Allowed object is CitizenshipStatusObjectType

public void setCityOfBirth (String value)

Sets the value of the cityOfBirth property.

Parameters
value Allowed object is String

public void setDateOfBirth (XMLGregorianCalendar value)

Sets the value of the dateOfBirth property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setDateOfDeath (XMLGregorianCalendar value)

Sets the value of the dateOfDeath property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setDisabilityInformationData (DisabilityInformationDataType value)

Sets the value of the disabilityInformationData property.

Parameters
value Allowed object is DisabilityInformationDataType

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 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 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 setMilitaryInformationData (MilitaryInformationDataType value)

Sets the value of the militaryInformationData property.

Parameters
value Allowed object is MilitaryInformationDataType

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 setPersonnelFileAgency (String value)

Sets the value of the personnelFileAgency 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 setReligionReference (ReligionObjectType value)

Sets the value of the religionReference property.

Parameters
value Allowed object is ReligionObjectType

public void setUsesTobacco (Boolean value)

Sets the value of the usesTobacco property.

Parameters
value Allowed object is Boolean