Uses of Class
org.javastro.ivoa.entities.stc.v1.TimeIntervalType
Packages that use TimeIntervalType
-
Uses of TimeIntervalType in org.javastro.ivoa.entities.stc.v1
Fields in org.javastro.ivoa.entities.stc.v1 with type parameters of type TimeIntervalTypeModifier and TypeFieldDescriptionstatic final com.kscs.util.jaxb.SinglePropertyInfo<TimeIntervalType,AstronTimeType> TimeIntervalType.PropInfo.START_TIMEstatic final com.kscs.util.jaxb.SinglePropertyInfo<TimeIntervalType,AstronTimeType> TimeIntervalType.PropInfo.STOP_TIMEstatic final com.kscs.util.jaxb.CollectionPropertyInfo<AstroCoordAreaType,TimeIntervalType> AstroCoordAreaType.PropInfo.TIME_INTERVALSprotected List<TimeIntervalType>AstroCoordAreaType.timeIntervalsMethods in org.javastro.ivoa.entities.stc.v1 with type parameters of type TimeIntervalTypeModifier and TypeMethodDescriptionprotected <_P extends TimeIntervalType>
_PTimeIntervalType.Builder.init(_P _product) Methods in org.javastro.ivoa.entities.stc.v1 that return TimeIntervalTypeModifier and TypeMethodDescriptionTimeIntervalType.Builder.build()TimeIntervalType.clone()TimeIntervalType.copyExcept(com.kscs.util.jaxb.PropertyTree _propertyTree) TimeIntervalType.copyOnly(com.kscs.util.jaxb.PropertyTree _propertyTree) TimeIntervalType.createCopy()TimeIntervalType.createCopy(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ObjectFactory.createTimeIntervalType()Create an instance ofTimeIntervalTypeTimeIntervalType.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) Methods in org.javastro.ivoa.entities.stc.v1 that return types with arguments of type TimeIntervalTypeModifier and TypeMethodDescriptionAstroCoordAreaType.getTimeIntervals()Gets the value of the timeIntervals property.AstroCoordAreaType.Modifier.getTimeIntervals()Methods in org.javastro.ivoa.entities.stc.v1 with parameters of type TimeIntervalTypeModifier and TypeMethodDescriptionAstroCoordAreaType.Builder.addTimeIntervals(TimeIntervalType... timeIntervals) Adds the given items to the value of "timeIntervals"static TimeIntervalType.Builder<Void>TimeIntervalType.copyExcept(TimeIntervalType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) TimeIntervalType.Builder.copyOf(TimeIntervalType _other) static <_B> TimeIntervalType.Builder<_B>TimeIntervalType.copyOf(TimeIntervalType _other) static <_B> TimeIntervalType.Builder<_B>TimeIntervalType.copyOf(TimeIntervalType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static TimeIntervalType.Builder<Void>TimeIntervalType.copyOnly(TimeIntervalType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) AstroCoordAreaType.Builder.withTimeIntervals(TimeIntervalType... timeIntervals) Sets the new value of "timeIntervals" (any previous value will be replaced)Method parameters in org.javastro.ivoa.entities.stc.v1 with type arguments of type TimeIntervalTypeModifier and TypeMethodDescriptionAstroCoordAreaType.Builder.addTimeIntervals(Iterable<? extends TimeIntervalType> timeIntervals) Adds the given items to the value of "timeIntervals"AstroCoordAreaType.Builder.withTimeIntervals(Iterable<? extends TimeIntervalType> timeIntervals) Sets the new value of "timeIntervals" (any previous value will be replaced)Constructors in org.javastro.ivoa.entities.stc.v1 with parameters of type TimeIntervalTypeModifierConstructorDescriptionBuilder(_B _parentBuilder, TimeIntervalType _other, boolean _copy) Builder(_B _parentBuilder, TimeIntervalType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)