| java.lang.Object | |
| ↳ | workday.com.bsvc.ChangePersonalInformationDataType |
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_Reference" type="{urn:com.workday/bsvc}DisabilityObjectType" maxOccurs="unbounded" 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_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_Service_Data" type="{urn:com.workday/bsvc}Military_Service_Sub_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| birthCountryReference | |||||||||||
| birthRegionReference | |||||||||||
| citizenshipReference | |||||||||||
| dateOfBirth | |||||||||||
| disabilityReference | |||||||||||
| ethnicityReference | |||||||||||
| genderReference | |||||||||||
| hispanicOrLatino | |||||||||||
| hukouLocality | |||||||||||
| hukouRegionReference | |||||||||||
| hukouSubregionReference | |||||||||||
| hukouTypeReference | |||||||||||
| maritalStatusReference | |||||||||||
| militaryServiceData | |||||||||||
| nationalityReference | |||||||||||
| nativeRegionReference | |||||||||||
| personnelFileAgency | |||||||||||
| religionReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the birthCountryReference property.
| |||||||||||
Gets the value of the birthRegionReference property.
| |||||||||||
Gets the value of the citizenshipReference property.
| |||||||||||
Gets the value of the dateOfBirth property.
| |||||||||||
Gets the value of the disabilityReference property.
| |||||||||||
Gets the value of the ethnicityReference property.
| |||||||||||
Gets the value of the genderReference property.
| |||||||||||
Gets the value of the hukouLocality property.
| |||||||||||
Gets the value of the hukouRegionReference property.
| |||||||||||
Gets the value of the hukouSubregionReference property.
| |||||||||||
Gets the value of the hukouTypeReference property.
| |||||||||||
Gets the value of the maritalStatusReference property.
| |||||||||||
Gets the value of the militaryServiceData property.
| |||||||||||
Gets the value of the nationalityReference property.
| |||||||||||
Gets the value of the nativeRegionReference property.
| |||||||||||
Gets the value of the personnelFileAgency property.
| |||||||||||
Gets the value of the religionReference property.
| |||||||||||
Gets the value of the hispanicOrLatino property.
| |||||||||||
Sets the value of the birthCountryReference property.
| |||||||||||
Sets the value of the birthRegionReference property.
| |||||||||||
Sets the value of the dateOfBirth property.
| |||||||||||
Sets the value of the genderReference property.
| |||||||||||
Sets the value of the hispanicOrLatino property.
| |||||||||||
Sets the value of the hukouLocality property.
| |||||||||||
Sets the value of the hukouRegionReference property.
| |||||||||||
Sets the value of the hukouSubregionReference property.
| |||||||||||
Sets the value of the hukouTypeReference property.
| |||||||||||
Sets the value of the maritalStatusReference property.
| |||||||||||
Sets the value of the nationalityReference property.
| |||||||||||
Sets the value of the nativeRegionReference property.
| |||||||||||
Sets the value of the personnelFileAgency property.
| |||||||||||
Sets the value of the religionReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the birthCountryReference property.
CountryObjectType
Gets the value of the birthRegionReference property.
CountryRegionObjectType
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
Gets the value of the dateOfBirth property.
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
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
Gets the value of the genderReference property.
GenderObjectType
Gets the value of the hukouLocality property.
Gets the value of the hukouRegionReference property.
CountryRegionObjectType
Gets the value of the hukouSubregionReference property.
CountrySubregionObjectType
Gets the value of the hukouTypeReference property.
HukouTypeObjectType
Gets the value of the maritalStatusReference property.
MaritalStatusObjectType
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
MilitaryServiceSubDataType
Gets the value of the nationalityReference property.
CountryObjectType
Gets the value of the nativeRegionReference property.
CountryRegionObjectType
Gets the value of the personnelFileAgency property.
Gets the value of the religionReference property.
ReligionObjectType
Gets the value of the hispanicOrLatino property.
Sets the value of the birthCountryReference property.
| value | Allowed object is
CountryObjectType
|
|---|
Sets the value of the birthRegionReference property.
| value | Allowed object is
CountryRegionObjectType
|
|---|
Sets the value of the dateOfBirth property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the genderReference property.
| value | Allowed object is
GenderObjectType
|
|---|
Sets the value of the hispanicOrLatino property.
| value | Allowed object is Boolean |
|---|
Sets the value of the hukouLocality property.
| value | Allowed object is String |
|---|
Sets the value of the hukouRegionReference property.
| value | Allowed object is
CountryRegionObjectType
|
|---|
Sets the value of the hukouSubregionReference property.
| value | Allowed object is
CountrySubregionObjectType
|
|---|
Sets the value of the hukouTypeReference property.
| value | Allowed object is
HukouTypeObjectType
|
|---|
Sets the value of the maritalStatusReference property.
| value | Allowed object is
MaritalStatusObjectType
|
|---|
Sets the value of the nationalityReference property.
| value | Allowed object is
CountryObjectType
|
|---|
Sets the value of the nativeRegionReference property.
| value | Allowed object is
CountryRegionObjectType
|
|---|
Sets the value of the personnelFileAgency property.
| value | Allowed object is String |
|---|
Sets the value of the religionReference property.
| value | Allowed object is
ReligionObjectType
|
|---|