public class

JobClassificationDataWWSType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.JobClassificationDataWWSType

Class Overview

Encapsulating element containing all Job Classification data.

Java class for Job_Classification_Data_WWSType complex type.

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

 <complexType name="Job_Classification_Data_WWSType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Job_Classification_Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Job_Classification_Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String jobClassificationDescription
protected String jobClassificationName
Public Constructors
JobClassificationDataWWSType()
Public Methods
String getJobClassificationDescription()
Gets the value of the jobClassificationDescription property.
String getJobClassificationName()
Gets the value of the jobClassificationName property.
void setJobClassificationDescription(String value)
Sets the value of the jobClassificationDescription property.
void setJobClassificationName(String value)
Sets the value of the jobClassificationName property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String jobClassificationDescription

protected String jobClassificationName

Public Constructors

public JobClassificationDataWWSType ()

Public Methods

public String getJobClassificationDescription ()

Gets the value of the jobClassificationDescription property.

Returns
  • possible object is String

public String getJobClassificationName ()

Gets the value of the jobClassificationName property.

Returns
  • possible object is String

public void setJobClassificationDescription (String value)

Sets the value of the jobClassificationDescription property.

Parameters
value Allowed object is String

public void setJobClassificationName (String value)

Sets the value of the jobClassificationName property.

Parameters
value Allowed object is String