public class

WorkersCompensationCodeRequestCriteriaType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.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

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.
[Expand]
Inherited Methods
From class java.lang.Object

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