public class

WorkersCompensationCodeRequestCriteriaType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.hr.WorkersCompensationCodeRequestCriteriaType

Class Overview

Utilize the Request Criteria to search for a specific instance(s) of a Workers' Compensation Code

Java class for Workers_Compensation_Code_Request_CriteriaType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Workers_Compensation_Code_Request_CriteriaType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Country_Reference" type="{urn:com.workday/bsvc}CountryObjectType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Country_Subregion_Reference" type="{urn:com.workday/bsvc}Country_RegionObjectType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Location_Reference" type="{urn:com.workday/bsvc}LocationObjectType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected List<CountryObjectType> countryReference
protected List<CountryRegionObjectType> countrySubregionReference
protected List<LocationObjectType> locationReference
Public Constructors
WorkersCompensationCodeRequestCriteriaType()
Public Methods
List<CountryObjectType> getCountryReference()
Gets the value of the countryReference property.
List<CountryRegionObjectType> getCountrySubregionReference()
Gets the value of the countrySubregionReference property.
List<LocationObjectType> getLocationReference()
Gets the value of the locationReference property.
void setCountryReference(List<CountryObjectType> countryReference)
Sets the value of the countryReference property.
void setCountrySubregionReference(List<CountryRegionObjectType> countrySubregionReference)
Sets the value of the countrySubregionReference property.
void setLocationReference(List<LocationObjectType> locationReference)
Sets the value of the locationReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<CountryObjectType> countryReference

protected List<CountryRegionObjectType> countrySubregionReference

protected List<LocationObjectType> locationReference

Public Constructors

public WorkersCompensationCodeRequestCriteriaType ()

Public Methods

public List<CountryObjectType> getCountryReference ()

Gets the value of the countryReference 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 countryReference property.

For example, to add a new item, do as follows:

    getCountryReference().add(newItem);
 

Objects of the following type(s) are allowed in the list CountryObjectType

public List<CountryRegionObjectType> getCountrySubregionReference ()

Gets the value of the countrySubregionReference 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 countrySubregionReference property.

For example, to add a new item, do as follows:

    getCountrySubregionReference().add(newItem);
 

Objects of the following type(s) are allowed in the list CountryRegionObjectType

public List<LocationObjectType> getLocationReference ()

Gets the value of the locationReference 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 locationReference property.

For example, to add a new item, do as follows:

    getLocationReference().add(newItem);
 

Objects of the following type(s) are allowed in the list LocationObjectType

public void setCountryReference (List<CountryObjectType> countryReference)

Sets the value of the countryReference property.

Parameters
countryReference Allowed object is CountryObjectType

public void setCountrySubregionReference (List<CountryRegionObjectType> countrySubregionReference)

Sets the value of the countrySubregionReference property.

Parameters
countrySubregionReference Allowed object is CountryRegionObjectType

public void setLocationReference (List<LocationObjectType> locationReference)

Sets the value of the locationReference property.

Parameters
locationReference Allowed object is LocationObjectType