public class

JobCategoryDataType

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

Class Overview

Wrapper element that encapsulates the Job Category Data

Java class for Job_Category_DataType complex type.

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

 <complexType name="Job_Category_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Job_Category_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Job_Category_Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Job_Category_Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Inactive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected Boolean inactive
protected String jobCategoryDescription
protected String jobCategoryID
protected String jobCategoryName
Public Constructors
JobCategoryDataType()
Public Methods
Boolean getInactive()
Gets the value of the inactive property.
String getJobCategoryDescription()
Gets the value of the jobCategoryDescription property.
String getJobCategoryID()
Gets the value of the jobCategoryID property.
String getJobCategoryName()
Gets the value of the jobCategoryName property.
void setInactive(Boolean value)
Sets the value of the inactive property.
void setJobCategoryDescription(String value)
Sets the value of the jobCategoryDescription property.
void setJobCategoryID(String value)
Sets the value of the jobCategoryID property.
void setJobCategoryName(String value)
Sets the value of the jobCategoryName 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 jobCategoryDescription

protected String jobCategoryID

protected String jobCategoryName

Public Constructors

public JobCategoryDataType ()

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 getJobCategoryDescription ()

Gets the value of the jobCategoryDescription property.

Returns
  • possible object is String

public String getJobCategoryID ()

Gets the value of the jobCategoryID property.

Returns
  • possible object is String

public String getJobCategoryName ()

Gets the value of the jobCategoryName property.

Returns
  • possible object is String

public void setInactive (Boolean value)

Sets the value of the inactive property.

Parameters
value Allowed object is Boolean

public void setJobCategoryDescription (String value)

Sets the value of the jobCategoryDescription property.

Parameters
value Allowed object is String

public void setJobCategoryID (String value)

Sets the value of the jobCategoryID property.

Parameters
value Allowed object is String

public void setJobCategoryName (String value)

Sets the value of the jobCategoryName property.

Parameters
value Allowed object is String