| java.lang.Object | |
| ↳ | com.workday.hr.JobClassificationGroupDataWWSType |
Encapsulating element containing Job Classification Group data.
Java class for Job_Classification_Group_Data_WWSType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Job_Classification_Group_Data_WWSType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Job_Classification_Group_Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Regulatory_Region_Organization_Reference" type="{urn:com.workday/bsvc}Organization_ReferenceType" minOccurs="0"/>
<element name="Inactive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Job_Classification_Data" type="{urn:com.workday/bsvc}Job_Classification_Data_WWSType" maxOccurs="unbounded" minOccurs="0"/>
<choice>
<element name="Country_Reference" type="{urn:com.workday/bsvc}Country_ReferenceType" minOccurs="0"/>
<element name="Authority_Reference" type="{urn:com.workday/bsvc}Authority_ReferenceType" minOccurs="0"/>
</choice>
</sequence>
<attribute name="Effective_Date" type="{http://www.w3.org/2001/XMLSchema}date" />
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| authorityReference | |||||||||||
| countryReference | |||||||||||
| effectiveDate | |||||||||||
| inactive | |||||||||||
| jobClassificationData | |||||||||||
| jobClassificationGroupName | |||||||||||
| regulatoryRegionOrganizationReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the authorityReference property.
| |||||||||||
Gets the value of the countryReference property.
| |||||||||||
Gets the value of the effectiveDate property.
| |||||||||||
Gets the value of the inactive property.
| |||||||||||
Gets the value of the jobClassificationData property.
| |||||||||||
Gets the value of the jobClassificationGroupName property.
| |||||||||||
Gets the value of the regulatoryRegionOrganizationReference property.
| |||||||||||
Sets the value of the authorityReference property.
| |||||||||||
Sets the value of the countryReference property.
| |||||||||||
Sets the value of the effectiveDate property.
| |||||||||||
Sets the value of the inactive property.
| |||||||||||
Sets the value of the jobClassificationData property.
| |||||||||||
Sets the value of the jobClassificationGroupName property.
| |||||||||||
Sets the value of the regulatoryRegionOrganizationReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the authorityReference property.
AuthorityReferenceType
Gets the value of the countryReference property.
CountryReferenceType
Gets the value of the effectiveDate 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 jobClassificationData 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 jobClassificationData property.
For example, to add a new item, do as follows:
getJobClassificationData().add(newItem);
Objects of the following type(s) are allowed in the list
JobClassificationDataWWSType
Gets the value of the jobClassificationGroupName property.
Gets the value of the regulatoryRegionOrganizationReference property.
OrganizationReferenceType
Sets the value of the authorityReference property.
| value | Allowed object is
AuthorityReferenceType
|
|---|
Sets the value of the countryReference property.
| value | Allowed object is
CountryReferenceType
|
|---|
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 jobClassificationData property.
| jobClassificationData | Allowed object is
JobClassificationDataWWSType
|
|---|
Sets the value of the jobClassificationGroupName property.
| value | Allowed object is String |
|---|
Sets the value of the regulatoryRegionOrganizationReference property.
| value | Allowed object is
OrganizationReferenceType
|
|---|