public class

JobFamilyGroupJobFamilyDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.staffing.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

Constants
long serialVersionUID
Fields
protected Boolean inactive
protected String jobFamilyName
protected String jobFamilySummary
protected List<JobProfileSummaryDataType> jobProfileInfoData
Public Constructors
JobFamilyGroupJobFamilyDataType()
Public Methods
Boolean getInactive()
Gets the value of the inactive property.
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.
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.
void setJobProfileInfoData(List<JobProfileSummaryDataType> jobProfileInfoData)
Sets the value of the jobProfileInfoData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean inactive

protected String jobFamilyName

protected String jobFamilySummary

protected List<JobProfileSummaryDataType> jobProfileInfoData

Public Constructors

public JobFamilyGroupJobFamilyDataType ()

Public Methods

public Boolean getInactive ()

Gets the value of the inactive property. This getter has been renamed from isInactive() to getInactive() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

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 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

public void setJobProfileInfoData (List<JobProfileSummaryDataType> jobProfileInfoData)

Sets the value of the jobProfileInfoData property.

Parameters
jobProfileInfoData Allowed object is JobProfileSummaryDataType