| java.lang.Object | |
| ↳ | workday.com.bsvc.JobFamilyDataWWSType |
Job Family Data
Java class for Job_Family_Data_WWSType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Job_Family_Data_WWSType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Job_Family_Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<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"/>
</sequence>
<attribute name="Effective_Date" type="{http://www.w3.org/2001/XMLSchema}date" />
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| effectiveDate | |||||||||||
| inactive | |||||||||||
| jobFamilyName | |||||||||||
| jobFamilySummary | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the effectiveDate property.
| |||||||||||
Gets the value of the jobFamilyName property.
| |||||||||||
Gets the value of the jobFamilySummary 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 jobFamilyName property.
| |||||||||||
Sets the value of the jobFamilySummary property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the effectiveDate property.
Gets the value of the jobFamilyName property.
Gets the value of the jobFamilySummary 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 jobFamilyName property.
| value | Allowed object is String |
|---|
Sets the value of the jobFamilySummary property.
| value | Allowed object is String |
|---|

