| java.lang.Object | |
| ↳ | com.workday.recruiting.ResponsibilityProfileForJobDataType |
Contains the responsibility profile's information for a position.
Java class for Responsibility_Profile_for_Job_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Responsibility_Profile_for_Job_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Responsibility" type="{urn:com.workday/bsvc}RichText" minOccurs="0"/>
<element name="Required" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Qualification_Source_Reference" type="{urn:com.workday/bsvc}Job_Qualification_Profile_TargetObjectType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| qualificationSourceReference | |||||||||||
| required | |||||||||||
| responsibility | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the qualificationSourceReference property.
| |||||||||||
Gets the value of the required property.
| |||||||||||
Gets the value of the responsibility property.
| |||||||||||
Sets the value of the qualificationSourceReference property.
| |||||||||||
Sets the value of the required property.
| |||||||||||
Sets the value of the responsibility property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the qualificationSourceReference property.
JobQualificationProfileTargetObjectType
Gets the value of the required property. This getter has been renamed from isRequired() to getRequired() by cxf-xjc-boolean plugin.
Gets the value of the responsibility property.
Sets the value of the qualificationSourceReference property.
| value | Allowed object is
JobQualificationProfileTargetObjectType
|
|---|
Sets the value of the required property.
| value | Allowed object is Boolean |
|---|
Sets the value of the responsibility property.
| value | Allowed object is String |
|---|