| java.lang.Object | |
| ↳ | com.workday.staffing.JobClassificationSummaryDataType |
Contains the job classifications from the job profile for the position and the additional job classifications specified for the position.
Java class for Job_Classification_Summary_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Job_Classification_Summary_DataType">
<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_Group_Reference" type="{urn:com.workday/bsvc}Job_Classification_GroupObjectType" minOccurs="0"/>
</sequence>
<attribute name="Additional" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| additional | |||||||||||
| jobClassificationReference | |||||||||||
| jobGroupReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the additional property.
| |||||||||||
Gets the value of the jobClassificationReference property.
| |||||||||||
Gets the value of the jobGroupReference property.
| |||||||||||
Sets the value of the additional property.
| |||||||||||
Sets the value of the jobClassificationReference property.
| |||||||||||
Sets the value of the jobGroupReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the additional property. This getter has been renamed from isAdditional() to getAdditional() by cxf-xjc-boolean plugin.
Gets the value of the jobClassificationReference property.
JobClassificationObjectType
Gets the value of the jobGroupReference property.
JobClassificationGroupObjectType
Sets the value of the additional property.
| value | Allowed object is Boolean |
|---|
Sets the value of the jobClassificationReference property.
| value | Allowed object is
JobClassificationObjectType
|
|---|
Sets the value of the jobGroupReference property.
| value | Allowed object is
JobClassificationGroupObjectType
|
|---|

