org.apache.locator.query
Class QuerySelectType

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

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
protected  Object any
           
protected  List<FilterType> filter
           
 
Constructor Summary
QuerySelectType()
           
 
Method Summary
 Object getAny()
          Gets the value of the any property.
 List<FilterType> getFilter()
          Gets the value of the filter property.
 void setAny(Object value)
          Sets the value of the any property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

filter

protected List<FilterType> filter

any

protected Object any
Constructor Detail

QuerySelectType

public QuerySelectType()
Method Detail

getFilter

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 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

public Object getAny()
Gets the value of the any property.

Returns:
possible object is Object Element

setAny

public void setAny(Object value)
Sets the value of the any property.

Parameters:
value - allowed object is Object Element


Apache CXF