public class

JobProfileJobClassificationDataType

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

Class Overview

Element containing Job Classification data for a Job Profile.

Java class for Job_Profile_Job_Classification_DataType complex type.

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

 <complexType name="Job_Profile_Job_Classification_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Job_Classification_Reference" type="{urn:com.workday/bsvc}Job_ClassificationObjectType"/>
       </sequence>
       <attribute name="Delete" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Boolean delete
protected JobClassificationObjectType jobClassificationReference
Public Constructors
JobProfileJobClassificationDataType()
Public Methods
JobClassificationObjectType getJobClassificationReference()
Gets the value of the jobClassificationReference property.
Boolean isDelete()
Gets the value of the delete property.
void setDelete(Boolean value)
Sets the value of the delete property.
void setJobClassificationReference(JobClassificationObjectType value)
Sets the value of the jobClassificationReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Boolean delete

protected JobClassificationObjectType jobClassificationReference

Public Constructors

public JobProfileJobClassificationDataType ()

Public Methods

public JobClassificationObjectType getJobClassificationReference ()

Gets the value of the jobClassificationReference property.

Returns

public Boolean isDelete ()

Gets the value of the delete property.

Returns
  • possible object is Boolean

public void setDelete (Boolean value)

Sets the value of the delete property.

Parameters
value Allowed object is Boolean

public void setJobClassificationReference (JobClassificationObjectType value)

Sets the value of the jobClassificationReference property.

Parameters
value Allowed object is JobClassificationObjectType