| java.lang.Object | |
| ↳ | workday.com.bsvc.DemographicDataType |
Encapsulating element for all Demographic data (e.g. Marital Status, Ethnicity, etc.) associated with a person.
Java class for Demographic_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Demographic_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Marital_Status_Reference" type="{urn:com.workday/bsvc}Marital_Status_ReferenceType" minOccurs="0"/>
<element name="Hispanic_or_Latino" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Ethnicity_Reference" type="{urn:com.workday/bsvc}Ethnicity_ReferenceType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Citizenship_Status_Reference" type="{urn:com.workday/bsvc}Citizenship_Status_ReferenceType" 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="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_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| citizenshipStatusReference | |||||||||||
| ethnicityReference | |||||||||||
| hispanicOrLatino | |||||||||||
| hukouLocality | |||||||||||
| hukouRegionReference | |||||||||||
| hukouSubregionReference | |||||||||||
| hukouTypeReference | |||||||||||
| maritalStatusReference | |||||||||||
| militaryServiceData | |||||||||||
| nationalityReference | |||||||||||
| nativeRegionReference | |||||||||||
| personnelFileAgency | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the citizenshipStatusReference property.
| |||||||||||
Gets the value of the ethnicityReference 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 hispanicOrLatino 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.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
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
CitizenshipStatusReferenceType
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
EthnicityReferenceType
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.
MaritalStatusReferenceType
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
MilitaryServiceDataType
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 hispanicOrLatino property.
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
MaritalStatusReferenceType
|
|---|
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 |
|---|