public class

JobClassificationGroupDataWWSType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.JobClassificationGroupDataWWSType

Class Overview

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>
 

Summary

Fields
protected AuthorityReferenceType authorityReference
protected CountryReferenceType countryReference
protected XMLGregorianCalendar effectiveDate
protected Boolean inactive
protected List<JobClassificationDataWWSType> jobClassificationData
protected String jobClassificationGroupName
protected OrganizationReferenceType regulatoryRegionOrganizationReference
Public Constructors
JobClassificationGroupDataWWSType()
Public Methods
AuthorityReferenceType getAuthorityReference()
Gets the value of the authorityReference property.
CountryReferenceType getCountryReference()
Gets the value of the countryReference property.
XMLGregorianCalendar getEffectiveDate()
Gets the value of the effectiveDate property.
List<JobClassificationDataWWSType> getJobClassificationData()
Gets the value of the jobClassificationData property.
String getJobClassificationGroupName()
Gets the value of the jobClassificationGroupName property.
OrganizationReferenceType getRegulatoryRegionOrganizationReference()
Gets the value of the regulatoryRegionOrganizationReference property.
Boolean isInactive()
Gets the value of the inactive property.
void setAuthorityReference(AuthorityReferenceType value)
Sets the value of the authorityReference property.
void setCountryReference(CountryReferenceType value)
Sets the value of the countryReference property.
void setEffectiveDate(XMLGregorianCalendar value)
Sets the value of the effectiveDate property.
void setInactive(Boolean value)
Sets the value of the inactive property.
void setJobClassificationGroupName(String value)
Sets the value of the jobClassificationGroupName property.
void setRegulatoryRegionOrganizationReference(OrganizationReferenceType value)
Sets the value of the regulatoryRegionOrganizationReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected AuthorityReferenceType authorityReference

protected CountryReferenceType countryReference

protected XMLGregorianCalendar effectiveDate

protected Boolean inactive

protected List<JobClassificationDataWWSType> jobClassificationData

protected String jobClassificationGroupName

protected OrganizationReferenceType regulatoryRegionOrganizationReference

Public Constructors

public JobClassificationGroupDataWWSType ()

Public Methods

public AuthorityReferenceType getAuthorityReference ()

Gets the value of the authorityReference property.

Returns

public CountryReferenceType getCountryReference ()

Gets the value of the countryReference property.

Returns

public XMLGregorianCalendar getEffectiveDate ()

Gets the value of the effectiveDate property.

Returns
  • possible object is XMLGregorianCalendar

public List<JobClassificationDataWWSType> getJobClassificationData ()

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

public String getJobClassificationGroupName ()

Gets the value of the jobClassificationGroupName property.

Returns
  • possible object is String

public OrganizationReferenceType getRegulatoryRegionOrganizationReference ()

Gets the value of the regulatoryRegionOrganizationReference property.

Returns

public Boolean isInactive ()

Gets the value of the inactive property.

Returns
  • possible object is Boolean

public void setAuthorityReference (AuthorityReferenceType value)

Sets the value of the authorityReference property.

Parameters
value Allowed object is AuthorityReferenceType

public void setCountryReference (CountryReferenceType value)

Sets the value of the countryReference property.

Parameters
value Allowed object is CountryReferenceType

public void setEffectiveDate (XMLGregorianCalendar value)

Sets the value of the effectiveDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setInactive (Boolean value)

Sets the value of the inactive property.

Parameters
value Allowed object is Boolean

public void setJobClassificationGroupName (String value)

Sets the value of the jobClassificationGroupName property.

Parameters
value Allowed object is String

public void setRegulatoryRegionOrganizationReference (OrganizationReferenceType value)

Sets the value of the regulatoryRegionOrganizationReference property.

Parameters
value Allowed object is OrganizationReferenceType