Uses of Class
org.apache.locator.query.QuerySelectType

Packages that use QuerySelectType
org.apache.locator.query   
org.apache.locator.types   
 

Uses of QuerySelectType in org.apache.locator.query
 

Methods in org.apache.locator.query that return QuerySelectType
 QuerySelectType ObjectFactory.createQuerySelectType()
          Create an instance of QuerySelectType
 

Methods in org.apache.locator.query that return types with arguments of type QuerySelectType
 javax.xml.bind.JAXBElement<QuerySelectType> ObjectFactory.createSelect(QuerySelectType value)
          Create an instance of JAXBElement<QuerySelectType>}
 

Methods in org.apache.locator.query with parameters of type QuerySelectType
 javax.xml.bind.JAXBElement<QuerySelectType> ObjectFactory.createSelect(QuerySelectType value)
          Create an instance of JAXBElement<QuerySelectType>}
 

Uses of QuerySelectType in org.apache.locator.types
 

Fields in org.apache.locator.types declared as QuerySelectType
protected  QuerySelectType QueryEndpoints.select
           
 

Methods in org.apache.locator.types that return QuerySelectType
 QuerySelectType QueryEndpoints.getSelect()
          Gets the value of the select property.
 

Methods in org.apache.locator.types with parameters of type QuerySelectType
 void QueryEndpoints.setSelect(QuerySelectType value)
          Sets the value of the select property.
 



Apache CXF