Uses of Class
org.javastro.ivoa.entities.stc.v1.STCCoordinateList.Builder
Packages that use STCCoordinateList.Builder
-
Uses of STCCoordinateList.Builder in org.javastro.ivoa.entities.stc.v1
Methods in org.javastro.ivoa.entities.stc.v1 that return STCCoordinateList.BuilderModifier and TypeMethodDescriptionSTCCoordinateList.Builder.addAstroCoords(Iterable<? extends AstroCoordsType> astroCoords) Adds the given items to the value of "astroCoords"STCCoordinateList.Builder.addAstroCoords(AstroCoordsType... astroCoords) Adds the given items to the value of "astroCoords"static STCCoordinateList.Builder<Void>STCCoordinateList.builder()static STCCoordinateList.Builder<Void>STCCoordinateList.copyExcept(StcBaseType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static STCCoordinateList.Builder<Void>STCCoordinateList.copyExcept(STCCoordinateList _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static STCCoordinateList.Builder<Void>STCCoordinateList.copyExcept(StcMetadataType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) STCCoordinateList.Builder.copyOf(STCCoordinateList _other) STCCoordinateList.Builder.copyOf(STCCoordinateList.Builder _other) static <_B> STCCoordinateList.Builder<_B>STCCoordinateList.copyOf(StcBaseType _other) static <_B> STCCoordinateList.Builder<_B>STCCoordinateList.copyOf(StcBaseType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> STCCoordinateList.Builder<_B>STCCoordinateList.copyOf(STCCoordinateList _other) static <_B> STCCoordinateList.Builder<_B>STCCoordinateList.copyOf(STCCoordinateList _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> STCCoordinateList.Builder<_B>STCCoordinateList.copyOf(StcMetadataType _other) static <_B> STCCoordinateList.Builder<_B>STCCoordinateList.copyOf(StcMetadataType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static STCCoordinateList.Builder<Void>STCCoordinateList.copyOnly(StcBaseType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static STCCoordinateList.Builder<Void>STCCoordinateList.copyOnly(STCCoordinateList _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static STCCoordinateList.Builder<Void>STCCoordinateList.copyOnly(StcMetadataType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) STCCoordinateList.newCopyBuilder()<_B> STCCoordinateList.Builder<_B>STCCoordinateList.newCopyBuilder(_B _parentBuilder) <_B> STCCoordinateList.Builder<_B>STCCoordinateList.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) STCCoordinateList.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) STCCoordinateList.Builder.withAstroCoords(Iterable<? extends AstroCoordsType> astroCoords) Sets the new value of "astroCoords" (any previous value will be replaced)STCCoordinateList.Builder.withAstroCoords(AstroCoordsType... astroCoords) Sets the new value of "astroCoords" (any previous value will be replaced)STCCoordinateList.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)STCCoordinateList.Builder.withIDREFType(String idrefType) Sets the new value of "idrefType" (any previous value will be replaced)STCCoordinateList.Builder.withIDType(String idType) Sets the new value of "idType" (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 STCCoordinateList.BuilderModifier and TypeMethodDescriptionAstroCoordsType.Builder<? extends STCCoordinateList.Builder<_B>>STCCoordinateList.Builder.addAstroCoords()Returns a new builder to build an additional value of the "AstroCoords" property.AstroCoordSystemType.Builder<? extends STCCoordinateList.Builder<_B>>STCCoordinateList.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 STCCoordinateList.BuilderModifier and TypeMethodDescriptionSTCCoordinateList.Builder.copyOf(STCCoordinateList.Builder _other) <_B> voidSTCCoordinateList.copyTo(STCCoordinateList.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidSTCCoordinateList.copyTo(STCCoordinateList.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.