Uses of Class
org.javastro.ivoa.entities.stc.v1.FitsType
Packages that use FitsType
-
Uses of FitsType in org.javastro.ivoa.entities.stc.v1
Fields in org.javastro.ivoa.entities.stc.v1 declared as FitsTypeModifier and TypeFieldDescriptionprotected final FitsTypeFitsType.Builder._storedValueprotected FitsTypeAstroCoordsFileType.fitsFileFields in org.javastro.ivoa.entities.stc.v1 with type parameters of type FitsTypeModifier and TypeFieldDescriptionstatic final com.kscs.util.jaxb.SinglePropertyInfo<AstroCoordsFileType,FitsType> AstroCoordsFileType.PropInfo.FITS_FILEFitsType.PropInfo.HDU_NAMEstatic final com.kscs.util.jaxb.SinglePropertyInfo<FitsType,BigInteger> FitsType.PropInfo.HDU_NUMFitsType.PropInfo.VALUEMethods in org.javastro.ivoa.entities.stc.v1 with type parameters of type FitsTypeModifier and TypeMethodDescriptionprotected <_P extends FitsType>
_PFitsType.Builder.init(_P _product) Methods in org.javastro.ivoa.entities.stc.v1 that return FitsTypeModifier and TypeMethodDescriptionFitsType.Builder.build()FitsType.clone()FitsType.copyExcept(com.kscs.util.jaxb.PropertyTree _propertyTree) FitsType.copyOnly(com.kscs.util.jaxb.PropertyTree _propertyTree) FitsType.createCopy()FitsType.createCopy(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ObjectFactory.createFitsType()Create an instance ofFitsTypeAstroCoordsFileType.getFITSFile()Gets the value of the fitsFile property.FitsType.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) Methods in org.javastro.ivoa.entities.stc.v1 with parameters of type FitsTypeModifier and TypeMethodDescriptionstatic FitsType.Builder<Void>FitsType.copyExcept(FitsType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static <_B> FitsType.Builder<_B>static <_B> FitsType.Builder<_B>FitsType.copyOf(FitsType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static FitsType.Builder<Void>voidAstroCoordsFileType.Modifier.setFITSFile(FitsType fitsFile) voidAstroCoordsFileType.setFITSFile(FitsType value) Sets the value of the fitsFile property.AstroCoordsFileType.Builder.withFITSFile(FitsType fitsFile) Sets the new value of "fitsFile" (any previous value will be replaced)Constructors in org.javastro.ivoa.entities.stc.v1 with parameters of type FitsTypeModifierConstructorDescriptionAstroCoordsFileType(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, String name, Object frameId, FitsType fitsFile, CoordFITSColumnsType fitsTime, CoordFITSColumnsType fitsPosition, CoordFITSColumnsType fitsVelocity, CoordFITSColumnsType fitsSpectral, CoordFITSColumnsType fitsRedshift) Fully-initialising value constructorBuilder(_B _parentBuilder, FitsType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)