public class

JobProfileForJobFamilyDataType

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

Class Overview

Element containing the Job Profile reference for a Job Family.

Java class for Job_Profile_for_Job_Family_DataType complex type.

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

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

Summary

Fields
protected Boolean delete
protected JobProfileObjectType jobProfileReference
Public Constructors
JobProfileForJobFamilyDataType()
Public Methods
JobProfileObjectType getJobProfileReference()
Gets the value of the jobProfileReference property.
Boolean isDelete()
Gets the value of the delete property.
void setDelete(Boolean value)
Sets the value of the delete property.
void setJobProfileReference(JobProfileObjectType value)
Sets the value of the jobProfileReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Boolean delete

protected JobProfileObjectType jobProfileReference

Public Constructors

public JobProfileForJobFamilyDataType ()

Public Methods

public JobProfileObjectType getJobProfileReference ()

Gets the value of the jobProfileReference 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 setJobProfileReference (JobProfileObjectType value)

Sets the value of the jobProfileReference property.

Parameters
value Allowed object is JobProfileObjectType