| java.lang.Object | |
| ↳ | com.workday.staffing.JobFamilyDataType |
Encapsulating element containing all Job Family data.
Java class for Job_Family_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Job_Family_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Effective_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="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_Data" type="{urn:com.workday/bsvc}Job_Profile_for_Job_Family_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Integration_Field_Override_Data" type="{urn:com.workday/bsvc}Document_Field_Result_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| effectiveDate | |||||||||||
| id | |||||||||||
| inactive | |||||||||||
| integrationFieldOverrideData | |||||||||||
| jobProfileData | |||||||||||
| name | |||||||||||
| summary | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the effectiveDate property.
| |||||||||||
Gets the value of the id property.
| |||||||||||
Gets the value of the inactive property.
| |||||||||||
Gets the value of the integrationFieldOverrideData property.
| |||||||||||
Gets the value of the jobProfileData property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the summary property.
| |||||||||||
Sets the value of the effectiveDate property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
Sets the value of the inactive property.
| |||||||||||
Sets the value of the integrationFieldOverrideData property.
| |||||||||||
Sets the value of the jobProfileData property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the summary property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the effectiveDate property.
Gets the value of the id property.
Gets the value of the inactive property. This getter has been renamed from isInactive() to getInactive() by cxf-xjc-boolean plugin.
Gets the value of the integrationFieldOverrideData 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 integrationFieldOverrideData property.
For example, to add a new item, do as follows:
getIntegrationFieldOverrideData().add(newItem);
Objects of the following type(s) are allowed in the list
DocumentFieldResultDataType
Gets the value of the jobProfileData 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 jobProfileData property.
For example, to add a new item, do as follows:
getJobProfileData().add(newItem);
Objects of the following type(s) are allowed in the list
JobProfileForJobFamilyDataType
Gets the value of the name property.
Gets the value of the summary property.
Sets the value of the effectiveDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the id property.
| value | Allowed object is String |
|---|
Sets the value of the inactive property.
| value | Allowed object is Boolean |
|---|
Sets the value of the integrationFieldOverrideData property.
| integrationFieldOverrideData | Allowed object is
DocumentFieldResultDataType
|
|---|
Sets the value of the jobProfileData property.
| jobProfileData | Allowed object is
JobProfileForJobFamilyDataType
|
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|
Sets the value of the summary property.
| value | Allowed object is String |
|---|