Uses of Class
org.javastro.ivoa.entities.resource.sia.Query.Builder
Packages that use Query.Builder
-
Uses of Query.Builder in org.javastro.ivoa.entities.resource.sia
Methods in org.javastro.ivoa.entities.resource.sia 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.withExtras(String extras) Sets the new value of "extras" (any previous value will be replaced)Sets the new value of "pos" (any previous value will be replaced)Sets the new value of "size" (any previous value will be replaced)Query.Builder<? extends SimpleImageAccess.Builder<_B>>SimpleImageAccess.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.sia that return types with arguments of type Query.BuilderModifier and TypeMethodDescriptionSkyPos.Builder<? extends Query.Builder<_B>>Query.Builder.withPos()Returns the existing builder or a new builder to build the value of the "pos" property.SkySize.Builder<? extends Query.Builder<_B>>Query.Builder.withSize()Returns the existing builder or a new builder to build the value of the "size" property.Methods in org.javastro.ivoa.entities.resource.sia 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.