Uses of Class
org.javastro.ivoa.entities.resource.cone.Query.Builder
Packages that use Query.Builder
-
Uses of Query.Builder in org.javastro.ivoa.entities.resource.cone
Methods in org.javastro.ivoa.entities.resource.cone that return Query.BuilderModifier and TypeMethodDescriptionstatic Query.Builder<Void>Query.builder()static Query.Builder<Void>Query.copyExcept(Query _other, com.kscs.util.jaxb.PropertyTree _propertyTree) Query.Builder.copyOf(Query.Builder _other) 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>Query.newCopyBuilder()<_B> Query.Builder<_B>Query.newCopyBuilder(_B _parentBuilder) <_B> Query.Builder<_B>Query.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Query.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Query.Builder.withCatalog(String catalog) Sets the new value of "catalog" (any previous value will be replaced)Query.Builder.withDec(double dec) Sets the new value of "dec" (any previous value will be replaced)Query.Builder.withExtras(String extras) Sets the new value of "extras" (any previous value will be replaced)Query.Builder.withRa(double ra) Sets the new value of "ra" (any previous value will be replaced)Query.Builder.withSr(double sr) Sets the new value of "sr" (any previous value will be replaced)Query.Builder<? extends ConeSearch.Builder<_B>>ConeSearch.Builder.withTestQuery()Returns the existing builder or a new builder to build the value of the "testQuery" property.Query.Builder.withVerb(BigInteger verb) Sets the new value of "verb" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.resource.cone with parameters of type Query.BuilderModifier and TypeMethodDescriptionQuery.Builder.copyOf(Query.Builder _other) <_B> voidQuery.copyTo(Query.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidQuery.copyTo(Query.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.