public class

JobClassificationType

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

Class Overview

Job Classification Group Data

Java class for Job_ClassificationType complex type.

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

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

Summary

Fields
protected Boolean delete
protected JobClassificationDataType jobClassificationData
protected JobClassificationObjectType jobClassificationReference
Public Constructors
JobClassificationType()
Public Methods
JobClassificationDataType getJobClassificationData()
Gets the value of the jobClassificationData property.
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 setJobClassificationData(JobClassificationDataType value)
Sets the value of the jobClassificationData 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 JobClassificationDataType jobClassificationData

protected JobClassificationObjectType jobClassificationReference

Public Constructors

public JobClassificationType ()

Public Methods

public JobClassificationDataType getJobClassificationData ()

Gets the value of the jobClassificationData property.

Returns

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 setJobClassificationData (JobClassificationDataType value)

Sets the value of the jobClassificationData property.

Parameters
value Allowed object is JobClassificationDataType

public void setJobClassificationReference (JobClassificationObjectType value)

Sets the value of the jobClassificationReference property.

Parameters
value Allowed object is JobClassificationObjectType