| java.lang.Object | |
| ↳ | workday.com.bsvc.JobProfileForJobFamilyDataType |
Element containing the Job Profile reference for a Job Family.
Java class for Job_Profile_for_Job_Family_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Job_Profile_for_Job_Family_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Job_Profile_Reference" type="{urn:com.workday/bsvc}Job_ProfileObjectType" minOccurs="0"/>
</sequence>
<attribute name="Delete" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| delete | |||||||||||
| jobProfileReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the jobProfileReference property.
| |||||||||||
Gets the value of the delete property.
| |||||||||||
Sets the value of the delete property.
| |||||||||||
Sets the value of the jobProfileReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the jobProfileReference property.
JobProfileObjectType
Gets the value of the delete property.
Sets the value of the delete property.
| value | Allowed object is Boolean |
|---|
Sets the value of the jobProfileReference property.
| value | Allowed object is
JobProfileObjectType
|
|---|

