public class

JobProfileExemptDataType

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

Class Overview

Element containing the Job Profile Exempt data for a Job Profile.

Java class for Job_Profile_Exempt_DataType complex type.

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

 <complexType name="Job_Profile_Exempt_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Location_Context_Reference" type="{urn:com.workday/bsvc}Location_ContextObjectType"/>
         <element name="Job_Exempt" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
       <attribute name="Delete" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Boolean delete
protected Boolean jobExempt
protected LocationContextObjectType locationContextReference
Public Constructors
JobProfileExemptDataType()
Public Methods
LocationContextObjectType getLocationContextReference()
Gets the value of the locationContextReference property.
Boolean isDelete()
Gets the value of the delete property.
Boolean isJobExempt()
Gets the value of the jobExempt property.
void setDelete(Boolean value)
Sets the value of the delete property.
void setJobExempt(Boolean value)
Sets the value of the jobExempt property.
void setLocationContextReference(LocationContextObjectType value)
Sets the value of the locationContextReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Boolean delete

protected Boolean jobExempt

protected LocationContextObjectType locationContextReference

Public Constructors

public JobProfileExemptDataType ()

Public Methods

public LocationContextObjectType getLocationContextReference ()

Gets the value of the locationContextReference property.

Returns

public Boolean isDelete ()

Gets the value of the delete property.

Returns
  • possible object is Boolean

public Boolean isJobExempt ()

Gets the value of the jobExempt 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 setJobExempt (Boolean value)

Sets the value of the jobExempt property.

Parameters
value Allowed object is Boolean

public void setLocationContextReference (LocationContextObjectType value)

Sets the value of the locationContextReference property.

Parameters
value Allowed object is LocationContextObjectType