| java.lang.Object | |
| ↳ | com.workday.hr.LanguageQualificationReplacementType |
Wrapper element for Language Qualifications. Allows all language qualifications for a Job Profile or Position Restriction to be removed - or to replace all existing language qualifications with those sent in the web service.
Java class for Language_Qualification_ReplacementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Language_Qualification_ReplacementType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Language_Qualification_Replacement_Data" type="{urn:com.workday/bsvc}Language_Qualification_Profile_Replacement_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="Delete" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| delete | |||||||||||
| languageQualificationReplacementData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the delete property.
| |||||||||||
Gets the value of the languageQualificationReplacementData property.
| |||||||||||
Sets the value of the delete property.
| |||||||||||
Sets the value of the languageQualificationReplacementData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the delete property. This getter has been renamed from isDelete() to getDelete() by cxf-xjc-boolean plugin.
Gets the value of the languageQualificationReplacementData 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 languageQualificationReplacementData property.
For example, to add a new item, do as follows:
getLanguageQualificationReplacementData().add(newItem);
Objects of the following type(s) are allowed in the list
LanguageQualificationProfileReplacementDataType
Sets the value of the delete property.
| value | Allowed object is Boolean |
|---|
Sets the value of the languageQualificationReplacementData property.
| languageQualificationReplacementData | Allowed object is
LanguageQualificationProfileReplacementDataType
|
|---|

