public class

LanguageType

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

Class Overview

Wrapper for Language Reference and Data elements.

Java class for LanguageType complex type.

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

 <complexType name="LanguageType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Language_Reference" type="{urn:com.workday/bsvc}Language_SkillObjectType" minOccurs="0"/>
         <element name="Language_Data" type="{urn:com.workday/bsvc}Language_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected List<LanguageDataType> languageData
protected LanguageSkillObjectType languageReference
Public Constructors
LanguageType()
Public Methods
List<LanguageDataType> getLanguageData()
Gets the value of the languageData property.
LanguageSkillObjectType getLanguageReference()
Gets the value of the languageReference property.
void setLanguageData(List<LanguageDataType> languageData)
Sets the value of the languageData property.
void setLanguageReference(LanguageSkillObjectType value)
Sets the value of the languageReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<LanguageDataType> languageData

protected LanguageSkillObjectType languageReference

Public Constructors

public LanguageType ()

Public Methods

public List<LanguageDataType> getLanguageData ()

Gets the value of the languageData 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 languageData property.

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

    getLanguageData().add(newItem);
 

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

public LanguageSkillObjectType getLanguageReference ()

Gets the value of the languageReference property.

Returns

public void setLanguageData (List<LanguageDataType> languageData)

Sets the value of the languageData property.

Parameters
languageData Allowed object is LanguageDataType

public void setLanguageReference (LanguageSkillObjectType value)

Sets the value of the languageReference property.

Parameters
value Allowed object is LanguageSkillObjectType