| java.lang.Object | |
| ↳ | com.workday.hr.JobProfileExemptDataType |
Element containing the Job Profile Exempt data for a Job Profile.
Java class for Job_Profile_Exempt_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Job_Profile_Exempt_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Location_Context_Reference" type="{urn:com.workday/bsvc}Location_ContextObjectType"/>
<element name="Job_Exempt" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
<attribute name="Delete" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| delete | |||||||||||
| jobExempt | |||||||||||
| locationContextReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the delete property.
| |||||||||||
Gets the value of the jobExempt property.
| |||||||||||
Gets the value of the locationContextReference property.
| |||||||||||
Sets the value of the delete property.
| |||||||||||
Sets the value of the jobExempt property.
| |||||||||||
Sets the value of the locationContextReference 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 jobExempt property. This getter has been renamed from isJobExempt() to getJobExempt() by cxf-xjc-boolean plugin.
Gets the value of the locationContextReference property.
LocationContextObjectType
Sets the value of the delete property.
| value | Allowed object is Boolean |
|---|
Sets the value of the jobExempt property.
| value | Allowed object is Boolean |
|---|
Sets the value of the locationContextReference property.
| value | Allowed object is
LocationContextObjectType
|
|---|

