Uses of Class
org.javastro.ivoa.entities.stc.v1.STCRegionList.Builder
Packages that use STCRegionList.Builder
-
Uses of STCRegionList.Builder in org.javastro.ivoa.entities.stc.v1
Methods in org.javastro.ivoa.entities.stc.v1 that return STCRegionList.BuilderModifier and TypeMethodDescriptionSTCRegionList.Builder.addRegions(jakarta.xml.bind.JAXBElement<? extends RegionType>... regions) Adds the given items to the value of "regions"STCRegionList.Builder.addRegions(Iterable<? extends jakarta.xml.bind.JAXBElement<? extends RegionType>> regions) Adds the given items to the value of "regions"static STCRegionList.Builder<Void>STCRegionList.builder()static STCRegionList.Builder<Void>STCRegionList.copyExcept(StcBaseType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static STCRegionList.Builder<Void>STCRegionList.copyExcept(StcMetadataType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static STCRegionList.Builder<Void>STCRegionList.copyExcept(STCRegionList _other, com.kscs.util.jaxb.PropertyTree _propertyTree) STCRegionList.Builder.copyOf(STCRegionList _other) STCRegionList.Builder.copyOf(STCRegionList.Builder _other) static <_B> STCRegionList.Builder<_B>STCRegionList.copyOf(StcBaseType _other) static <_B> STCRegionList.Builder<_B>STCRegionList.copyOf(StcBaseType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> STCRegionList.Builder<_B>STCRegionList.copyOf(StcMetadataType _other) static <_B> STCRegionList.Builder<_B>STCRegionList.copyOf(StcMetadataType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> STCRegionList.Builder<_B>STCRegionList.copyOf(STCRegionList _other) static <_B> STCRegionList.Builder<_B>STCRegionList.copyOf(STCRegionList _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static STCRegionList.Builder<Void>STCRegionList.copyOnly(StcBaseType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static STCRegionList.Builder<Void>STCRegionList.copyOnly(StcMetadataType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static STCRegionList.Builder<Void>STCRegionList.copyOnly(STCRegionList _other, com.kscs.util.jaxb.PropertyTree _propertyTree) STCRegionList.newCopyBuilder()<_B> STCRegionList.Builder<_B>STCRegionList.newCopyBuilder(_B _parentBuilder) <_B> STCRegionList.Builder<_B>STCRegionList.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) STCRegionList.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) STCRegionList.Builder.withAstroCoordSystem(AstroCoordSystemType astroCoordSystem) Sets the new value of "astroCoordSystem" (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)STCRegionList.Builder.withIDREFType(String idrefType) Sets the new value of "idrefType" (any previous value will be replaced)STCRegionList.Builder.withIDType(String idType) Sets the new value of "idType" (any previous value will be replaced)STCRegionList.Builder.withRegions(jakarta.xml.bind.JAXBElement<? extends RegionType>... regions) Sets the new value of "regions" (any previous value will be replaced)STCRegionList.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)Methods in org.javastro.ivoa.entities.stc.v1 that return types with arguments of type STCRegionList.BuilderModifier and TypeMethodDescriptionAstroCoordSystemType.Builder<? extends STCRegionList.Builder<_B>>STCRegionList.Builder.withAstroCoordSystem()Returns the existing builder or a new builder to build the value of the "astroCoordSystem" property.Methods in org.javastro.ivoa.entities.stc.v1 with parameters of type STCRegionList.BuilderModifier and TypeMethodDescriptionSTCRegionList.Builder.copyOf(STCRegionList.Builder _other) <_B> voidSTCRegionList.copyTo(STCRegionList.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidSTCRegionList.copyTo(STCRegionList.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.