public class

LanguageAbilityProfileDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.staffing.LanguageAbilityProfileDataType

Class Overview

Element containing the language ability type and proficiency for a Job Profile Language Qualfication language.

Java class for Language_Ability_Profile_DataType complex type.

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

 <complexType name="Language_Ability_Profile_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Language_Ability_Type_Reference" type="{urn:com.workday/bsvc}Language_Ability_TypeObjectType"/>
         <element name="Language_Proficiency_Reference" type="{urn:com.workday/bsvc}Language_ProficiencyObjectType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected LanguageAbilityTypeObjectType languageAbilityTypeReference
protected LanguageProficiencyObjectType languageProficiencyReference
Public Constructors
LanguageAbilityProfileDataType()
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 LanguageAbilityProfileDataType ()

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