| java.lang.Object | |
| ↳ | workday.com.bsvc.JobProfileGetType |
Utilize the following Reference element (and other optional attributes) to retrieve an instance of Job Profile and its associated data.
Java class for Job_Profile_GetType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Job_Profile_GetType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Job_Profile_Reference" type="{urn:com.workday/bsvc}Job_Profile_Reference_DataType"/>
</sequence>
<attribute name="As_Of_Date" type="{http://www.w3.org/2001/XMLSchema}date" />
<attribute name="As_Of_Moment" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute ref="{urn:com.workday/bsvc}version"/>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| asOfDate | |||||||||||
| asOfMoment | |||||||||||
| jobProfileReference | |||||||||||
| version | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the asOfDate property.
| |||||||||||
Gets the value of the asOfMoment property.
| |||||||||||
Gets the value of the jobProfileReference property.
| |||||||||||
Gets the value of the version property.
| |||||||||||
Sets the value of the asOfDate property.
| |||||||||||
Sets the value of the asOfMoment property.
| |||||||||||
Sets the value of the jobProfileReference property.
| |||||||||||
Sets the value of the version property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the asOfDate property.
Gets the value of the asOfMoment property.
Gets the value of the jobProfileReference property.
JobProfileReferenceDataType
Gets the value of the version property.
Sets the value of the asOfDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the asOfMoment property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the jobProfileReference property.
| value | Allowed object is
JobProfileReferenceDataType
|
|---|
Sets the value of the version property.
| value | Allowed object is String |
|---|

