Uses of Class
org.javastro.ivoa.entities.stc.v1.RegionType.Builder
Packages that use RegionType.Builder
-
Uses of RegionType.Builder in org.javastro.ivoa.entities.stc.v1
Subclasses of RegionType.Builder in org.javastro.ivoa.entities.stc.v1Modifier and TypeClassDescriptionstatic classstatic classBoxType.Builder<_B>static classstatic classstatic classstatic classDiffType.Builder<_B>static classstatic classstatic classstatic classstatic classstatic classstatic classstatic classMethods in org.javastro.ivoa.entities.stc.v1 that return RegionType.BuilderModifier and TypeMethodDescriptionstatic RegionType.Builder<Void>RegionType.builder()static RegionType.Builder<Void>RegionType.copyExcept(CoordIntervalType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static RegionType.Builder<Void>RegionType.copyExcept(RegionType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static RegionType.Builder<Void>RegionType.copyExcept(SpatialIntervalType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static RegionType.Builder<Void>RegionType.copyExcept(StcBaseType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) RegionType.Builder.copyOf(RegionType _other) RegionType.Builder.copyOf(RegionType.Builder _other) static <_B> RegionType.Builder<_B>RegionType.copyOf(CoordIntervalType _other) static <_B> RegionType.Builder<_B>RegionType.copyOf(CoordIntervalType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> RegionType.Builder<_B>RegionType.copyOf(RegionType _other) static <_B> RegionType.Builder<_B>RegionType.copyOf(RegionType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> RegionType.Builder<_B>RegionType.copyOf(SpatialIntervalType _other) static <_B> RegionType.Builder<_B>RegionType.copyOf(SpatialIntervalType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> RegionType.Builder<_B>RegionType.copyOf(StcBaseType _other) static <_B> RegionType.Builder<_B>RegionType.copyOf(StcBaseType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static RegionType.Builder<Void>RegionType.copyOnly(CoordIntervalType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static RegionType.Builder<Void>RegionType.copyOnly(RegionType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static RegionType.Builder<Void>RegionType.copyOnly(SpatialIntervalType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static RegionType.Builder<Void>RegionType.copyOnly(StcBaseType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) RegionType.newCopyBuilder()<_B> RegionType.Builder<_B>RegionType.newCopyBuilder(_B _parentBuilder) <_B> RegionType.Builder<_B>RegionType.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) RegionType.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) RegionType.Builder.withArea(RegionAreaType area) Sets the new value of "area" (any previous value will be replaced)RegionType.Builder.withCoordSystemId(Object coordSystemId) Sets the new value of "coordSystemId" (any previous value will be replaced)RegionType.Builder.withEpoch(BigDecimal epoch) Sets the new value of "epoch" (any previous value will be replaced)RegionType.Builder.withFillFactor(Float fillFactor) Sets the new value of "fillFactor" (any previous value will be replaced)RegionType.Builder.withFrameId(Object frameId) Sets the new value of "frameId" (any previous value will be replaced)RegionType.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)RegionType.Builder.withIDREFType(String idrefType) Sets the new value of "idrefType" (any previous value will be replaced)RegionType.Builder.withIDType(String idType) Sets the new value of "idType" (any previous value will be replaced)RegionType.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 RegionType.BuilderModifier and TypeMethodDescriptionRegionAreaType.Builder<? extends RegionType.Builder<_B>>RegionType.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 RegionType.BuilderModifier and TypeMethodDescriptionRegionType.Builder.copyOf(RegionType.Builder _other) <_B> voidRegionType.copyTo(RegionType.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidRegionType.copyTo(RegionType.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.