public class

JobFamilyDataWWSType

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

Class Overview

Job Family Data

Java class for Job_Family_Data_WWSType complex type.

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

 <complexType name="Job_Family_Data_WWSType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Job_Family_Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <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"/>
       </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 String jobFamilyName
protected String jobFamilySummary
Public Constructors
JobFamilyDataWWSType()
Public Methods
XMLGregorianCalendar getEffectiveDate()
Gets the value of the effectiveDate property.
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.
void setEffectiveDate(XMLGregorianCalendar value)
Sets the value of the effectiveDate 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

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected XMLGregorianCalendar effectiveDate

protected Boolean inactive

protected String jobFamilyName

protected String jobFamilySummary

Public Constructors

public JobFamilyDataWWSType ()

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