| java.lang.Object | |
| ↳ | com.workday.hr.JobClassificationGroupGetType |
Utilize the following Reference element (and other optional attributes) to retrieve an instance of Job Classification Group and its associated data.
Java class for Job_Classification_Group_GetType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Job_Classification_Group_GetType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Job_Classification_Group_Reference" type="{urn:com.workday/bsvc}Job_Classification_Group_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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| asOfDate | |||||||||||
| asOfMoment | |||||||||||
| jobClassificationGroupReference | |||||||||||
| version | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the asOfDate property.
| |||||||||||
Gets the value of the asOfMoment property.
| |||||||||||
Gets the value of the jobClassificationGroupReference 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 jobClassificationGroupReference 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 jobClassificationGroupReference property.
JobClassificationGroupReferenceDataType
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 jobClassificationGroupReference property.
| value | Allowed object is
JobClassificationGroupReferenceDataType
|
|---|
Sets the value of the version property.
| value | Allowed object is String |
|---|

