| java.lang.Object | |
| ↳ | com.workday.hr.LocationRequestCriteriaType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| excludeActiveLocations | |||||||||||
| excludeInactiveLocations | |||||||||||
| fieldAndParameterCriteriaData | |||||||||||
| locationName | |||||||||||
| locationTypeReference | |||||||||||
| locationUsageReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the excludeActiveLocations property.
| |||||||||||
Gets the value of the excludeInactiveLocations property.
| |||||||||||
Gets the value of the fieldAndParameterCriteriaData property.
| |||||||||||
Gets the value of the locationName property.
| |||||||||||
Gets the value of the locationTypeReference property.
| |||||||||||
Gets the value of the locationUsageReference property.
| |||||||||||
Sets the value of the excludeActiveLocations property.
| |||||||||||
Sets the value of the excludeInactiveLocations property.
| |||||||||||
Sets the value of the fieldAndParameterCriteriaData property.
| |||||||||||
Sets the value of the locationName property.
| |||||||||||
Sets the value of the locationTypeReference property.
| |||||||||||
Sets the value of the locationUsageReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the excludeActiveLocations property. This getter has been renamed from isExcludeActiveLocations() to getExcludeActiveLocations() by cxf-xjc-boolean plugin.
Gets the value of the excludeInactiveLocations property. This getter has been renamed from isExcludeInactiveLocations() to getExcludeInactiveLocations() by cxf-xjc-boolean plugin.
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
Gets the value of the locationName property.
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
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
Sets the value of the excludeActiveLocations property.
| value | Allowed object is Boolean |
|---|
Sets the value of the excludeInactiveLocations property.
| value | Allowed object is Boolean |
|---|
Sets the value of the fieldAndParameterCriteriaData property.
| fieldAndParameterCriteriaData | Allowed object is
FieldAndParameterCriteriaDataType
|
|---|
Sets the value of the locationName property.
| value | Allowed object is String |
|---|
Sets the value of the locationTypeReference property.
| locationTypeReference | Allowed object is
LocationTypeObjectType
|
|---|
Sets the value of the locationUsageReference property.
| locationUsageReference | Allowed object is
LocationUsageObjectType
|
|---|