Uses of Class
org.javastro.ivoa.entities.stc.v1.SpectralIntervalType
Packages that use SpectralIntervalType
-
Uses of SpectralIntervalType in org.javastro.ivoa.entities.stc.v1
Fields in org.javastro.ivoa.entities.stc.v1 with type parameters of type SpectralIntervalTypeModifier and TypeFieldDescriptionstatic final com.kscs.util.jaxb.CollectionPropertyInfo<AstroCoordAreaType,SpectralIntervalType> AstroCoordAreaType.PropInfo.SPECTRAL_INTERVALSprotected List<SpectralIntervalType>AstroCoordAreaType.spectralIntervalsstatic final com.kscs.util.jaxb.SinglePropertyInfo<SpectralIntervalType,SpectralUnitType> SpectralIntervalType.PropInfo.UNITMethods in org.javastro.ivoa.entities.stc.v1 with type parameters of type SpectralIntervalTypeModifier and TypeMethodDescriptionprotected <_P extends SpectralIntervalType>
_PSpectralIntervalType.Builder.init(_P _product) Methods in org.javastro.ivoa.entities.stc.v1 that return SpectralIntervalTypeModifier and TypeMethodDescriptionSpectralIntervalType.Builder.build()SpectralIntervalType.clone()SpectralIntervalType.copyExcept(com.kscs.util.jaxb.PropertyTree _propertyTree) SpectralIntervalType.copyOnly(com.kscs.util.jaxb.PropertyTree _propertyTree) SpectralIntervalType.createCopy()SpectralIntervalType.createCopy(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ObjectFactory.createSpectralIntervalType()Create an instance ofSpectralIntervalTypeSpectralIntervalType.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) Methods in org.javastro.ivoa.entities.stc.v1 that return types with arguments of type SpectralIntervalTypeModifier and TypeMethodDescriptionAstroCoordAreaType.getSpectralIntervals()Gets the value of the spectralIntervals property.AstroCoordAreaType.Modifier.getSpectralIntervals()Methods in org.javastro.ivoa.entities.stc.v1 with parameters of type SpectralIntervalTypeModifier and TypeMethodDescriptionAstroCoordAreaType.Builder.addSpectralIntervals(SpectralIntervalType... spectralIntervals) Adds the given items to the value of "spectralIntervals"static SpectralIntervalType.Builder<Void>SpectralIntervalType.copyExcept(SpectralIntervalType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) SpectralIntervalType.Builder.copyOf(SpectralIntervalType _other) static <_B> SpectralIntervalType.Builder<_B>SpectralIntervalType.copyOf(SpectralIntervalType _other) static <_B> SpectralIntervalType.Builder<_B>SpectralIntervalType.copyOf(SpectralIntervalType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static SpectralIntervalType.Builder<Void>SpectralIntervalType.copyOnly(SpectralIntervalType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) AstroCoordAreaType.Builder.withSpectralIntervals(SpectralIntervalType... spectralIntervals) Sets the new value of "spectralIntervals" (any previous value will be replaced)Method parameters in org.javastro.ivoa.entities.stc.v1 with type arguments of type SpectralIntervalTypeModifier and TypeMethodDescriptionAstroCoordAreaType.Builder.addSpectralIntervals(Iterable<? extends SpectralIntervalType> spectralIntervals) Adds the given items to the value of "spectralIntervals"AstroCoordAreaType.Builder.withSpectralIntervals(Iterable<? extends SpectralIntervalType> spectralIntervals) Sets the new value of "spectralIntervals" (any previous value will be replaced)Constructors in org.javastro.ivoa.entities.stc.v1 with parameters of type SpectralIntervalTypeModifierConstructorDescriptionBuilder(_B _parentBuilder, SpectralIntervalType _other, boolean _copy) Builder(_B _parentBuilder, SpectralIntervalType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)