public class

JobClassificationType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.hr.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

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

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean delete

protected JobClassificationDataType jobClassificationData

protected JobClassificationObjectType jobClassificationReference

Public Constructors

public JobClassificationType ()

Public Methods

public Boolean getDelete ()

Gets the value of the delete property. This getter has been renamed from isDelete() to getDelete() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public JobClassificationDataType getJobClassificationData ()

Gets the value of the jobClassificationData property.

Returns

public JobClassificationObjectType getJobClassificationReference ()

Gets the value of the jobClassificationReference property.

Returns

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