Uses of Class
org.apache.locator.query.QuerySelectType
-
Packages that use QuerySelectType Package Description 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 Modifier and Type Method Description QuerySelectTypeObjectFactory. createQuerySelectType()Create an instance ofQuerySelectTypeMethods in org.apache.locator.query that return types with arguments of type QuerySelectType Modifier and Type Method Description javax.xml.bind.JAXBElement<QuerySelectType>ObjectFactory. createSelect(QuerySelectType value)Methods in org.apache.locator.query with parameters of type QuerySelectType Modifier and Type Method Description javax.xml.bind.JAXBElement<QuerySelectType>ObjectFactory. createSelect(QuerySelectType value) -
Uses of QuerySelectType in org.apache.locator.types
Fields in org.apache.locator.types declared as QuerySelectType Modifier and Type Field Description protected QuerySelectTypeQueryEndpoints. selectMethods in org.apache.locator.types that return QuerySelectType Modifier and Type Method Description QuerySelectTypeQueryEndpoints. getSelect()Gets the value of the select property.Methods in org.apache.locator.types with parameters of type QuerySelectType Modifier and Type Method Description voidQueryEndpoints. setSelect(QuerySelectType value)Sets the value of the select property.
-