| java.lang.Object | |
| ↳ | workday.com.bsvc.LanguageAbilityDataType |
Contains the language ability information.
Java class for Language_Ability_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Language_Ability_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Language_Proficiency_Reference" type="{urn:com.workday/bsvc}Language_ProficiencyObjectType" minOccurs="0"/>
<element name="Language_Ability_Type_Reference" type="{urn:com.workday/bsvc}Language_Ability_TypeObjectType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| languageAbilityTypeReference | |||||||||||
| languageProficiencyReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the languageAbilityTypeReference property.
| |||||||||||
Gets the value of the languageProficiencyReference property.
| |||||||||||
Sets the value of the languageAbilityTypeReference property.
| |||||||||||
Sets the value of the languageProficiencyReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the languageAbilityTypeReference property.
LanguageAbilityTypeObjectType
Gets the value of the languageProficiencyReference property.
LanguageProficiencyObjectType
Sets the value of the languageAbilityTypeReference property.
| value | Allowed object is
LanguageAbilityTypeObjectType
|
|---|
Sets the value of the languageProficiencyReference property.
| value | Allowed object is
LanguageProficiencyObjectType
|
|---|

