public class

JobClassificationSummaryDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.payrollinterface.JobClassificationSummaryDataType

Class Overview

Contains the job classifications from the job profile for the position and the additional job classifications specified for the position.

Java class for Job_Classification_Summary_DataType complex type.

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

 <complexType name="Job_Classification_Summary_DataType">
   <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_Group_Reference" type="{urn:com.workday/bsvc}Job_Classification_GroupObjectType" minOccurs="0"/>
       </sequence>
       <attribute name="Additional" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected Boolean additional
protected JobClassificationObjectType jobClassificationReference
protected JobClassificationGroupObjectType jobGroupReference
Public Constructors
JobClassificationSummaryDataType()
Public Methods
Boolean getAdditional()
Gets the value of the additional property.
JobClassificationObjectType getJobClassificationReference()
Gets the value of the jobClassificationReference property.
JobClassificationGroupObjectType getJobGroupReference()
Gets the value of the jobGroupReference property.
void setAdditional(Boolean value)
Sets the value of the additional property.
void setJobClassificationReference(JobClassificationObjectType value)
Sets the value of the jobClassificationReference property.
void setJobGroupReference(JobClassificationGroupObjectType value)
Sets the value of the jobGroupReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean additional

protected JobClassificationObjectType jobClassificationReference

protected JobClassificationGroupObjectType jobGroupReference

Public Constructors

public JobClassificationSummaryDataType ()

Public Methods

public Boolean getAdditional ()

Gets the value of the additional property. This getter has been renamed from isAdditional() to getAdditional() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public JobClassificationObjectType getJobClassificationReference ()

Gets the value of the jobClassificationReference property.

Returns

public JobClassificationGroupObjectType getJobGroupReference ()

Gets the value of the jobGroupReference property.

Returns

public void setAdditional (Boolean value)

Sets the value of the additional 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

public void setJobGroupReference (JobClassificationGroupObjectType value)

Sets the value of the jobGroupReference property.

Parameters
value Allowed object is JobClassificationGroupObjectType