Uses of Class
org.javastro.ivoa.entities.stc.v1.SkyIndexType.Builder
Packages that use SkyIndexType.Builder
-
Uses of SkyIndexType.Builder in org.javastro.ivoa.entities.stc.v1
Methods in org.javastro.ivoa.entities.stc.v1 that return SkyIndexType.BuilderModifier and TypeMethodDescriptionSkyIndexType.Builder.copyOf(SkyIndexType _other) SkyIndexType.Builder.copyOf(SkyIndexType.Builder _other) abstract SkyIndexType.Builder<Void>SkyIndexType.newCopyBuilder()abstract <_B> SkyIndexType.Builder<_B>SkyIndexType.newCopyBuilder(_B _parentBuilder) abstract <_B> SkyIndexType.Builder<_B>SkyIndexType.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) abstract SkyIndexType.Builder<Void>SkyIndexType.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) SkyIndexType.Builder.withArea(RegionAreaType area) Sets the new value of "area" (any previous value will be replaced)SkyIndexType.Builder.withCoordSystemId(Object coordSystemId) Sets the new value of "coordSystemId" (any previous value will be replaced)SkyIndexType.Builder.withEpoch(BigDecimal epoch) Sets the new value of "epoch" (any previous value will be replaced)SkyIndexType.Builder.withFillFactor(Float fillFactor) Sets the new value of "fillFactor" (any previous value will be replaced)SkyIndexType.Builder.withFrameId(Object frameId) Sets the new value of "frameId" (any previous value will be replaced)SkyIndexType.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)SkyIndexType.Builder.withIDREFType(String idrefType) Sets the new value of "idrefType" (any previous value will be replaced)SkyIndexType.Builder.withIDType(String idType) Sets the new value of "idType" (any previous value will be replaced)SkyIndexType.Builder.withLoInclude(Boolean loInclude) Sets the new value of "loInclude" (any previous value will be replaced)Sets the new value of "note" (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)Methods in org.javastro.ivoa.entities.stc.v1 that return types with arguments of type SkyIndexType.BuilderModifier and TypeMethodDescriptionRegionAreaType.Builder<? extends SkyIndexType.Builder<_B>>SkyIndexType.Builder.withArea()Returns the existing builder or a new builder to build the value of the "area" property.Methods in org.javastro.ivoa.entities.stc.v1 with parameters of type SkyIndexType.BuilderModifier and TypeMethodDescriptionSkyIndexType.Builder.copyOf(SkyIndexType.Builder _other) <_B> voidSkyIndexType.copyTo(SkyIndexType.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidSkyIndexType.copyTo(SkyIndexType.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.