public class

LanguageAchievementDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.recruiting.LanguageAchievementDataType

Class Overview

Wrapper element for Language Achievement information

Java class for Language_Achievement_DataType complex type.

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

 <complexType name="Language_Achievement_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Language_Reference" type="{urn:com.workday/bsvc}Language_SkillObjectType"/>
         <element name="Remove_Language" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Native_Language" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Language_Ability" type="{urn:com.workday/bsvc}Language_AbilityType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Assessed_On" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Note" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Assessed_by_Worker_Reference" type="{urn:com.workday/bsvc}WorkerObjectType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected WorkerObjectType assessedByWorkerReference
protected XMLGregorianCalendar assessedOn
protected List<LanguageAbilityType> languageAbility
protected LanguageSkillObjectType languageReference
protected Boolean nativeLanguage
protected String note
protected Boolean removeLanguage
Public Constructors
LanguageAchievementDataType()
Public Methods
WorkerObjectType getAssessedByWorkerReference()
Gets the value of the assessedByWorkerReference property.
XMLGregorianCalendar getAssessedOn()
Gets the value of the assessedOn property.
List<LanguageAbilityType> getLanguageAbility()
Gets the value of the languageAbility property.
LanguageSkillObjectType getLanguageReference()
Gets the value of the languageReference property.
Boolean getNativeLanguage()
Gets the value of the nativeLanguage property.
String getNote()
Gets the value of the note property.
Boolean getRemoveLanguage()
Gets the value of the removeLanguage property.
void setAssessedByWorkerReference(WorkerObjectType value)
Sets the value of the assessedByWorkerReference property.
void setAssessedOn(XMLGregorianCalendar value)
Sets the value of the assessedOn property.
void setLanguageAbility(List<LanguageAbilityType> languageAbility)
Sets the value of the languageAbility property.
void setLanguageReference(LanguageSkillObjectType value)
Sets the value of the languageReference property.
void setNativeLanguage(Boolean value)
Sets the value of the nativeLanguage property.
void setNote(String value)
Sets the value of the note property.
void setRemoveLanguage(Boolean value)
Sets the value of the removeLanguage property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected WorkerObjectType assessedByWorkerReference

protected XMLGregorianCalendar assessedOn

protected List<LanguageAbilityType> languageAbility

protected LanguageSkillObjectType languageReference

protected Boolean nativeLanguage

protected String note

protected Boolean removeLanguage

Public Constructors

public LanguageAchievementDataType ()

Public Methods

public WorkerObjectType getAssessedByWorkerReference ()

Gets the value of the assessedByWorkerReference property.

Returns

public XMLGregorianCalendar getAssessedOn ()

Gets the value of the assessedOn property.

Returns
  • possible object is XMLGregorianCalendar

public List<LanguageAbilityType> getLanguageAbility ()

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

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

    getLanguageAbility().add(newItem);
 

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

public LanguageSkillObjectType getLanguageReference ()

Gets the value of the languageReference property.

Returns

public Boolean getNativeLanguage ()

Gets the value of the nativeLanguage property. This getter has been renamed from isNativeLanguage() to getNativeLanguage() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public String getNote ()

Gets the value of the note property.

Returns
  • possible object is String

public Boolean getRemoveLanguage ()

Gets the value of the removeLanguage property. This getter has been renamed from isRemoveLanguage() to getRemoveLanguage() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public void setAssessedByWorkerReference (WorkerObjectType value)

Sets the value of the assessedByWorkerReference property.

Parameters
value Allowed object is WorkerObjectType

public void setAssessedOn (XMLGregorianCalendar value)

Sets the value of the assessedOn property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setLanguageAbility (List<LanguageAbilityType> languageAbility)

Sets the value of the languageAbility property.

Parameters
languageAbility Allowed object is LanguageAbilityType

public void setLanguageReference (LanguageSkillObjectType value)

Sets the value of the languageReference property.

Parameters
value Allowed object is LanguageSkillObjectType

public void setNativeLanguage (Boolean value)

Sets the value of the nativeLanguage property.

Parameters
value Allowed object is Boolean

public void setNote (String value)

Sets the value of the note property.

Parameters
value Allowed object is String

public void setRemoveLanguage (Boolean value)

Sets the value of the removeLanguage property.

Parameters
value Allowed object is Boolean