public class

JobLevelReferenceType

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

Class Overview

reference to the job level for a job profile.

Java class for Job_Level_ReferenceType complex type.

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

 <complexType name="Job_Level_ReferenceType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Job_Level_Reference" type="{urn:com.workday/bsvc}Job_LevelObjectType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected JobLevelObjectType jobLevelReference
Public Constructors
JobLevelReferenceType()
Public Methods
JobLevelObjectType getJobLevelReference()
Gets the value of the jobLevelReference property.
void setJobLevelReference(JobLevelObjectType value)
Sets the value of the jobLevelReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected JobLevelObjectType jobLevelReference

Public Constructors

public JobLevelReferenceType ()

Public Methods

public JobLevelObjectType getJobLevelReference ()

Gets the value of the jobLevelReference property.

Returns

public void setJobLevelReference (JobLevelObjectType value)

Sets the value of the jobLevelReference property.

Parameters
value Allowed object is JobLevelObjectType