public class

LanguageAchievementDataType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.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

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.
String getNote()
Gets the value of the note property.
Boolean isNativeLanguage()
Gets the value of the nativeLanguage property.
Boolean isRemoveLanguage()
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 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

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 String getNote ()

Gets the value of the note property.

Returns
  • possible object is String

public Boolean isNativeLanguage ()

Gets the value of the nativeLanguage property.

Returns
  • possible object is Boolean

public Boolean isRemoveLanguage ()

Gets the value of the removeLanguage property.

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 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