Uses of Class
org.javastro.ivoa.entities.resource.cone.Query
Packages that use Query
-
Uses of Query in org.javastro.ivoa.entities.resource.cone
Fields in org.javastro.ivoa.entities.resource.cone declared as QueryModifier and TypeFieldDescriptionprotected QueryConeSearch.testQueryA query that will result in at least on matched record that can be used to test the service.Methods in org.javastro.ivoa.entities.resource.cone that return QueryModifier and TypeMethodDescriptionObjectFactory.createQuery()Create an instance ofQueryConeSearch.getTestQuery()A query that will result in at least on matched record that can be used to test the service.Query.withCatalog(String value) Query.withDec(double value) Query.withExtras(String value) Query.withRa(double value) Query.withSr(double value) Query.withVerb(BigInteger value) Methods in org.javastro.ivoa.entities.resource.cone with parameters of type QueryModifier and TypeMethodDescriptionvoidConeSearch.setTestQuery(Query value) Sets the value of the testQuery property.ConeSearch.withTestQuery(Query value) Constructors in org.javastro.ivoa.entities.resource.cone with parameters of type QueryModifierConstructorDescriptionConeSearch(List<Validation> validationLevels, String description, List<ServiceInterface> interfaces, String standardID, float maxSR, int maxRecords, boolean verbosity, Query testQuery) Fully-initialising value constructor