Uses of Class
org.javastro.ivoa.entities.stc.v1.STCRegion.Builder
Packages that use STCRegion.Builder
-
Uses of STCRegion.Builder in org.javastro.ivoa.entities.stc.v1
Methods in org.javastro.ivoa.entities.stc.v1 that return STCRegion.BuilderModifier and TypeMethodDescriptionstatic STCRegion.Builder<Void>STCRegion.builder()static STCRegion.Builder<Void>STCRegion.copyExcept(StcBaseType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static STCRegion.Builder<Void>STCRegion.copyExcept(StcMetadataType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static STCRegion.Builder<Void>STCRegion.copyExcept(STCRegion _other, com.kscs.util.jaxb.PropertyTree _propertyTree) STCRegion.Builder.copyOf(STCRegion.Builder _other) static <_B> STCRegion.Builder<_B>STCRegion.copyOf(StcBaseType _other) static <_B> STCRegion.Builder<_B>STCRegion.copyOf(StcBaseType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> STCRegion.Builder<_B>STCRegion.copyOf(StcMetadataType _other) static <_B> STCRegion.Builder<_B>STCRegion.copyOf(StcMetadataType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> STCRegion.Builder<_B>static <_B> STCRegion.Builder<_B>STCRegion.copyOf(STCRegion _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static STCRegion.Builder<Void>STCRegion.copyOnly(StcBaseType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static STCRegion.Builder<Void>STCRegion.copyOnly(StcMetadataType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static STCRegion.Builder<Void>STCRegion.newCopyBuilder()<_B> STCRegion.Builder<_B>STCRegion.newCopyBuilder(_B _parentBuilder) <_B> STCRegion.Builder<_B>STCRegion.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) STCRegion.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) STCRegion.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)STCRegion.Builder.withIDREFType(String idrefType) Sets the new value of "idrefType" (any previous value will be replaced)STCRegion.Builder.withIDType(String idType) Sets the new value of "idType" (any previous value will be replaced)STCRegion.Builder.withRegion(jakarta.xml.bind.JAXBElement<? extends RegionType> region) Sets the new value of "region" (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 STCRegion.BuilderModifier and TypeMethodDescriptionAstroCoordSystemType.Builder<? extends STCRegion.Builder<_B>>STCRegion.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 STCRegion.BuilderModifier and TypeMethodDescriptionSTCRegion.Builder.copyOf(STCRegion.Builder _other) <_B> voidSTCRegion.copyTo(STCRegion.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidSTCRegion.copyTo(STCRegion.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.