Uses of Class
org.javastro.ivoa.entities.stc.v1.UnionType.Builder
Packages that use UnionType.Builder
-
Uses of UnionType.Builder in org.javastro.ivoa.entities.stc.v1
Methods in org.javastro.ivoa.entities.stc.v1 that return UnionType.BuilderModifier and TypeMethodDescriptionUnionType.Builder.addRegions(jakarta.xml.bind.JAXBElement<? extends RegionType>... regions) Adds the given items to the value of "regions"UnionType.Builder.addRegions(Iterable<? extends jakarta.xml.bind.JAXBElement<? extends RegionType>> regions) Adds the given items to the value of "regions"static UnionType.Builder<Void>UnionType.builder()static UnionType.Builder<Void>UnionType.copyExcept(CoordIntervalType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static UnionType.Builder<Void>UnionType.copyExcept(RegionType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static UnionType.Builder<Void>UnionType.copyExcept(SpatialIntervalType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static UnionType.Builder<Void>UnionType.copyExcept(StcBaseType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static UnionType.Builder<Void>UnionType.copyExcept(UnionType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) UnionType.Builder.copyOf(UnionType.Builder _other) static <_B> UnionType.Builder<_B>UnionType.copyOf(CoordIntervalType _other) static <_B> UnionType.Builder<_B>UnionType.copyOf(CoordIntervalType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> UnionType.Builder<_B>UnionType.copyOf(RegionType _other) static <_B> UnionType.Builder<_B>UnionType.copyOf(RegionType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> UnionType.Builder<_B>UnionType.copyOf(SpatialIntervalType _other) static <_B> UnionType.Builder<_B>UnionType.copyOf(SpatialIntervalType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> UnionType.Builder<_B>UnionType.copyOf(StcBaseType _other) static <_B> UnionType.Builder<_B>UnionType.copyOf(StcBaseType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> UnionType.Builder<_B>static <_B> UnionType.Builder<_B>UnionType.copyOf(UnionType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static UnionType.Builder<Void>UnionType.copyOnly(CoordIntervalType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static UnionType.Builder<Void>UnionType.copyOnly(RegionType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static UnionType.Builder<Void>UnionType.copyOnly(SpatialIntervalType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static UnionType.Builder<Void>UnionType.copyOnly(StcBaseType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static UnionType.Builder<Void>UnionType.newCopyBuilder()<_B> UnionType.Builder<_B>UnionType.newCopyBuilder(_B _parentBuilder) <_B> UnionType.Builder<_B>UnionType.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) UnionType.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) UnionType.Builder.withArea(RegionAreaType area) Sets the new value of "area" (any previous value will be replaced)UnionType.Builder.withCoordSystemId(Object coordSystemId) Sets the new value of "coordSystemId" (any previous value will be replaced)UnionType.Builder.withEpoch(BigDecimal epoch) Sets the new value of "epoch" (any previous value will be replaced)UnionType.Builder.withFillFactor(Float fillFactor) Sets the new value of "fillFactor" (any previous value will be replaced)UnionType.Builder.withFrameId(Object frameId) Sets the new value of "frameId" (any previous value will be replaced)UnionType.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)UnionType.Builder.withIDREFType(String idrefType) Sets the new value of "idrefType" (any previous value will be replaced)UnionType.Builder.withIDType(String idType) Sets the new value of "idType" (any previous value will be replaced)UnionType.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)UnionType.Builder.withRegions(jakarta.xml.bind.JAXBElement<? extends RegionType>... regions) Sets the new value of "regions" (any previous value will be replaced)UnionType.Builder.withRegions(Iterable<? extends jakarta.xml.bind.JAXBElement<? extends RegionType>> regions) Sets the new value of "regions" (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 UnionType.BuilderModifier and TypeMethodDescriptionRegionAreaType.Builder<? extends UnionType.Builder<_B>>UnionType.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 UnionType.BuilderModifier and TypeMethodDescriptionUnionType.Builder.copyOf(UnionType.Builder _other) <_B> voidUnionType.copyTo(UnionType.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidUnionType.copyTo(UnionType.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.