public class

LanguageAbilityReferenceType

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

Class Overview

Reference element representing a unique instance of Language Ability.

Java class for Language_Ability_ReferenceType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Language_Ability_ReferenceType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Language_Ability_Type_Reference_Data" type="{urn:com.workday/bsvc}Language_Ability_Type_ReferenceType"/>
         <element name="Language_Proficiency_Reference_Data" type="{urn:com.workday/bsvc}Language_Proficiency_ReferenceType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected LanguageAbilityTypeReferenceType languageAbilityTypeReferenceData
protected LanguageProficiencyReferenceType languageProficiencyReferenceData
Public Constructors
LanguageAbilityReferenceType()
Public Methods
LanguageAbilityTypeReferenceType getLanguageAbilityTypeReferenceData()
Gets the value of the languageAbilityTypeReferenceData property.
LanguageProficiencyReferenceType getLanguageProficiencyReferenceData()
Gets the value of the languageProficiencyReferenceData property.
void setLanguageAbilityTypeReferenceData(LanguageAbilityTypeReferenceType value)
Sets the value of the languageAbilityTypeReferenceData property.
void setLanguageProficiencyReferenceData(LanguageProficiencyReferenceType value)
Sets the value of the languageProficiencyReferenceData property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected LanguageAbilityTypeReferenceType languageAbilityTypeReferenceData

protected LanguageProficiencyReferenceType languageProficiencyReferenceData

Public Constructors

public LanguageAbilityReferenceType ()

Public Methods

public LanguageAbilityTypeReferenceType getLanguageAbilityTypeReferenceData ()

Gets the value of the languageAbilityTypeReferenceData property.

Returns

public LanguageProficiencyReferenceType getLanguageProficiencyReferenceData ()

Gets the value of the languageProficiencyReferenceData property.

Returns

public void setLanguageAbilityTypeReferenceData (LanguageAbilityTypeReferenceType value)

Sets the value of the languageAbilityTypeReferenceData property.

Parameters
value Allowed object is LanguageAbilityTypeReferenceType

public void setLanguageProficiencyReferenceData (LanguageProficiencyReferenceType value)

Sets the value of the languageProficiencyReferenceData property.

Parameters
value Allowed object is LanguageProficiencyReferenceType