| java.lang.Object | |
| ↳ | workday.com.bsvc.JobFamilyGroupDataWWSType |
Job Family Group
Java class for Job_Family_Group_Data_WWSType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Job_Family_Group_Data_WWSType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Job_Family_Group_Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Job_Family_Group_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_Family_Data" type="{urn:com.workday/bsvc}Job_Family_Data_WWSType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="Effective_Date" type="{http://www.w3.org/2001/XMLSchema}date" />
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| effectiveDate | |||||||||||
| inactive | |||||||||||
| jobFamilyData | |||||||||||
| jobFamilyGroupName | |||||||||||
| jobFamilyGroupSummary | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the effectiveDate property.
| |||||||||||
Gets the value of the jobFamilyData property.
| |||||||||||
Gets the value of the jobFamilyGroupName property.
| |||||||||||
Gets the value of the jobFamilyGroupSummary property.
| |||||||||||
Gets the value of the inactive property.
| |||||||||||
Sets the value of the effectiveDate property.
| |||||||||||
Sets the value of the inactive property.
| |||||||||||
Sets the value of the jobFamilyGroupName property.
| |||||||||||
Sets the value of the jobFamilyGroupSummary property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the effectiveDate property.
Gets the value of the jobFamilyData 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 jobFamilyData property.
For example, to add a new item, do as follows:
getJobFamilyData().add(newItem);
Objects of the following type(s) are allowed in the list
JobFamilyDataWWSType
Gets the value of the jobFamilyGroupName property.
Gets the value of the jobFamilyGroupSummary property.
Gets the value of the inactive property.
Sets the value of the effectiveDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the inactive property.
| value | Allowed object is Boolean |
|---|
Sets the value of the jobFamilyGroupName property.
| value | Allowed object is String |
|---|
Sets the value of the jobFamilyGroupSummary property.
| value | Allowed object is String |
|---|

