| java.lang.Object | |
| ↳ | com.workday.recruiting.ResponsibilityProfileForJobType |
Contains the position's responsibility information.
Java class for Responsibility_Profile_for_JobType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Responsibility_Profile_for_JobType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Responsibility_Profile_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" minOccurs="0"/>
<element name="Responsibility_Profile_Data" type="{urn:com.workday/bsvc}Responsibility_Profile_for_Job_DataType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| responsibilityProfileData | |||||||||||
| responsibilityProfileReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the responsibilityProfileData property.
| |||||||||||
Gets the value of the responsibilityProfileReference property.
| |||||||||||
Sets the value of the responsibilityProfileData property.
| |||||||||||
Sets the value of the responsibilityProfileReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the responsibilityProfileData property.
ResponsibilityProfileForJobDataType
Gets the value of the responsibilityProfileReference property.
UniqueIdentifierObjectType
Sets the value of the responsibilityProfileData property.
| value | Allowed object is
ResponsibilityProfileForJobDataType
|
|---|
Sets the value of the responsibilityProfileReference property.
| value | Allowed object is
UniqueIdentifierObjectType
|
|---|