| java.lang.Object | |
| ↳ | com.workday.hr.JobProfileJobClassificationDataType |
Element containing Job Classification data for a Job Profile.
Java class for Job_Profile_Job_Classification_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Job_Profile_Job_Classification_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Job_Classification_Reference" type="{urn:com.workday/bsvc}Job_ClassificationObjectType"/>
</sequence>
<attribute name="Delete" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| delete | |||||||||||
| jobClassificationReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the delete property.
| |||||||||||
Gets the value of the jobClassificationReference property.
| |||||||||||
Sets the value of the delete property.
| |||||||||||
Sets the value of the jobClassificationReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the delete property. This getter has been renamed from isDelete() to getDelete() by cxf-xjc-boolean plugin.
Gets the value of the jobClassificationReference property.
JobClassificationObjectType
Sets the value of the delete property.
| value | Allowed object is Boolean |
|---|
Sets the value of the jobClassificationReference property.
| value | Allowed object is
JobClassificationObjectType
|
|---|

