public class

LanguageProficiencyLevelType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.talent.LanguageProficiencyLevelType

Class Overview

Wrapper for Language Proficiency Level Reference and Data elements.

Java class for Language_Proficiency_LevelType complex type.

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

 <complexType name="Language_Proficiency_LevelType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Language_Proficiency_Level_Reference" type="{urn:com.workday/bsvc}Language_ProficiencyObjectType" minOccurs="0"/>
         <element name="Language_Proficiency_Level_Data" type="{urn:com.workday/bsvc}Language_Proficiency_Level_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected List<LanguageProficiencyLevelDataType> languageProficiencyLevelData
protected LanguageProficiencyObjectType languageProficiencyLevelReference
Public Constructors
LanguageProficiencyLevelType()
Public Methods
List<LanguageProficiencyLevelDataType> getLanguageProficiencyLevelData()
Gets the value of the languageProficiencyLevelData property.
LanguageProficiencyObjectType getLanguageProficiencyLevelReference()
Gets the value of the languageProficiencyLevelReference property.
void setLanguageProficiencyLevelData(List<LanguageProficiencyLevelDataType> languageProficiencyLevelData)
Sets the value of the languageProficiencyLevelData property.
void setLanguageProficiencyLevelReference(LanguageProficiencyObjectType value)
Sets the value of the languageProficiencyLevelReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<LanguageProficiencyLevelDataType> languageProficiencyLevelData

protected LanguageProficiencyObjectType languageProficiencyLevelReference

Public Constructors

public LanguageProficiencyLevelType ()

Public Methods

public List<LanguageProficiencyLevelDataType> getLanguageProficiencyLevelData ()

Gets the value of the languageProficiencyLevelData property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the languageProficiencyLevelData property.

For example, to add a new item, do as follows:

    getLanguageProficiencyLevelData().add(newItem);
 

Objects of the following type(s) are allowed in the list LanguageProficiencyLevelDataType

public LanguageProficiencyObjectType getLanguageProficiencyLevelReference ()

Gets the value of the languageProficiencyLevelReference property.

Returns

public void setLanguageProficiencyLevelData (List<LanguageProficiencyLevelDataType> languageProficiencyLevelData)

Sets the value of the languageProficiencyLevelData property.

Parameters
languageProficiencyLevelData Allowed object is LanguageProficiencyLevelDataType

public void setLanguageProficiencyLevelReference (LanguageProficiencyObjectType value)

Sets the value of the languageProficiencyLevelReference property.

Parameters
value Allowed object is LanguageProficiencyObjectType