| java.lang.Object | |
| ↳ | com.workday.staffing.LanguageAchievementDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| assessedByWorkerReference | |||||||||||
| assessedOn | |||||||||||
| languageAbility | |||||||||||
| languageReference | |||||||||||
| nativeLanguage | |||||||||||
| note | |||||||||||
| removeLanguage | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the assessedByWorkerReference property.
| |||||||||||
Gets the value of the assessedOn property.
| |||||||||||
Gets the value of the languageAbility property.
| |||||||||||
Gets the value of the languageReference property.
| |||||||||||
Gets the value of the nativeLanguage property.
| |||||||||||
Gets the value of the note property.
| |||||||||||
Gets the value of the removeLanguage property.
| |||||||||||
Sets the value of the assessedByWorkerReference property.
| |||||||||||
Sets the value of the assessedOn property.
| |||||||||||
Sets the value of the languageAbility property.
| |||||||||||
Sets the value of the languageReference property.
| |||||||||||
Sets the value of the nativeLanguage property.
| |||||||||||
Sets the value of the note property.
| |||||||||||
Sets the value of the removeLanguage property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the assessedByWorkerReference property.
WorkerObjectType
Gets the value of the assessedOn property.
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
Gets the value of the languageReference property.
LanguageSkillObjectType
Gets the value of the nativeLanguage property. This getter has been renamed from isNativeLanguage() to getNativeLanguage() by cxf-xjc-boolean plugin.
Gets the value of the note property.
Gets the value of the removeLanguage property. This getter has been renamed from isRemoveLanguage() to getRemoveLanguage() by cxf-xjc-boolean plugin.
Sets the value of the assessedByWorkerReference property.
| value | Allowed object is
WorkerObjectType
|
|---|
Sets the value of the assessedOn property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the languageAbility property.
| languageAbility | Allowed object is
LanguageAbilityType
|
|---|
Sets the value of the languageReference property.
| value | Allowed object is
LanguageSkillObjectType
|
|---|
Sets the value of the nativeLanguage property.
| value | Allowed object is Boolean |
|---|
Sets the value of the note property.
| value | Allowed object is String |
|---|
Sets the value of the removeLanguage property.
| value | Allowed object is Boolean |
|---|