Uses of Class
org.javastro.ivoa.entities.stc.v1.AstronTimeType
Packages that use AstronTimeType
-
Uses of AstronTimeType in org.javastro.ivoa.entities.stc.v1
Fields in org.javastro.ivoa.entities.stc.v1 declared as AstronTimeTypeModifier and TypeFieldDescriptionprotected final AstronTimeTypeAstronTimeType.Builder._storedValueprotected AstronTimeTypeTimeIntervalType.startTimeastronTime may be expressed in ISO8601 or as a double relative to a reference timeprotected AstronTimeTypeTimeIntervalType.stopTimeastronTime may be expressed in ISO8601 or as a double relative to a reference timeprotected AstronTimeTypeOrbitType.tEpoch of M (mean anomaly, if present) or of periapsis (if M is absent)protected AstronTimeTypeTimeCoordinateType.timeInstantFields in org.javastro.ivoa.entities.stc.v1 with type parameters of type AstronTimeTypeModifier and TypeFieldDescriptionstatic final com.kscs.util.jaxb.SinglePropertyInfo<AstronTimeType,Object> AstronTimeType.PropInfo.ABSOLUTE_TIMEstatic 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.SinglePropertyInfo<OrbitType,AstronTimeType> OrbitType.PropInfo.Tstatic final com.kscs.util.jaxb.SinglePropertyInfo<TimeCoordinateType,AstronTimeType> TimeCoordinateType.PropInfo.TIME_INSTANTstatic final com.kscs.util.jaxb.SinglePropertyInfo<AstronTimeType,TimeOffsetType> AstronTimeType.PropInfo.TIME_OFFSETstatic final com.kscs.util.jaxb.SinglePropertyInfo<AstronTimeType,TimeScaleType> AstronTimeType.PropInfo.TIMESCALEMethods in org.javastro.ivoa.entities.stc.v1 with type parameters of type AstronTimeTypeModifier and TypeMethodDescriptionprotected <_P extends AstronTimeType>
_PAstronTimeType.Builder.init(_P _product) Methods in org.javastro.ivoa.entities.stc.v1 that return AstronTimeTypeModifier and TypeMethodDescriptionAstronTimeType.Builder.build()AstronTimeType.clone()AstronTimeType.copyExcept(com.kscs.util.jaxb.PropertyTree _propertyTree) AstronTimeType.copyOnly(com.kscs.util.jaxb.PropertyTree _propertyTree) ObjectFactory.createAstronTimeType()Create an instance ofAstronTimeTypeAstronTimeType.createCopy()AstronTimeType.createCopy(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) TimeIntervalType.getStartTime()astronTime may be expressed in ISO8601 or as a double relative to a reference timeTimeIntervalType.getStopTime()astronTime may be expressed in ISO8601 or as a double relative to a reference timeOrbitType.getT()Epoch of M (mean anomaly, if present) or of periapsis (if M is absent)TimeCoordinateType.getTimeInstant()Gets the value of the timeInstant property.AstronTimeType.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) Methods in org.javastro.ivoa.entities.stc.v1 with parameters of type AstronTimeTypeModifier and TypeMethodDescriptionstatic AstronTimeType.Builder<Void>AstronTimeType.copyExcept(AstronTimeType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) AstronTimeType.Builder.copyOf(AstronTimeType _other) static <_B> AstronTimeType.Builder<_B>AstronTimeType.copyOf(AstronTimeType _other) static <_B> AstronTimeType.Builder<_B>AstronTimeType.copyOf(AstronTimeType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static AstronTimeType.Builder<Void>AstronTimeType.copyOnly(AstronTimeType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) voidTimeIntervalType.Modifier.setStartTime(AstronTimeType startTime) voidTimeIntervalType.setStartTime(AstronTimeType value) Sets the value of the startTime property.voidTimeIntervalType.Modifier.setStopTime(AstronTimeType stopTime) voidTimeIntervalType.setStopTime(AstronTimeType value) Sets the value of the stopTime property.voidOrbitType.Modifier.setT(AstronTimeType t) voidOrbitType.setT(AstronTimeType value) Sets the value of the t property.voidTimeCoordinateType.Modifier.setTimeInstant(AstronTimeType timeInstant) voidTimeCoordinateType.setTimeInstant(AstronTimeType value) Sets the value of the timeInstant property.TimeIntervalType.Builder.withStartTime(AstronTimeType startTime) Sets the new value of "startTime" (any previous value will be replaced)TimeIntervalType.Builder.withStopTime(AstronTimeType stopTime) Sets the new value of "stopTime" (any previous value will be replaced)OrbitType.Builder.withT(AstronTimeType t) Sets the new value of "t" (any previous value will be replaced)TimeCoordinateType.Builder.withTimeInstant(AstronTimeType timeInstant) Sets the new value of "timeInstant" (any previous value will be replaced)Constructors in org.javastro.ivoa.entities.stc.v1 with parameters of type AstronTimeTypeModifierConstructorDescriptionBuilder(_B _parentBuilder, AstronTimeType _other, boolean _copy) Builder(_B _parentBuilder, AstronTimeType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) OrbitType(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, String name, Object frameId, OrbitType.Q q, OrbitType.A a, Double1Type e, OrbitType.I i, OrbitType.Node node, OrbitType.Aop aop, OrbitType.M m, OrbitType.P p, AstronTimeType t) Fully-initialising value constructorTimeCoordinateType(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, String name, Object frameId, AstronTimeType timeInstant, List<Double1Type> errors, List<Double1Type> resolutions, List<Double1Type> sizes, List<Double1Type> pixSizes, Object coordSystemId, String unit) Fully-initialising value constructorTimeIntervalType(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, Boolean loInclude, Boolean hiInclude, Float fillFactor, Object frameId, AstronTimeType startTime, AstronTimeType stopTime) Fully-initialising value constructor