Uses of Class
org.javastro.ivoa.entities.stc.v1.VelocityIntervalType.Builder
Packages that use VelocityIntervalType.Builder
-
Uses of VelocityIntervalType.Builder in org.javastro.ivoa.entities.stc.v1
Subclasses of VelocityIntervalType.Builder in org.javastro.ivoa.entities.stc.v1Modifier and TypeClassDescriptionstatic classstatic classstatic classstatic classMethods in org.javastro.ivoa.entities.stc.v1 that return VelocityIntervalType.BuilderModifier and TypeMethodDescriptionVelocityIntervalType.Builder.copyOf(VelocityIntervalType _other) VelocityIntervalType.Builder.copyOf(VelocityIntervalType.Builder _other) abstract VelocityIntervalType.Builder<Void>VelocityIntervalType.newCopyBuilder()abstract <_B> VelocityIntervalType.Builder<_B>VelocityIntervalType.newCopyBuilder(_B _parentBuilder) abstract <_B> VelocityIntervalType.Builder<_B>VelocityIntervalType.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) abstract VelocityIntervalType.Builder<Void>VelocityIntervalType.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) VelocityIntervalType.Builder.withEpoch(BigDecimal epoch) Sets the new value of "epoch" (any previous value will be replaced)VelocityIntervalType.Builder.withFillFactor(Float fillFactor) Sets the new value of "fillFactor" (any previous value will be replaced)VelocityIntervalType.Builder.withFrameId(Object frameId) Sets the new value of "frameId" (any previous value will be replaced)VelocityIntervalType.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)VelocityIntervalType.Builder.withIDREFType(String idrefType) Sets the new value of "idrefType" (any previous value will be replaced)VelocityIntervalType.Builder.withIDType(String idType) Sets the new value of "idType" (any previous value will be replaced)VelocityIntervalType.Builder.withLoInclude(Boolean loInclude) Sets the new value of "loInclude" (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)Sets the new value of "unit" (any previous value will be replaced)VelocityIntervalType.Builder.withVelTimeUnit(VelTimeUnitType velTimeUnit) Sets the new value of "velTimeUnit" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.stc.v1 with parameters of type VelocityIntervalType.BuilderModifier and TypeMethodDescriptionVelocityIntervalType.Builder.copyOf(VelocityIntervalType.Builder _other) <_B> voidVelocityIntervalType.copyTo(VelocityIntervalType.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidVelocityIntervalType.copyTo(VelocityIntervalType.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.