public class

JobProfileGetDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.hr.JobProfileGetDataType

Class Overview

Response element containing an instance of Job Profile and its associated data.

Java class for Job_Profile_Get_DataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Job_Profile_Get_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Job_Profile_Reference" type="{urn:com.workday/bsvc}Job_ProfileObjectType" minOccurs="0"/>
         <element name="Job_Profile_Data" type="{urn:com.workday/bsvc}Job_Profile_DataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected JobProfileDataType jobProfileData
protected JobProfileObjectType jobProfileReference
Public Constructors
JobProfileGetDataType()
Public Methods
JobProfileDataType getJobProfileData()
Gets the value of the jobProfileData property.
JobProfileObjectType getJobProfileReference()
Gets the value of the jobProfileReference property.
void setJobProfileData(JobProfileDataType value)
Sets the value of the jobProfileData property.
void setJobProfileReference(JobProfileObjectType value)
Sets the value of the jobProfileReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected JobProfileDataType jobProfileData

protected JobProfileObjectType jobProfileReference

Public Constructors

public JobProfileGetDataType ()

Public Methods

public JobProfileDataType getJobProfileData ()

Gets the value of the jobProfileData property.

Returns

public JobProfileObjectType getJobProfileReference ()

Gets the value of the jobProfileReference property.

Returns

public void setJobProfileData (JobProfileDataType value)

Sets the value of the jobProfileData property.

Parameters
value Allowed object is JobProfileDataType

public void setJobProfileReference (JobProfileObjectType value)

Sets the value of the jobProfileReference property.

Parameters
value Allowed object is JobProfileObjectType