| java.lang.Object | |
| ↳ | workday.com.bsvc.JobFamilyType |
Contains Job Family information
Java class for Job_FamilyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="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" minOccurs="0"/>
<element name="Job_Family_Data" type="{urn:com.workday/bsvc}Job_Family_DataType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| jobFamilyData | |||||||||||
| jobFamilyReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the jobFamilyData property.
| |||||||||||
Gets the value of the jobFamilyReference property.
| |||||||||||
Sets the value of the jobFamilyData property.
| |||||||||||
Sets the value of the jobFamilyReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the jobFamilyData property.
JobFamilyDataType
Gets the value of the jobFamilyReference property.
JobFamilyObjectType
Sets the value of the jobFamilyData property.
| value | Allowed object is
JobFamilyDataType
|
|---|
Sets the value of the jobFamilyReference property.
| value | Allowed object is
JobFamilyObjectType
|
|---|

