public class

JobFamilyGroupJobFamilyDataType

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

Class Overview

Info only data about a Job Family

Java class for Job_Family_Group_Job_Family_DataType complex type.

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

 <complexType name="Job_Family_Group_Job_Family_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Job_Family_Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Job_Family_Summary" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Inactive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Job_Profile_Info_Data" type="{urn:com.workday/bsvc}Job_Profile_Summary_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Boolean inactive
protected String jobFamilyName
protected String jobFamilySummary
protected List<JobProfileSummaryDataType> jobProfileInfoData
Public Constructors
JobFamilyGroupJobFamilyDataType()
Public Methods
String getJobFamilyName()
Gets the value of the jobFamilyName property.
String getJobFamilySummary()
Gets the value of the jobFamilySummary property.
List<JobProfileSummaryDataType> getJobProfileInfoData()
Gets the value of the jobProfileInfoData property.
Boolean isInactive()
Gets the value of the inactive property.
void setInactive(Boolean value)
Sets the value of the inactive property.
void setJobFamilyName(String value)
Sets the value of the jobFamilyName property.
void setJobFamilySummary(String value)
Sets the value of the jobFamilySummary property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Boolean inactive

protected String jobFamilyName

protected String jobFamilySummary

protected List<JobProfileSummaryDataType> jobProfileInfoData

Public Constructors

public JobFamilyGroupJobFamilyDataType ()

Public Methods

public String getJobFamilyName ()

Gets the value of the jobFamilyName property.

Returns
  • possible object is String

public String getJobFamilySummary ()

Gets the value of the jobFamilySummary property.

Returns
  • possible object is String

public List<JobProfileSummaryDataType> getJobProfileInfoData ()

Gets the value of the jobProfileInfoData property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the jobProfileInfoData property.

For example, to add a new item, do as follows:

    getJobProfileInfoData().add(newItem);
 

Objects of the following type(s) are allowed in the list JobProfileSummaryDataType

public Boolean isInactive ()

Gets the value of the inactive property.

Returns
  • possible object is Boolean

public void setInactive (Boolean value)

Sets the value of the inactive property.

Parameters
value Allowed object is Boolean

public void setJobFamilyName (String value)

Sets the value of the jobFamilyName property.

Parameters
value Allowed object is String

public void setJobFamilySummary (String value)

Sets the value of the jobFamilySummary property.

Parameters
value Allowed object is String