public class

ResponsibilityProfileForJobType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.ResponsibilityProfileForJobType

Class Overview

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>
 

Summary

Fields
protected ResponsibilityProfileForJobDataType responsibilityProfileData
protected UniqueIdentifierObjectType responsibilityProfileReference
Public Constructors
ResponsibilityProfileForJobType()
Public Methods
ResponsibilityProfileForJobDataType getResponsibilityProfileData()
Gets the value of the responsibilityProfileData property.
UniqueIdentifierObjectType getResponsibilityProfileReference()
Gets the value of the responsibilityProfileReference property.
void setResponsibilityProfileData(ResponsibilityProfileForJobDataType value)
Sets the value of the responsibilityProfileData property.
void setResponsibilityProfileReference(UniqueIdentifierObjectType value)
Sets the value of the responsibilityProfileReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ResponsibilityProfileForJobDataType responsibilityProfileData

protected UniqueIdentifierObjectType responsibilityProfileReference

Public Constructors

public ResponsibilityProfileForJobType ()

Public Methods

public ResponsibilityProfileForJobDataType getResponsibilityProfileData ()

Gets the value of the responsibilityProfileData property.

Returns

public UniqueIdentifierObjectType getResponsibilityProfileReference ()

Gets the value of the responsibilityProfileReference property.

Returns

public void setResponsibilityProfileData (ResponsibilityProfileForJobDataType value)

Sets the value of the responsibilityProfileData property.

Parameters
value Allowed object is ResponsibilityProfileForJobDataType

public void setResponsibilityProfileReference (UniqueIdentifierObjectType value)

Sets the value of the responsibilityProfileReference property.

Parameters
value Allowed object is UniqueIdentifierObjectType