Uses of Class
org.javastro.ivoa.entities.stc.v1.RedshiftFrameType
Packages that use RedshiftFrameType
-
Uses of RedshiftFrameType in org.javastro.ivoa.entities.stc.v1
Fields in org.javastro.ivoa.entities.stc.v1 declared as RedshiftFrameTypeModifier and TypeFieldDescriptionprotected RedshiftFrameTypeAstroCoordSystemType.redshiftFrameContains the Doppler definitions, including whether the values are velocity or redshift (value_type)Methods in org.javastro.ivoa.entities.stc.v1 that return RedshiftFrameTypeModifier and TypeMethodDescriptionObjectFactory.createRedshiftFrameType()Create an instance ofRedshiftFrameTypeAstroCoordSystemType.getRedshiftFrame()Contains the Doppler definitions, including whether the values are velocity or redshift (value_type)RedshiftFrameType.withDopplerDefinition(DopplerDefinitionType value) RedshiftFrameType.withIDREFType(String value) RedshiftFrameType.withIDType(String value) RedshiftFrameType.withReferencePosition(jakarta.xml.bind.JAXBElement<? extends ReferencePositionType> value) RedshiftFrameType.withValueType(String value) Methods in org.javastro.ivoa.entities.stc.v1 that return types with arguments of type RedshiftFrameTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<RedshiftFrameType>ObjectFactory.createRedshiftFrame(RedshiftFrameType value) Methods in org.javastro.ivoa.entities.stc.v1 with parameters of type RedshiftFrameTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<RedshiftFrameType>ObjectFactory.createRedshiftFrame(RedshiftFrameType value) voidAstroCoordSystemType.setRedshiftFrame(RedshiftFrameType value) Sets the value of the redshiftFrame property.AstroCoordSystemType.withRedshiftFrame(RedshiftFrameType value) Constructors in org.javastro.ivoa.entities.stc.v1 with parameters of type RedshiftFrameTypeModifierConstructorDescriptionAstroCoordSystemType(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, List<GenericCoordFrameType> coordFrames, TimeFrameType timeFrame, SpaceFrameType spaceFrame, SpectralFrameType spectralFrame, RedshiftFrameType redshiftFrame) Fully-initialising value constructor