Uses of Class
org.javastro.ivoa.entities.stc.v1.AstronTimeType.Builder
Packages that use AstronTimeType.Builder
-
Uses of AstronTimeType.Builder in org.javastro.ivoa.entities.stc.v1
Methods in org.javastro.ivoa.entities.stc.v1 that return AstronTimeType.BuilderModifier and TypeMethodDescriptionstatic AstronTimeType.Builder<Void>AstronTimeType.builder()static AstronTimeType.Builder<Void>AstronTimeType.copyExcept(AstronTimeType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) AstronTimeType.Builder.copyOf(AstronTimeType _other) AstronTimeType.Builder.copyOf(AstronTimeType.Builder _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) AstronTimeType.newCopyBuilder()<_B> AstronTimeType.Builder<_B>AstronTimeType.newCopyBuilder(_B _parentBuilder) <_B> AstronTimeType.Builder<_B>AstronTimeType.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) AstronTimeType.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) AstronTimeType.Builder.withAbsoluteTime(jakarta.xml.bind.JAXBElement<?> absoluteTime) Sets the new value of "absoluteTime" (any previous value will be replaced)AstronTimeType.Builder<? extends TimeIntervalType.Builder<_B>>TimeIntervalType.Builder.withStartTime()Returns the existing builder or a new builder to build the value of the "startTime" property.AstronTimeType.Builder<? extends TimeIntervalType.Builder<_B>>TimeIntervalType.Builder.withStopTime()Returns the existing builder or a new builder to build the value of the "stopTime" property.AstronTimeType.Builder<? extends OrbitType.Builder<_B>>OrbitType.Builder.withT()Returns the existing builder or a new builder to build the value of the "t" property.AstronTimeType.Builder<? extends TimeCoordinateType.Builder<_B>>TimeCoordinateType.Builder.withTimeInstant()Returns the existing builder or a new builder to build the value of the "timeInstant" property.AstronTimeType.Builder.withTimeOffset(TimeOffsetType timeOffset) Sets the new value of "timeOffset" (any previous value will be replaced)AstronTimeType.Builder.withTimescale(TimeScaleType timescale) Sets the new value of "timescale" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.stc.v1 that return types with arguments of type AstronTimeType.BuilderModifier and TypeMethodDescriptionTimeOffsetType.Builder<? extends AstronTimeType.Builder<_B>>AstronTimeType.Builder.withTimeOffset()Returns the existing builder or a new builder to build the value of the "timeOffset" property.Methods in org.javastro.ivoa.entities.stc.v1 with parameters of type AstronTimeType.BuilderModifier and TypeMethodDescriptionAstronTimeType.Builder.copyOf(AstronTimeType.Builder _other) <_B> voidAstronTimeType.copyTo(AstronTimeType.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidAstronTimeType.copyTo(AstronTimeType.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.