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 v2.3.5", date="2024-03-07T12:28:43-05:00") public class QuerySelectType extends ObjectJava 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 Modifier and Type Field Description protected Objectanyprotected List<FilterType>filter
-
Constructor Summary
Constructors Constructor Description QuerySelectType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetAny()Gets the value of the any property.List<FilterType>getFilter()Gets the value of the filter property.voidsetAny(Object value)Sets the value of the any property.
-
-
-
Field Detail
-
filter
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:43-05:00") protected List<FilterType> filter
-
any
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:43-05:00") protected Object any
-
-
Method Detail
-
getFilter
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:43-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
-
getAny
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:43-05:00") public Object getAny()Gets the value of the any property.
-
-