| java.lang.Object | |
| ↳ | com.workday.hr.EthnicityType |
Encapsulating element containing all Ethnicity data.
Java class for EthnicityType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EthnicityType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Ethnicity_Reference" type="{urn:com.workday/bsvc}EthnicityObjectType" minOccurs="0"/>
<element name="Ethnicity_Data" type="{urn:com.workday/bsvc}Ethnicity_DataType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ethnicityData | |||||||||||
| ethnicityReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the ethnicityData property.
| |||||||||||
Gets the value of the ethnicityReference property.
| |||||||||||
Sets the value of the ethnicityData property.
| |||||||||||
Sets the value of the ethnicityReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the ethnicityData property.
EthnicityDataType
Gets the value of the ethnicityReference property.
EthnicityObjectType
Sets the value of the ethnicityData property.
| value | Allowed object is
EthnicityDataType
|
|---|
Sets the value of the ethnicityReference property.
| value | Allowed object is
EthnicityObjectType
|
|---|

