public class

LanguageQualificationProfileReplacementDataType

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

Class Overview

Replacement element containing Language Qualifications for the Job Profile. When updating a Job Profile, all Languages for the Job Profile will be replaced by the submitted data. If no data is submitted, then the existing Languages are not changed.

Java class for Language_Qualification_Profile_Replacement_DataType complex type.

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

 <complexType name="Language_Qualification_Profile_Replacement_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="Language_Ability_Profile_Data" type="{urn:com.workday/bsvc}Language_Ability_Profile_DataType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Required" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected List<LanguageAbilityProfileDataType> languageAbilityProfileData
protected LanguageSkillObjectType languageReference
protected Boolean required
Public Constructors
LanguageQualificationProfileReplacementDataType()
Public Methods
List<LanguageAbilityProfileDataType> getLanguageAbilityProfileData()
Gets the value of the languageAbilityProfileData property.
LanguageSkillObjectType getLanguageReference()
Gets the value of the languageReference property.
Boolean getRequired()
Gets the value of the required property.
void setLanguageAbilityProfileData(List<LanguageAbilityProfileDataType> languageAbilityProfileData)
Sets the value of the languageAbilityProfileData property.
void setLanguageReference(LanguageSkillObjectType value)
Sets the value of the languageReference property.
void setRequired(Boolean value)
Sets the value of the required property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<LanguageAbilityProfileDataType> languageAbilityProfileData

protected LanguageSkillObjectType languageReference

protected Boolean required

Public Constructors

public LanguageQualificationProfileReplacementDataType ()

Public Methods

public List<LanguageAbilityProfileDataType> getLanguageAbilityProfileData ()

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

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

    getLanguageAbilityProfileData().add(newItem);
 

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

public LanguageSkillObjectType getLanguageReference ()

Gets the value of the languageReference property.

Returns

public Boolean getRequired ()

Gets the value of the required property. This getter has been renamed from isRequired() to getRequired() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public void setLanguageAbilityProfileData (List<LanguageAbilityProfileDataType> languageAbilityProfileData)

Sets the value of the languageAbilityProfileData property.

Parameters
languageAbilityProfileData Allowed object is LanguageAbilityProfileDataType

public void setLanguageReference (LanguageSkillObjectType value)

Sets the value of the languageReference property.

Parameters
value Allowed object is LanguageSkillObjectType

public void setRequired (Boolean value)

Sets the value of the required property.

Parameters
value Allowed object is Boolean