| java.lang.Object | |
| ↳ | com.workday.hr.JobFamilyGroupJobFamilyType |
Job Family Data. Contains the references to Job Families contained in the group. Optionally contains other data about the contained families, however this extra data is for information only and cannot be updated here.
Java class for Job_Family_Group_Job_FamilyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Job_Family_Group_Job_FamilyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Job_Family_Reference" type="{urn:com.workday/bsvc}Job_FamilyObjectType"/>
<element name="Job_Family_Info_Data" type="{urn:com.workday/bsvc}Job_Family_Group_Job_Family_DataType" minOccurs="0"/>
</sequence>
<attribute name="Delete" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| delete | |||||||||||
| jobFamilyInfoData | |||||||||||
| jobFamilyReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the delete property.
| |||||||||||
Gets the value of the jobFamilyInfoData property.
| |||||||||||
Gets the value of the jobFamilyReference property.
| |||||||||||
Sets the value of the delete property.
| |||||||||||
Sets the value of the jobFamilyInfoData property.
| |||||||||||
Sets the value of the jobFamilyReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the delete property. This getter has been renamed from isDelete() to getDelete() by cxf-xjc-boolean plugin.
Gets the value of the jobFamilyInfoData property.
JobFamilyGroupJobFamilyDataType
Gets the value of the jobFamilyReference property.
JobFamilyObjectType
Sets the value of the delete property.
| value | Allowed object is Boolean |
|---|
Sets the value of the jobFamilyInfoData property.
| value | Allowed object is
JobFamilyGroupJobFamilyDataType
|
|---|
Sets the value of the jobFamilyReference property.
| value | Allowed object is
JobFamilyObjectType
|
|---|

