Class QuerySelectType

java.lang.Object
org.apache.locator.query.QuerySelectType

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:57-04: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 Details

    • filter

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:57-04:00") protected List<FilterType> filter
    • any

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:57-04:00") protected Object any
  • Constructor Details

    • QuerySelectType

      public QuerySelectType()
  • Method Details

    • getFilter

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:57-04: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 Jakarta XML Binding object. This is why there is not a set method 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 v3.0.2", date="2023-06-06T12:44:57-04:00") public Object getAny()
      Gets the value of the any property.
      Returns:
      possible object is Object Element
    • setAny

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:57-04:00") public void setAny(Object value)
      Sets the value of the any property.
      Parameters:
      value - allowed object is Object Element