public class

JobFamilyGroupDataWWSType

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

Class Overview

Job Family Group

Java class for Job_Family_Group_Data_WWSType complex type.

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

 <complexType name="Job_Family_Group_Data_WWSType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Job_Family_Group_Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Job_Family_Group_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_Family_Data" type="{urn:com.workday/bsvc}Job_Family_Data_WWSType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="Effective_Date" type="{http://www.w3.org/2001/XMLSchema}date" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected XMLGregorianCalendar effectiveDate
protected Boolean inactive
protected List<JobFamilyDataWWSType> jobFamilyData
protected String jobFamilyGroupName
protected String jobFamilyGroupSummary
Public Constructors
JobFamilyGroupDataWWSType()
Public Methods
XMLGregorianCalendar getEffectiveDate()
Gets the value of the effectiveDate property.
Boolean getInactive()
Gets the value of the inactive property.
List<JobFamilyDataWWSType> getJobFamilyData()
Gets the value of the jobFamilyData property.
String getJobFamilyGroupName()
Gets the value of the jobFamilyGroupName property.
String getJobFamilyGroupSummary()
Gets the value of the jobFamilyGroupSummary property.
void setEffectiveDate(XMLGregorianCalendar value)
Sets the value of the effectiveDate property.
void setInactive(Boolean value)
Sets the value of the inactive property.
void setJobFamilyData(List<JobFamilyDataWWSType> jobFamilyData)
Sets the value of the jobFamilyData property.
void setJobFamilyGroupName(String value)
Sets the value of the jobFamilyGroupName property.
void setJobFamilyGroupSummary(String value)
Sets the value of the jobFamilyGroupSummary property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected XMLGregorianCalendar effectiveDate

protected Boolean inactive

protected List<JobFamilyDataWWSType> jobFamilyData

protected String jobFamilyGroupName

protected String jobFamilyGroupSummary

Public Constructors

public JobFamilyGroupDataWWSType ()

Public Methods

public XMLGregorianCalendar getEffectiveDate ()

Gets the value of the effectiveDate property.

Returns
  • possible object is XMLGregorianCalendar

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<JobFamilyDataWWSType> getJobFamilyData ()

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

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

    getJobFamilyData().add(newItem);
 

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

public String getJobFamilyGroupName ()

Gets the value of the jobFamilyGroupName property.

Returns
  • possible object is String

public String getJobFamilyGroupSummary ()

Gets the value of the jobFamilyGroupSummary 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 setInactive (Boolean value)

Sets the value of the inactive property.

Parameters
value Allowed object is Boolean

public void setJobFamilyData (List<JobFamilyDataWWSType> jobFamilyData)

Sets the value of the jobFamilyData property.

Parameters
jobFamilyData Allowed object is JobFamilyDataWWSType

public void setJobFamilyGroupName (String value)

Sets the value of the jobFamilyGroupName property.

Parameters
value Allowed object is String

public void setJobFamilyGroupSummary (String value)

Sets the value of the jobFamilyGroupSummary property.

Parameters
value Allowed object is String