Uses of Class
gov.nasa.pds.search.core.schema.Query
-
Packages that use Query Package Description gov.nasa.pds.search.core.schema -
-
Uses of Query in gov.nasa.pds.search.core.schema
Fields in gov.nasa.pds.search.core.schema with type parameters of type Query Modifier and Type Field Description protected List<Query>
Specification. query
Methods in gov.nasa.pds.search.core.schema that return Query Modifier and Type Method Description Query
ObjectFactory. createQuery()
Create an instance ofQuery
Methods in gov.nasa.pds.search.core.schema that return types with arguments of type Query Modifier and Type Method Description JAXBElement<Query>
ObjectFactory. createQuery(Query value)
List<Query>
Specification. getQuery()
Gets the value of the query property.Methods in gov.nasa.pds.search.core.schema with parameters of type Query Modifier and Type Method Description JAXBElement<Query>
ObjectFactory. createQuery(Query value)
-