| java.lang.Object | |
| ↳ | com.workday.recruiting.EthnicityReferenceType |
Reference element representing a unique instance of Ethnicity. Ethnicity is a singular relationship with Demographic Data as of 8. For certain tenants, especially US Public Sector Higher Education, Ethnicity may be a non-singluar relationship (as of V13).
Java class for Ethnicity_ReferenceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Ethnicity_ReferenceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Ethnicity_Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Regulatory_Region_Organization_Reference" type="{urn:com.workday/bsvc}Organization_ReferenceType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ethnicityName | |||||||||||
| regulatoryRegionOrganizationReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the ethnicityName property.
| |||||||||||
Gets the value of the regulatoryRegionOrganizationReference property.
| |||||||||||
Sets the value of the ethnicityName property.
| |||||||||||
Sets the value of the regulatoryRegionOrganizationReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the ethnicityName property.
Gets the value of the regulatoryRegionOrganizationReference property.
OrganizationReferenceType
Sets the value of the ethnicityName property.
| value | Allowed object is String |
|---|
Sets the value of the regulatoryRegionOrganizationReference property.
| value | Allowed object is
OrganizationReferenceType
|
|---|