public class

JobFamilyType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.hr.JobFamilyType

Class Overview

Contains Job Family information

Java class for Job_FamilyType complex type.

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

 <complexType name="Job_FamilyType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Job_Family_Reference" type="{urn:com.workday/bsvc}Job_FamilyObjectType" minOccurs="0"/>
         <element name="Job_Family_Data" type="{urn:com.workday/bsvc}Job_Family_DataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected JobFamilyDataType jobFamilyData
protected JobFamilyObjectType jobFamilyReference
Public Constructors
JobFamilyType()
Public Methods
JobFamilyDataType getJobFamilyData()
Gets the value of the jobFamilyData property.
JobFamilyObjectType getJobFamilyReference()
Gets the value of the jobFamilyReference property.
void setJobFamilyData(JobFamilyDataType value)
Sets the value of the jobFamilyData property.
void setJobFamilyReference(JobFamilyObjectType value)
Sets the value of the jobFamilyReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected JobFamilyDataType jobFamilyData

protected JobFamilyObjectType jobFamilyReference

Public Constructors

public JobFamilyType ()

Public Methods

public JobFamilyDataType getJobFamilyData ()

Gets the value of the jobFamilyData property.

Returns

public JobFamilyObjectType getJobFamilyReference ()

Gets the value of the jobFamilyReference property.

Returns

public void setJobFamilyData (JobFamilyDataType value)

Sets the value of the jobFamilyData property.

Parameters
value Allowed object is JobFamilyDataType

public void setJobFamilyReference (JobFamilyObjectType value)

Sets the value of the jobFamilyReference property.

Parameters
value Allowed object is JobFamilyObjectType