public class

JobFamilyGroupJobFamilyType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.staffing.JobFamilyGroupJobFamilyType

Class Overview

Job Family Data. Contains the references to Job Families contained in the group. Optionally contains other data about the contained families, however this extra data is for information only and cannot be updated here.

Java class for Job_Family_Group_Job_FamilyType complex type.

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

 <complexType name="Job_Family_Group_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"/>
         <element name="Job_Family_Info_Data" type="{urn:com.workday/bsvc}Job_Family_Group_Job_Family_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 JobFamilyGroupJobFamilyDataType jobFamilyInfoData
protected JobFamilyObjectType jobFamilyReference
Public Constructors
JobFamilyGroupJobFamilyType()
Public Methods
Boolean getDelete()
Gets the value of the delete property.
JobFamilyGroupJobFamilyDataType getJobFamilyInfoData()
Gets the value of the jobFamilyInfoData property.
JobFamilyObjectType getJobFamilyReference()
Gets the value of the jobFamilyReference property.
void setDelete(Boolean value)
Sets the value of the delete property.
void setJobFamilyInfoData(JobFamilyGroupJobFamilyDataType value)
Sets the value of the jobFamilyInfoData 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 Boolean delete

protected JobFamilyGroupJobFamilyDataType jobFamilyInfoData

protected JobFamilyObjectType jobFamilyReference

Public Constructors

public JobFamilyGroupJobFamilyType ()

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 JobFamilyGroupJobFamilyDataType getJobFamilyInfoData ()

Gets the value of the jobFamilyInfoData property.

Returns

public JobFamilyObjectType getJobFamilyReference ()

Gets the value of the jobFamilyReference property.

Returns

public void setDelete (Boolean value)

Sets the value of the delete property.

Parameters
value Allowed object is Boolean

public void setJobFamilyInfoData (JobFamilyGroupJobFamilyDataType value)

Sets the value of the jobFamilyInfoData property.

Parameters
value Allowed object is JobFamilyGroupJobFamilyDataType

public void setJobFamilyReference (JobFamilyObjectType value)

Sets the value of the jobFamilyReference property.

Parameters
value Allowed object is JobFamilyObjectType