| java.lang.Object | |
| ↳ | com.workday.hr.JobClassificationType |
Job Classification Group Data
Java class for Job_ClassificationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Job_ClassificationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Job_Classification_Reference" type="{urn:com.workday/bsvc}Job_ClassificationObjectType" minOccurs="0"/>
<element name="Job_Classification_Data" type="{urn:com.workday/bsvc}Job_Classification_DataType" minOccurs="0"/>
</sequence>
<attribute name="Delete" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| delete | |||||||||||
| jobClassificationData | |||||||||||
| jobClassificationReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the delete property.
| |||||||||||
Gets the value of the jobClassificationData property.
| |||||||||||
Gets the value of the jobClassificationReference property.
| |||||||||||
Sets the value of the delete property.
| |||||||||||
Sets the value of the jobClassificationData 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 jobClassificationData property.
JobClassificationDataType
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 jobClassificationData property.
| value | Allowed object is
JobClassificationDataType
|
|---|
Sets the value of the jobClassificationReference property.
| value | Allowed object is
JobClassificationObjectType
|
|---|

