public class

EthnicityReferenceType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.EthnicityReferenceType

Class Overview

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>
 

Summary

Fields
protected String ethnicityName
protected OrganizationReferenceType regulatoryRegionOrganizationReference
Public Constructors
EthnicityReferenceType()
Public Methods
String getEthnicityName()
Gets the value of the ethnicityName property.
OrganizationReferenceType getRegulatoryRegionOrganizationReference()
Gets the value of the regulatoryRegionOrganizationReference property.
void setEthnicityName(String value)
Sets the value of the ethnicityName property.
void setRegulatoryRegionOrganizationReference(OrganizationReferenceType value)
Sets the value of the regulatoryRegionOrganizationReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String ethnicityName

protected OrganizationReferenceType regulatoryRegionOrganizationReference

Public Constructors

public EthnicityReferenceType ()

Public Methods

public String getEthnicityName ()

Gets the value of the ethnicityName property.

Returns
  • possible object is String

public OrganizationReferenceType getRegulatoryRegionOrganizationReference ()

Gets the value of the regulatoryRegionOrganizationReference property.

Returns

public void setEthnicityName (String value)

Sets the value of the ethnicityName property.

Parameters
value Allowed object is String

public void setRegulatoryRegionOrganizationReference (OrganizationReferenceType value)

Sets the value of the regulatoryRegionOrganizationReference property.

Parameters
value Allowed object is OrganizationReferenceType