| java.lang.Object | |
| ↳ | com.workday.hr.JobProfileGetDataType |
Response element containing an instance of Job Profile and its associated data.
Java class for Job_Profile_Get_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Job_Profile_Get_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"/>
<element name="Job_Profile_Data" type="{urn:com.workday/bsvc}Job_Profile_DataType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| jobProfileData | |||||||||||
| jobProfileReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the jobProfileData property.
| |||||||||||
Gets the value of the jobProfileReference property.
| |||||||||||
Sets the value of the jobProfileData property.
| |||||||||||
Sets the value of the jobProfileReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the jobProfileData property.
JobProfileDataType
Gets the value of the jobProfileReference property.
JobProfileObjectType
Sets the value of the jobProfileData property.
| value | Allowed object is
JobProfileDataType
|
|---|
Sets the value of the jobProfileReference property.
| value | Allowed object is
JobProfileObjectType
|
|---|

