org.apache.locator.query
Class QuerySelectType

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

public class QuerySelectType
extends java.lang.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/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.Object any
           
protected  java.util.List<FilterType> filter
           
 
Constructor Summary
QuerySelectType()
           
 
Method Summary
 java.lang.Object getAny()
          Gets the value of the any property.
 java.util.List<FilterType> getFilter()
          Gets the value of the filter property.
 void setAny(java.lang.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 java.util.List<FilterType> filter

any

protected java.lang.Object any
Constructor Detail

QuerySelectType

public QuerySelectType()
Method Detail

getFilter

public java.util.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 java.lang.Object getAny()
Gets the value of the any property.

Returns:
possible object is Element Object

setAny

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

Parameters:
value - allowed object is Element Object


Apache CXF