public class

LanguageAbilityDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.hr.LanguageAbilityDataType

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected LanguageAbilityTypeObjectType languageAbilityTypeReference
protected LanguageProficiencyObjectType languageProficiencyReference
Public Constructors
LanguageAbilityDataType()
Public Methods
LanguageAbilityTypeObjectType getLanguageAbilityTypeReference()
Gets the value of the languageAbilityTypeReference property.
LanguageProficiencyObjectType getLanguageProficiencyReference()
Gets the value of the languageProficiencyReference property.
void setLanguageAbilityTypeReference(LanguageAbilityTypeObjectType value)
Sets the value of the languageAbilityTypeReference property.
void setLanguageProficiencyReference(LanguageProficiencyObjectType value)
Sets the value of the languageProficiencyReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected LanguageAbilityTypeObjectType languageAbilityTypeReference

protected LanguageProficiencyObjectType languageProficiencyReference

Public Constructors

public LanguageAbilityDataType ()

Public Methods

public LanguageAbilityTypeObjectType getLanguageAbilityTypeReference ()

Gets the value of the languageAbilityTypeReference property.

Returns

public LanguageProficiencyObjectType getLanguageProficiencyReference ()

Gets the value of the languageProficiencyReference property.

Returns

public void setLanguageAbilityTypeReference (LanguageAbilityTypeObjectType value)

Sets the value of the languageAbilityTypeReference property.

Parameters
value Allowed object is LanguageAbilityTypeObjectType

public void setLanguageProficiencyReference (LanguageProficiencyObjectType value)

Sets the value of the languageProficiencyReference property.

Parameters
value Allowed object is LanguageProficiencyObjectType