| java.lang.Object | |
| ↳ | workday.com.bsvc.ResponsibilityQualificationProfileReplacementDataType |
Replacement Element containing Responsibility Qualifications for the Job Profile. When updating a Job Profile, all Responsibilities for the Job Profile will be replaced by the data in being submitted. If no data is submitted, then the existing Responsibilities are not changed.
Java class for Responsibility_Qualification_Profile_Replacement_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Responsibility_Qualification_Profile_Replacement_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Responsibility_Description" type="{urn:com.workday/bsvc}RichText"/>
<element name="Required" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| required | |||||||||||
| responsibilityDescription | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the responsibilityDescription property.
| |||||||||||
Gets the value of the required property.
| |||||||||||
Sets the value of the required property.
| |||||||||||
Sets the value of the responsibilityDescription property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the responsibilityDescription property.
Gets the value of the required property.
Sets the value of the required property.
| value | Allowed object is Boolean |
|---|
Sets the value of the responsibilityDescription property.
| value | Allowed object is String |
|---|

