public class

LocationRequestCriteriaType

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

Class Overview

Element containing filtering criteria to specify the Location to return in the response.

Java class for Location_Request_CriteriaType complex type.

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

 <complexType name="Location_Request_CriteriaType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Location_Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Location_Usage_Reference" type="{urn:com.workday/bsvc}Location_UsageObjectType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Location_Type_Reference" type="{urn:com.workday/bsvc}Location_TypeObjectType" maxOccurs="unbounded" minOccurs="0"/>
         <choice>
           <element name="Exclude_Inactive_Locations" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
           <element name="Exclude_Active_Locations" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         </choice>
         <element name="Field_And_Parameter_Criteria_Data" type="{urn:com.workday/bsvc}Field_And_Parameter_Criteria_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected Boolean excludeActiveLocations
protected Boolean excludeInactiveLocations
protected List<FieldAndParameterCriteriaDataType> fieldAndParameterCriteriaData
protected String locationName
protected List<LocationTypeObjectType> locationTypeReference
protected List<LocationUsageObjectType> locationUsageReference
Public Constructors
LocationRequestCriteriaType()
Public Methods
Boolean getExcludeActiveLocations()
Gets the value of the excludeActiveLocations property.
Boolean getExcludeInactiveLocations()
Gets the value of the excludeInactiveLocations property.
List<FieldAndParameterCriteriaDataType> getFieldAndParameterCriteriaData()
Gets the value of the fieldAndParameterCriteriaData property.
String getLocationName()
Gets the value of the locationName property.
List<LocationTypeObjectType> getLocationTypeReference()
Gets the value of the locationTypeReference property.
List<LocationUsageObjectType> getLocationUsageReference()
Gets the value of the locationUsageReference property.
void setExcludeActiveLocations(Boolean value)
Sets the value of the excludeActiveLocations property.
void setExcludeInactiveLocations(Boolean value)
Sets the value of the excludeInactiveLocations property.
void setFieldAndParameterCriteriaData(List<FieldAndParameterCriteriaDataType> fieldAndParameterCriteriaData)
Sets the value of the fieldAndParameterCriteriaData property.
void setLocationName(String value)
Sets the value of the locationName property.
void setLocationTypeReference(List<LocationTypeObjectType> locationTypeReference)
Sets the value of the locationTypeReference property.
void setLocationUsageReference(List<LocationUsageObjectType> locationUsageReference)
Sets the value of the locationUsageReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean excludeActiveLocations

protected Boolean excludeInactiveLocations

protected List<FieldAndParameterCriteriaDataType> fieldAndParameterCriteriaData

protected String locationName

protected List<LocationTypeObjectType> locationTypeReference

protected List<LocationUsageObjectType> locationUsageReference

Public Constructors

public LocationRequestCriteriaType ()

Public Methods

public Boolean getExcludeActiveLocations ()

Gets the value of the excludeActiveLocations property. This getter has been renamed from isExcludeActiveLocations() to getExcludeActiveLocations() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getExcludeInactiveLocations ()

Gets the value of the excludeInactiveLocations property. This getter has been renamed from isExcludeInactiveLocations() to getExcludeInactiveLocations() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public List<FieldAndParameterCriteriaDataType> getFieldAndParameterCriteriaData ()

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

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

    getFieldAndParameterCriteriaData().add(newItem);
 

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

public String getLocationName ()

Gets the value of the locationName property.

Returns
  • possible object is String

public List<LocationTypeObjectType> getLocationTypeReference ()

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

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

    getLocationTypeReference().add(newItem);
 

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

public List<LocationUsageObjectType> getLocationUsageReference ()

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

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

    getLocationUsageReference().add(newItem);
 

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

public void setExcludeActiveLocations (Boolean value)

Sets the value of the excludeActiveLocations property.

Parameters
value Allowed object is Boolean

public void setExcludeInactiveLocations (Boolean value)

Sets the value of the excludeInactiveLocations property.

Parameters
value Allowed object is Boolean

public void setFieldAndParameterCriteriaData (List<FieldAndParameterCriteriaDataType> fieldAndParameterCriteriaData)

Sets the value of the fieldAndParameterCriteriaData property.

Parameters
fieldAndParameterCriteriaData Allowed object is FieldAndParameterCriteriaDataType

public void setLocationName (String value)

Sets the value of the locationName property.

Parameters
value Allowed object is String

public void setLocationTypeReference (List<LocationTypeObjectType> locationTypeReference)

Sets the value of the locationTypeReference property.

Parameters
locationTypeReference Allowed object is LocationTypeObjectType

public void setLocationUsageReference (List<LocationUsageObjectType> locationUsageReference)

Sets the value of the locationUsageReference property.

Parameters
locationUsageReference Allowed object is LocationUsageObjectType