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