Uses of Class
org.javastro.ivoa.entities.stc.v1.PixelCoordsType.Builder
Packages that use PixelCoordsType.Builder
-
Uses of PixelCoordsType.Builder in org.javastro.ivoa.entities.stc.v1
Methods in org.javastro.ivoa.entities.stc.v1 that return PixelCoordsType.BuilderModifier and TypeMethodDescriptionPixelCoordsType.Builder.addGenCoordinates(jakarta.xml.bind.JAXBElement<? extends CoordinateType>... genCoordinates) Adds the given items to the value of "genCoordinates"PixelCoordsType.Builder.addGenCoordinates(Iterable<? extends jakarta.xml.bind.JAXBElement<? extends CoordinateType>> genCoordinates) Adds the given items to the value of "genCoordinates"PixelCoordsType.Builder.addPixels(jakarta.xml.bind.JAXBElement<? extends CoordinateType>... pixels) Adds the given items to the value of "pixels"PixelCoordsType.Builder.addPixels(Iterable<? extends jakarta.xml.bind.JAXBElement<? extends CoordinateType>> pixels) Adds the given items to the value of "pixels"static PixelCoordsType.Builder<Void>PixelCoordsType.builder()static PixelCoordsType.Builder<Void>PixelCoordsType.copyExcept(CoordsType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static PixelCoordsType.Builder<Void>PixelCoordsType.copyExcept(PixelCoordsType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static PixelCoordsType.Builder<Void>PixelCoordsType.copyExcept(StcBaseType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) PixelCoordsType.Builder.copyOf(PixelCoordsType _other) PixelCoordsType.Builder.copyOf(PixelCoordsType.Builder _other) static <_B> PixelCoordsType.Builder<_B>PixelCoordsType.copyOf(CoordsType _other) static <_B> PixelCoordsType.Builder<_B>PixelCoordsType.copyOf(CoordsType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> PixelCoordsType.Builder<_B>PixelCoordsType.copyOf(PixelCoordsType _other) static <_B> PixelCoordsType.Builder<_B>PixelCoordsType.copyOf(PixelCoordsType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> PixelCoordsType.Builder<_B>PixelCoordsType.copyOf(StcBaseType _other) static <_B> PixelCoordsType.Builder<_B>PixelCoordsType.copyOf(StcBaseType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static PixelCoordsType.Builder<Void>PixelCoordsType.copyOnly(CoordsType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static PixelCoordsType.Builder<Void>PixelCoordsType.copyOnly(PixelCoordsType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static PixelCoordsType.Builder<Void>PixelCoordsType.copyOnly(StcBaseType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) PixelCoordsType.newCopyBuilder()<_B> PixelCoordsType.Builder<_B>PixelCoordsType.newCopyBuilder(_B _parentBuilder) <_B> PixelCoordsType.Builder<_B>PixelCoordsType.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) PixelCoordsType.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) PixelCoordsType.Builder.withCoordSystemId(Object coordSystemId) Sets the new value of "coordSystemId" (any previous value will be replaced)PixelCoordsType.Builder.withGenCoordinates(jakarta.xml.bind.JAXBElement<? extends CoordinateType>... genCoordinates) Sets the new value of "genCoordinates" (any previous value will be replaced)PixelCoordsType.Builder.withGenCoordinates(Iterable<? extends jakarta.xml.bind.JAXBElement<? extends CoordinateType>> genCoordinates) Sets the new value of "genCoordinates" (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)PixelCoordsType.Builder.withIDREFType(String idrefType) Sets the new value of "idrefType" (any previous value will be replaced)PixelCoordsType.Builder.withIDType(String idType) Sets the new value of "idType" (any previous value will be replaced)PixelCoordsType.Builder.withPixels(jakarta.xml.bind.JAXBElement<? extends CoordinateType>... pixels) Sets the new value of "pixels" (any previous value will be replaced)PixelCoordsType.Builder.withPixels(Iterable<? extends jakarta.xml.bind.JAXBElement<? extends CoordinateType>> pixels) Sets the new value of "pixels" (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 with parameters of type PixelCoordsType.BuilderModifier and TypeMethodDescriptionPixelCoordsType.Builder.copyOf(PixelCoordsType.Builder _other) <_B> voidPixelCoordsType.copyTo(PixelCoordsType.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidPixelCoordsType.copyTo(PixelCoordsType.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.