| java.lang.Object | |
| ↳ | workday.com.bsvc.JobFamilyGroupJobFamilyDataType |
Info only data about a Job Family
Java class for Job_Family_Group_Job_Family_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Job_Family_Group_Job_Family_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Job_Family_Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Job_Family_Summary" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Inactive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Job_Profile_Info_Data" type="{urn:com.workday/bsvc}Job_Profile_Summary_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| inactive | |||||||||||
| jobFamilyName | |||||||||||
| jobFamilySummary | |||||||||||
| jobProfileInfoData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the jobFamilyName property.
| |||||||||||
Gets the value of the jobFamilySummary property.
| |||||||||||
Gets the value of the jobProfileInfoData property.
| |||||||||||
Gets the value of the inactive property.
| |||||||||||
Sets the value of the inactive property.
| |||||||||||
Sets the value of the jobFamilyName property.
| |||||||||||
Sets the value of the jobFamilySummary property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the jobFamilyName property.
Gets the value of the jobFamilySummary property.
Gets the value of the jobProfileInfoData property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the jobProfileInfoData property.
For example, to add a new item, do as follows:
getJobProfileInfoData().add(newItem);
Objects of the following type(s) are allowed in the list
JobProfileSummaryDataType
Gets the value of the inactive property.
Sets the value of the inactive property.
| value | Allowed object is Boolean |
|---|
Sets the value of the jobFamilyName property.
| value | Allowed object is String |
|---|
Sets the value of the jobFamilySummary property.
| value | Allowed object is String |
|---|

