Uses of Class
org.javastro.ivoa.entities.stc.v1.RedshiftIntervalType
Packages that use RedshiftIntervalType
-
Uses of RedshiftIntervalType in org.javastro.ivoa.entities.stc.v1
Fields in org.javastro.ivoa.entities.stc.v1 with type parameters of type RedshiftIntervalTypeModifier and TypeFieldDescriptionstatic final com.kscs.util.jaxb.CollectionPropertyInfo<AstroCoordAreaType,RedshiftIntervalType> AstroCoordAreaType.PropInfo.REDSHIFT_INTERVALSprotected List<RedshiftIntervalType>AstroCoordAreaType.redshiftIntervalsstatic final com.kscs.util.jaxb.SinglePropertyInfo<RedshiftIntervalType,String> RedshiftIntervalType.PropInfo.UNITstatic final com.kscs.util.jaxb.SinglePropertyInfo<RedshiftIntervalType,VelTimeUnitType> RedshiftIntervalType.PropInfo.VEL_TIME_UNITMethods in org.javastro.ivoa.entities.stc.v1 with type parameters of type RedshiftIntervalTypeModifier and TypeMethodDescriptionprotected <_P extends RedshiftIntervalType>
_PRedshiftIntervalType.Builder.init(_P _product) Methods in org.javastro.ivoa.entities.stc.v1 that return RedshiftIntervalTypeModifier and TypeMethodDescriptionRedshiftIntervalType.Builder.build()RedshiftIntervalType.clone()RedshiftIntervalType.copyExcept(com.kscs.util.jaxb.PropertyTree _propertyTree) RedshiftIntervalType.copyOnly(com.kscs.util.jaxb.PropertyTree _propertyTree) RedshiftIntervalType.createCopy()RedshiftIntervalType.createCopy(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ObjectFactory.createRedshiftIntervalType()Create an instance ofRedshiftIntervalTypeRedshiftIntervalType.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) Methods in org.javastro.ivoa.entities.stc.v1 that return types with arguments of type RedshiftIntervalTypeModifier and TypeMethodDescriptionAstroCoordAreaType.getRedshiftIntervals()Gets the value of the redshiftIntervals property.AstroCoordAreaType.Modifier.getRedshiftIntervals()Methods in org.javastro.ivoa.entities.stc.v1 with parameters of type RedshiftIntervalTypeModifier and TypeMethodDescriptionAstroCoordAreaType.Builder.addRedshiftIntervals(RedshiftIntervalType... redshiftIntervals) Adds the given items to the value of "redshiftIntervals"static RedshiftIntervalType.Builder<Void>RedshiftIntervalType.copyExcept(RedshiftIntervalType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) RedshiftIntervalType.Builder.copyOf(RedshiftIntervalType _other) static <_B> RedshiftIntervalType.Builder<_B>RedshiftIntervalType.copyOf(RedshiftIntervalType _other) static <_B> RedshiftIntervalType.Builder<_B>RedshiftIntervalType.copyOf(RedshiftIntervalType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static RedshiftIntervalType.Builder<Void>RedshiftIntervalType.copyOnly(RedshiftIntervalType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) AstroCoordAreaType.Builder.withRedshiftIntervals(RedshiftIntervalType... redshiftIntervals) Sets the new value of "redshiftIntervals" (any previous value will be replaced)Method parameters in org.javastro.ivoa.entities.stc.v1 with type arguments of type RedshiftIntervalTypeModifier and TypeMethodDescriptionAstroCoordAreaType.Builder.addRedshiftIntervals(Iterable<? extends RedshiftIntervalType> redshiftIntervals) Adds the given items to the value of "redshiftIntervals"AstroCoordAreaType.Builder.withRedshiftIntervals(Iterable<? extends RedshiftIntervalType> redshiftIntervals) Sets the new value of "redshiftIntervals" (any previous value will be replaced)Constructors in org.javastro.ivoa.entities.stc.v1 with parameters of type RedshiftIntervalTypeModifierConstructorDescriptionBuilder(_B _parentBuilder, RedshiftIntervalType _other, boolean _copy) Builder(_B _parentBuilder, RedshiftIntervalType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)