| java.lang.Object | |
| ↳ | com.workday.recruiting.LanguageProfileForJobType |
Contains the position's language information.
Java class for Language_Profile_for_JobType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Language_Profile_for_JobType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Language_Profile_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" minOccurs="0"/>
<element name="Language_Profile_Data" type="{urn:com.workday/bsvc}Language_Profile_for_Job_DataType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| languageProfileData | |||||||||||
| languageProfileReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the languageProfileData property.
| |||||||||||
Gets the value of the languageProfileReference property.
| |||||||||||
Sets the value of the languageProfileData property.
| |||||||||||
Sets the value of the languageProfileReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the languageProfileData property.
LanguageProfileForJobDataType
Gets the value of the languageProfileReference property.
UniqueIdentifierObjectType
Sets the value of the languageProfileData property.
| value | Allowed object is
LanguageProfileForJobDataType
|
|---|
Sets the value of the languageProfileReference property.
| value | Allowed object is
UniqueIdentifierObjectType
|
|---|