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 final QueryQuery.Builder._storedValueprotected QueryConeSearch.testQueryA query that will result in at least on matched record that can be used to test the service.Fields in org.javastro.ivoa.entities.resource.cone with type parameters of type QueryModifier and TypeFieldDescriptionQuery.PropInfo.CATALOGQuery.PropInfo.DECQuery.PropInfo.EXTRASQuery.PropInfo.RAQuery.PropInfo.SRstatic final com.kscs.util.jaxb.SinglePropertyInfo<ConeSearch,Query> ConeSearch.PropInfo.TEST_QUERYstatic final com.kscs.util.jaxb.SinglePropertyInfo<Query,BigInteger> Query.PropInfo.VERBMethods in org.javastro.ivoa.entities.resource.cone with type parameters of type QueryMethods in org.javastro.ivoa.entities.resource.cone that return QueryModifier and TypeMethodDescriptionQuery.Builder.build()Query.clone()Query.copyExcept(com.kscs.util.jaxb.PropertyTree _propertyTree) Query.copyOnly(com.kscs.util.jaxb.PropertyTree _propertyTree) Query.createCopy()Query.createCopy(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ObjectFactory.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.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) Methods in org.javastro.ivoa.entities.resource.cone with parameters of type QueryModifier and TypeMethodDescriptionstatic Query.Builder<Void>Query.copyExcept(Query _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static <_B> Query.Builder<_B>static <_B> Query.Builder<_B>Query.copyOf(Query _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static Query.Builder<Void>voidConeSearch.Modifier.setTestQuery(Query testQuery) voidConeSearch.setTestQuery(Query value) Sets the value of the testQuery property.ConeSearch.Builder.withTestQuery(Query testQuery) Sets the new value of "testQuery" (any previous value will be replaced)Constructors in org.javastro.ivoa.entities.resource.cone with parameters of type QueryModifierConstructorDescriptionBuilder(_B _parentBuilder, Query _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ConeSearch(List<Validation> validationLevels, String description, List<ServiceInterface> interfaces, String standardID, float maxSR, int maxRecords, boolean verbosity, Query testQuery) Fully-initialising value constructor