Package org.apache.locator.query
Class QuerySelectType
java.lang.Object
org.apache.locator.query.QuerySelectType
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v4.0.5",
date="2024-12-09T12:26:03-05:00")
public class QuerySelectType
extends Object
Java class for QuerySelectType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="QuerySelectType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="filter" type="{http://apache.org/locator/query}FilterType" maxOccurs="unbounded" minOccurs="0"/>
<any processContents='lax' namespace='##other' minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
filter
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.5", date="2024-12-09T12:26:03-05:00") protected List<FilterType> filter -
any
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.5", date="2024-12-09T12:26:03-05:00") protected Object any
-
-
Constructor Details
-
QuerySelectType
public QuerySelectType()
-
-
Method Details
-
getFilter
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.5", date="2024-12-09T12:26:03-05:00") public List<FilterType> getFilter()Gets the value of the filter 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
setmethod for the filter property.For example, to add a new item, do as follows:
getFilter().add(newItem);
Objects of the following type(s) are allowed in the list
FilterType- Returns:
- The value of the filter property.
-
getAny
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.5", date="2024-12-09T12:26:03-05:00") public Object getAny()Gets the value of the any property. -
setAny
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.5", date="2024-12-09T12:26:03-05:00") public void setAny(Object value) Sets the value of the any property.
-