public class

JobCategoryDataType

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

Fields
protected Boolean inactive
protected String jobCategoryDescription
protected String jobCategoryID
protected String jobCategoryName
Public Constructors
JobCategoryDataType()
Public Methods
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.
Boolean isInactive()
Gets the value of the inactive 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

Fields

protected Boolean inactive

protected String jobCategoryDescription

protected String jobCategoryID

protected String jobCategoryName

Public Constructors

public JobCategoryDataType ()

Public Methods

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 Boolean isInactive ()

Gets the value of the inactive property.

Returns
  • possible object is Boolean

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