Uses of Class
org.javastro.ivoa.entities.resource.ssap.SimpleSpectralAccess.Builder
Packages that use SimpleSpectralAccess.Builder
-
Uses of SimpleSpectralAccess.Builder in org.javastro.ivoa.entities.resource.ssap
Methods in org.javastro.ivoa.entities.resource.ssap that return SimpleSpectralAccess.BuilderModifier and TypeMethodDescriptionSimpleSpectralAccess.Builder.addCreationTypes(Iterable<? extends CreationType> creationTypes) Adds the given items to the value of "creationTypes"SimpleSpectralAccess.Builder.addCreationTypes(CreationType... creationTypes) Adds the given items to the value of "creationTypes"SimpleSpectralAccess.Builder.addDataSources(Iterable<? extends DataSource> dataSources) Adds the given items to the value of "dataSources"SimpleSpectralAccess.Builder.addDataSources(DataSource... dataSources) Adds the given items to the value of "dataSources"SimpleSpectralAccess.Builder.addInterfaces(Iterable<? extends ServiceInterface> interfaces) Adds the given items to the value of "interfaces"SimpleSpectralAccess.Builder.addInterfaces(ServiceInterface... interfaces) Adds the given items to the value of "interfaces"SimpleSpectralAccess.Builder.addSupportedFrames(Iterable<? extends SupportedFrame> supportedFrames) Adds the given items to the value of "supportedFrames"SimpleSpectralAccess.Builder.addSupportedFrames(SupportedFrame... supportedFrames) Adds the given items to the value of "supportedFrames"SimpleSpectralAccess.Builder.addValidationLevels(Iterable<? extends Validation> validationLevels) Adds the given items to the value of "validationLevels"SimpleSpectralAccess.Builder.addValidationLevels(Validation... validationLevels) Adds the given items to the value of "validationLevels"static SimpleSpectralAccess.Builder<Void>SimpleSpectralAccess.builder()static SimpleSpectralAccess.Builder<Void>SimpleSpectralAccess.copyExcept(Capability _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static SimpleSpectralAccess.Builder<Void>SimpleSpectralAccess.copyExcept(SimpleSpectralAccess _other, com.kscs.util.jaxb.PropertyTree _propertyTree) SimpleSpectralAccess.Builder.copyOf(SimpleSpectralAccess _other) SimpleSpectralAccess.Builder.copyOf(SimpleSpectralAccess.Builder _other) static <_B> SimpleSpectralAccess.Builder<_B>SimpleSpectralAccess.copyOf(Capability _other) static <_B> SimpleSpectralAccess.Builder<_B>SimpleSpectralAccess.copyOf(Capability _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> SimpleSpectralAccess.Builder<_B>SimpleSpectralAccess.copyOf(SimpleSpectralAccess _other) static <_B> SimpleSpectralAccess.Builder<_B>SimpleSpectralAccess.copyOf(SimpleSpectralAccess _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static SimpleSpectralAccess.Builder<Void>SimpleSpectralAccess.copyOnly(Capability _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static SimpleSpectralAccess.Builder<Void>SimpleSpectralAccess.copyOnly(SimpleSpectralAccess _other, com.kscs.util.jaxb.PropertyTree _propertyTree) SimpleSpectralAccess.newCopyBuilder()<_B> SimpleSpectralAccess.Builder<_B>SimpleSpectralAccess.newCopyBuilder(_B _parentBuilder) <_B> SimpleSpectralAccess.Builder<_B>SimpleSpectralAccess.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) SimpleSpectralAccess.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) SimpleSpectralAccess.Builder.withComplianceLevel(ComplianceLevel complianceLevel) Sets the new value of "complianceLevel" (any previous value will be replaced)SimpleSpectralAccess.Builder.withCreationTypes(Iterable<? extends CreationType> creationTypes) Sets the new value of "creationTypes" (any previous value will be replaced)SimpleSpectralAccess.Builder.withCreationTypes(CreationType... creationTypes) Sets the new value of "creationTypes" (any previous value will be replaced)SimpleSpectralAccess.Builder.withDataSources(Iterable<? extends DataSource> dataSources) Sets the new value of "dataSources" (any previous value will be replaced)SimpleSpectralAccess.Builder.withDataSources(DataSource... dataSources) Sets the new value of "dataSources" (any previous value will be replaced)SimpleSpectralAccess.Builder.withDefaultMaxRecords(BigInteger defaultMaxRecords) Sets the new value of "defaultMaxRecords" (any previous value will be replaced)SimpleSpectralAccess.Builder.withDescription(String description) Sets the new value of "description" (any previous value will be replaced)SimpleSpectralAccess.Builder.withInterfaces(Iterable<? extends ServiceInterface> interfaces) Sets the new value of "interfaces" (any previous value will be replaced)SimpleSpectralAccess.Builder.withInterfaces(ServiceInterface... interfaces) Sets the new value of "interfaces" (any previous value will be replaced)SimpleSpectralAccess.Builder.withMaxAperture(Double maxAperture) Sets the new value of "maxAperture" (any previous value will be replaced)SimpleSpectralAccess.Builder.withMaxFileSize(BigInteger maxFileSize) Sets the new value of "maxFileSize" (any previous value will be replaced)SimpleSpectralAccess.Builder.withMaxRecords(BigInteger maxRecords) Sets the new value of "maxRecords" (any previous value will be replaced)SimpleSpectralAccess.Builder.withMaxSearchRadius(Double maxSearchRadius) Sets the new value of "maxSearchRadius" (any previous value will be replaced)SimpleSpectralAccess.Builder.withStandardID(String standardID) Sets the new value of "standardID" (any previous value will be replaced)SimpleSpectralAccess.Builder.withSupportedFrames(Iterable<? extends SupportedFrame> supportedFrames) Sets the new value of "supportedFrames" (any previous value will be replaced)SimpleSpectralAccess.Builder.withSupportedFrames(SupportedFrame... supportedFrames) Sets the new value of "supportedFrames" (any previous value will be replaced)SimpleSpectralAccess.Builder.withTestQuery(Query testQuery) Sets the new value of "testQuery" (any previous value will be replaced)SimpleSpectralAccess.Builder.withValidationLevels(Iterable<? extends Validation> validationLevels) Sets the new value of "validationLevels" (any previous value will be replaced)SimpleSpectralAccess.Builder.withValidationLevels(Validation... validationLevels) Sets the new value of "validationLevels" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.resource.ssap that return types with arguments of type SimpleSpectralAccess.BuilderModifier and TypeMethodDescriptionQuery.Builder<? extends SimpleSpectralAccess.Builder<_B>>SimpleSpectralAccess.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.ssap with parameters of type SimpleSpectralAccess.BuilderModifier and TypeMethodDescriptionSimpleSpectralAccess.Builder.copyOf(SimpleSpectralAccess.Builder _other) <_B> voidSimpleSpectralAccess.copyTo(SimpleSpectralAccess.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidSimpleSpectralAccess.copyTo(SimpleSpectralAccess.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.