| java.lang.Object | |
| ↳ | workday.com.bsvc.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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| delete | |||||||||||
| jobExempt | |||||||||||
| locationContextReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the locationContextReference property.
| |||||||||||
Gets the value of the delete property.
| |||||||||||
Gets the value of the jobExempt 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 locationContextReference property.
LocationContextObjectType
Gets the value of the delete property.
Gets the value of the jobExempt property.
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
|
|---|

