Uses of Class
org.javastro.ivoa.entities.resource.sia.SimpleImageAccess.Builder
Packages that use SimpleImageAccess.Builder
-
Uses of SimpleImageAccess.Builder in org.javastro.ivoa.entities.resource.sia
Methods in org.javastro.ivoa.entities.resource.sia that return SimpleImageAccess.BuilderModifier and TypeMethodDescriptionSimpleImageAccess.Builder.addInterfaces(Iterable<? extends ServiceInterface> interfaces) Adds the given items to the value of "interfaces"SimpleImageAccess.Builder.addInterfaces(ServiceInterface... interfaces) Adds the given items to the value of "interfaces"SimpleImageAccess.Builder.addValidationLevels(Iterable<? extends Validation> validationLevels) Adds the given items to the value of "validationLevels"SimpleImageAccess.Builder.addValidationLevels(Validation... validationLevels) Adds the given items to the value of "validationLevels"static SimpleImageAccess.Builder<Void>SimpleImageAccess.builder()static SimpleImageAccess.Builder<Void>SimpleImageAccess.copyExcept(Capability _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static SimpleImageAccess.Builder<Void>SimpleImageAccess.copyExcept(SIACapRestriction _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static SimpleImageAccess.Builder<Void>SimpleImageAccess.copyExcept(SimpleImageAccess _other, com.kscs.util.jaxb.PropertyTree _propertyTree) SimpleImageAccess.Builder.copyOf(SimpleImageAccess _other) SimpleImageAccess.Builder.copyOf(SimpleImageAccess.Builder _other) static <_B> SimpleImageAccess.Builder<_B>SimpleImageAccess.copyOf(Capability _other) static <_B> SimpleImageAccess.Builder<_B>SimpleImageAccess.copyOf(Capability _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> SimpleImageAccess.Builder<_B>SimpleImageAccess.copyOf(SIACapRestriction _other) static <_B> SimpleImageAccess.Builder<_B>SimpleImageAccess.copyOf(SIACapRestriction _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> SimpleImageAccess.Builder<_B>SimpleImageAccess.copyOf(SimpleImageAccess _other) static <_B> SimpleImageAccess.Builder<_B>SimpleImageAccess.copyOf(SimpleImageAccess _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static SimpleImageAccess.Builder<Void>SimpleImageAccess.copyOnly(Capability _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static SimpleImageAccess.Builder<Void>SimpleImageAccess.copyOnly(SIACapRestriction _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static SimpleImageAccess.Builder<Void>SimpleImageAccess.copyOnly(SimpleImageAccess _other, com.kscs.util.jaxb.PropertyTree _propertyTree) SimpleImageAccess.newCopyBuilder()<_B> SimpleImageAccess.Builder<_B>SimpleImageAccess.newCopyBuilder(_B _parentBuilder) <_B> SimpleImageAccess.Builder<_B>SimpleImageAccess.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) SimpleImageAccess.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) SimpleImageAccess.Builder.withDescription(String description) Sets the new value of "description" (any previous value will be replaced)SimpleImageAccess.Builder.withImageServiceType(ImageServiceType imageServiceType) Sets the new value of "imageServiceType" (any previous value will be replaced)SimpleImageAccess.Builder.withInterfaces(Iterable<? extends ServiceInterface> interfaces) Sets the new value of "interfaces" (any previous value will be replaced)SimpleImageAccess.Builder.withInterfaces(ServiceInterface... interfaces) Sets the new value of "interfaces" (any previous value will be replaced)SimpleImageAccess.Builder.withMaxFileSize(BigInteger maxFileSize) Sets the new value of "maxFileSize" (any previous value will be replaced)SimpleImageAccess.Builder.withMaxImageExtent(SkySize maxImageExtent) Sets the new value of "maxImageExtent" (any previous value will be replaced)SimpleImageAccess.Builder.withMaxImageSize(BigInteger maxImageSize) Sets the new value of "maxImageSize" (any previous value will be replaced)SimpleImageAccess.Builder.withMaxQueryRegionSize(SkySize maxQueryRegionSize) Sets the new value of "maxQueryRegionSize" (any previous value will be replaced)SimpleImageAccess.Builder.withMaxRecords(BigInteger maxRecords) Sets the new value of "maxRecords" (any previous value will be replaced)SimpleImageAccess.Builder.withStandardID(String standardID) Sets the new value of "standardID" (any previous value will be replaced)SimpleImageAccess.Builder.withTestQuery(Query testQuery) Sets the new value of "testQuery" (any previous value will be replaced)SimpleImageAccess.Builder.withValidationLevels(Iterable<? extends Validation> validationLevels) Sets the new value of "validationLevels" (any previous value will be replaced)SimpleImageAccess.Builder.withValidationLevels(Validation... validationLevels) Sets the new value of "validationLevels" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.resource.sia that return types with arguments of type SimpleImageAccess.BuilderModifier and TypeMethodDescriptionSkySize.Builder<? extends SimpleImageAccess.Builder<_B>>SimpleImageAccess.Builder.withMaxImageExtent()Returns the existing builder or a new builder to build the value of the "maxImageExtent" property.SkySize.Builder<? extends SimpleImageAccess.Builder<_B>>SimpleImageAccess.Builder.withMaxQueryRegionSize()Returns the existing builder or a new builder to build the value of the "maxQueryRegionSize" property.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.Methods in org.javastro.ivoa.entities.resource.sia with parameters of type SimpleImageAccess.BuilderModifier and TypeMethodDescriptionSimpleImageAccess.Builder.copyOf(SimpleImageAccess.Builder _other) <_B> voidSimpleImageAccess.copyTo(SimpleImageAccess.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidSimpleImageAccess.copyTo(SimpleImageAccess.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.