| java.lang.Object | |
| ↳ | com.workday.talent.LanguageProficiencyLevelType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| languageProficiencyLevelData | |||||||||||
| languageProficiencyLevelReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the languageProficiencyLevelData property.
| |||||||||||
Gets the value of the languageProficiencyLevelReference property.
| |||||||||||
Sets the value of the languageProficiencyLevelData property.
| |||||||||||
Sets the value of the languageProficiencyLevelReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
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
Gets the value of the languageProficiencyLevelReference property.
LanguageProficiencyObjectType
Sets the value of the languageProficiencyLevelData property.
| languageProficiencyLevelData | Allowed object is
LanguageProficiencyLevelDataType
|
|---|
Sets the value of the languageProficiencyLevelReference property.
| value | Allowed object is
LanguageProficiencyObjectType
|
|---|