| java.lang.Object | |
| ↳ | com.workday.hr.JobFamilyGroupNewType |
Encapsulating element containing all Job Family Group data.
Java class for Job_Family_Group_NewType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Job_Family_Group_NewType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Job_Family_Group_Reference" type="{urn:com.workday/bsvc}Job_FamilyObjectType" minOccurs="0"/>
<element name="Job_Family_Group_Data" type="{urn:com.workday/bsvc}Job_Family_Group_DataType" minOccurs="0"/>
</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" />
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| asOfDate | |||||||||||
| asOfMoment | |||||||||||
| jobFamilyGroupData | |||||||||||
| jobFamilyGroupReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the asOfDate property.
| |||||||||||
Gets the value of the asOfMoment property.
| |||||||||||
Gets the value of the jobFamilyGroupData property.
| |||||||||||
Gets the value of the jobFamilyGroupReference property.
| |||||||||||
Sets the value of the asOfDate property.
| |||||||||||
Sets the value of the asOfMoment property.
| |||||||||||
Sets the value of the jobFamilyGroupData property.
| |||||||||||
Sets the value of the jobFamilyGroupReference 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 jobFamilyGroupData property.
JobFamilyGroupDataType
Gets the value of the jobFamilyGroupReference property.
JobFamilyObjectType
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 jobFamilyGroupData property.
| value | Allowed object is
JobFamilyGroupDataType
|
|---|
Sets the value of the jobFamilyGroupReference property.
| value | Allowed object is
JobFamilyObjectType
|
|---|

