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)Fields in org.javastro.ivoa.entities.stc.v1 with type parameters of type RedshiftFrameTypeModifier and TypeFieldDescriptionstatic final com.kscs.util.jaxb.SinglePropertyInfo<RedshiftFrameType,DopplerDefinitionType> RedshiftFrameType.PropInfo.DOPPLER_DEFINITIONstatic final com.kscs.util.jaxb.SinglePropertyInfo<AstroCoordSystemType,RedshiftFrameType> AstroCoordSystemType.PropInfo.REDSHIFT_FRAMEstatic final com.kscs.util.jaxb.SinglePropertyInfo<RedshiftFrameType,ReferencePositionType> RedshiftFrameType.PropInfo.REFERENCE_POSITIONstatic final com.kscs.util.jaxb.SinglePropertyInfo<RedshiftFrameType,String> RedshiftFrameType.PropInfo.VALUE_TYPEMethods in org.javastro.ivoa.entities.stc.v1 with type parameters of type RedshiftFrameTypeModifier and TypeMethodDescriptionprotected <_P extends RedshiftFrameType>
_PRedshiftFrameType.Builder.init(_P _product) Methods in org.javastro.ivoa.entities.stc.v1 that return RedshiftFrameTypeModifier and TypeMethodDescriptionRedshiftFrameType.Builder.build()RedshiftFrameType.clone()RedshiftFrameType.copyExcept(com.kscs.util.jaxb.PropertyTree _propertyTree) RedshiftFrameType.copyOnly(com.kscs.util.jaxb.PropertyTree _propertyTree) RedshiftFrameType.createCopy()RedshiftFrameType.createCopy(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ObjectFactory.createRedshiftFrameType()Create an instance ofRedshiftFrameTypeAstroCoordSystemType.getRedshiftFrame()Contains the Doppler definitions, including whether the values are velocity or redshift (value_type)RedshiftFrameType.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) 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 TypeMethodDescriptionstatic RedshiftFrameType.Builder<Void>RedshiftFrameType.copyExcept(RedshiftFrameType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) RedshiftFrameType.Builder.copyOf(RedshiftFrameType _other) static <_B> RedshiftFrameType.Builder<_B>RedshiftFrameType.copyOf(RedshiftFrameType _other) static <_B> RedshiftFrameType.Builder<_B>RedshiftFrameType.copyOf(RedshiftFrameType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static RedshiftFrameType.Builder<Void>RedshiftFrameType.copyOnly(RedshiftFrameType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) jakarta.xml.bind.JAXBElement<RedshiftFrameType>ObjectFactory.createRedshiftFrame(RedshiftFrameType value) voidAstroCoordSystemType.Modifier.setRedshiftFrame(RedshiftFrameType redshiftFrame) voidAstroCoordSystemType.setRedshiftFrame(RedshiftFrameType value) Sets the value of the redshiftFrame property.AstroCoordSystemType.Builder.withRedshiftFrame(RedshiftFrameType redshiftFrame) Sets the new value of "redshiftFrame" (any previous value will be replaced)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 constructorBuilder(_B _parentBuilder, RedshiftFrameType _other, boolean _copy) Builder(_B _parentBuilder, RedshiftFrameType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)