| java.lang.Object | |
| ↳ | com.workday.hr.JobClassificationDataWWSType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| jobClassificationDescription | |||||||||||
| jobClassificationName | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the jobClassificationDescription property.
| |||||||||||
Gets the value of the jobClassificationName property.
| |||||||||||
Sets the value of the jobClassificationDescription property.
| |||||||||||
Sets the value of the jobClassificationName property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the jobClassificationDescription property.
Gets the value of the jobClassificationName property.
Sets the value of the jobClassificationDescription property.
| value | Allowed object is String |
|---|
Sets the value of the jobClassificationName property.
| value | Allowed object is String |
|---|

