public class

JobFamilyDataType

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

Class Overview

Encapsulating element containing all Job Family data.

Java class for Job_Family_DataType complex type.

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

 <complexType name="Job_Family_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Effective_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="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_Data" type="{urn:com.workday/bsvc}Job_Profile_for_Job_Family_DataType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Integration_Field_Override_Data" type="{urn:com.workday/bsvc}Document_Field_Result_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected XMLGregorianCalendar effectiveDate
protected String id
protected Boolean inactive
protected List<DocumentFieldResultDataType> integrationFieldOverrideData
protected List<JobProfileForJobFamilyDataType> jobProfileData
protected String name
protected String summary
Public Constructors
JobFamilyDataType()
Public Methods
XMLGregorianCalendar getEffectiveDate()
Gets the value of the effectiveDate property.
String getID()
Gets the value of the id property.
Boolean getInactive()
Gets the value of the inactive property.
List<DocumentFieldResultDataType> getIntegrationFieldOverrideData()
Gets the value of the integrationFieldOverrideData property.
List<JobProfileForJobFamilyDataType> getJobProfileData()
Gets the value of the jobProfileData property.
String getName()
Gets the value of the name property.
String getSummary()
Gets the value of the summary property.
void setEffectiveDate(XMLGregorianCalendar value)
Sets the value of the effectiveDate property.
void setID(String value)
Sets the value of the id property.
void setInactive(Boolean value)
Sets the value of the inactive property.
void setIntegrationFieldOverrideData(List<DocumentFieldResultDataType> integrationFieldOverrideData)
Sets the value of the integrationFieldOverrideData property.
void setJobProfileData(List<JobProfileForJobFamilyDataType> jobProfileData)
Sets the value of the jobProfileData property.
void setName(String value)
Sets the value of the name property.
void setSummary(String value)
Sets the value of the summary property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected XMLGregorianCalendar effectiveDate

protected String id

protected Boolean inactive

protected List<DocumentFieldResultDataType> integrationFieldOverrideData

protected List<JobProfileForJobFamilyDataType> jobProfileData

protected String name

protected String summary

Public Constructors

public JobFamilyDataType ()

Public Methods

public XMLGregorianCalendar getEffectiveDate ()

Gets the value of the effectiveDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getID ()

Gets the value of the id property.

Returns
  • possible object is String

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 List<DocumentFieldResultDataType> getIntegrationFieldOverrideData ()

Gets the value of the integrationFieldOverrideData 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 integrationFieldOverrideData property.

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

    getIntegrationFieldOverrideData().add(newItem);
 

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

public List<JobProfileForJobFamilyDataType> getJobProfileData ()

Gets the value of the jobProfileData 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 jobProfileData property.

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

    getJobProfileData().add(newItem);
 

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

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public String getSummary ()

Gets the value of the summary property.

Returns
  • possible object is String

public void setEffectiveDate (XMLGregorianCalendar value)

Sets the value of the effectiveDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setID (String value)

Sets the value of the id property.

Parameters
value Allowed object is String

public void setInactive (Boolean value)

Sets the value of the inactive property.

Parameters
value Allowed object is Boolean

public void setIntegrationFieldOverrideData (List<DocumentFieldResultDataType> integrationFieldOverrideData)

Sets the value of the integrationFieldOverrideData property.

Parameters
integrationFieldOverrideData Allowed object is DocumentFieldResultDataType

public void setJobProfileData (List<JobProfileForJobFamilyDataType> jobProfileData)

Sets the value of the jobProfileData property.

Parameters
jobProfileData Allowed object is JobProfileForJobFamilyDataType

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setSummary (String value)

Sets the value of the summary property.

Parameters
value Allowed object is String