Uses of Class
org.javastro.ivoa.entities.stc.v1.TimeIntervalType.Builder
Packages that use TimeIntervalType.Builder
-
Uses of TimeIntervalType.Builder in org.javastro.ivoa.entities.stc.v1
Methods in org.javastro.ivoa.entities.stc.v1 that return TimeIntervalType.BuilderModifier and TypeMethodDescriptionTimeIntervalType.Builder<? extends AstroCoordAreaType.Builder<_B>>AstroCoordAreaType.Builder.addTimeIntervals()Returns a new builder to build an additional value of the "TimeIntervals" property.static TimeIntervalType.Builder<Void>TimeIntervalType.builder()static TimeIntervalType.Builder<Void>TimeIntervalType.copyExcept(CoordIntervalType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static TimeIntervalType.Builder<Void>TimeIntervalType.copyExcept(StcBaseType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static TimeIntervalType.Builder<Void>TimeIntervalType.copyExcept(TimeIntervalType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) TimeIntervalType.Builder.copyOf(TimeIntervalType _other) TimeIntervalType.Builder.copyOf(TimeIntervalType.Builder _other) static <_B> TimeIntervalType.Builder<_B>TimeIntervalType.copyOf(CoordIntervalType _other) static <_B> TimeIntervalType.Builder<_B>TimeIntervalType.copyOf(CoordIntervalType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> TimeIntervalType.Builder<_B>TimeIntervalType.copyOf(StcBaseType _other) static <_B> TimeIntervalType.Builder<_B>TimeIntervalType.copyOf(StcBaseType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) 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(CoordIntervalType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static TimeIntervalType.Builder<Void>TimeIntervalType.copyOnly(StcBaseType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static TimeIntervalType.Builder<Void>TimeIntervalType.copyOnly(TimeIntervalType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) TimeIntervalType.newCopyBuilder()<_B> TimeIntervalType.Builder<_B>TimeIntervalType.newCopyBuilder(_B _parentBuilder) <_B> TimeIntervalType.Builder<_B>TimeIntervalType.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) TimeIntervalType.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) TimeIntervalType.Builder.withFillFactor(Float fillFactor) Sets the new value of "fillFactor" (any previous value will be replaced)TimeIntervalType.Builder.withFrameId(Object frameId) Sets the new value of "frameId" (any previous value will be replaced)TimeIntervalType.Builder.withHiInclude(Boolean hiInclude) Sets the new value of "hiInclude" (any previous value will be replaced)Sets the new value of "href" (any previous value will be replaced)Sets the new value of "id" (any previous value will be replaced)Sets the new value of "idref" (any previous value will be replaced)TimeIntervalType.Builder.withIDREFType(String idrefType) Sets the new value of "idrefType" (any previous value will be replaced)TimeIntervalType.Builder.withIDType(String idType) Sets the new value of "idType" (any previous value will be replaced)TimeIntervalType.Builder.withLoInclude(Boolean loInclude) Sets the new value of "loInclude" (any previous value will be replaced)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)Sets the new value of "type" (any previous value will be replaced)Sets the new value of "ucd" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.stc.v1 that return types with arguments of type TimeIntervalType.BuilderModifier and TypeMethodDescriptionAstronTimeType.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.Methods in org.javastro.ivoa.entities.stc.v1 with parameters of type TimeIntervalType.BuilderModifier and TypeMethodDescriptionTimeIntervalType.Builder.copyOf(TimeIntervalType.Builder _other) <_B> voidTimeIntervalType.copyTo(TimeIntervalType.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidTimeIntervalType.copyTo(TimeIntervalType.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.