Class PixelType.Builder<_B>
java.lang.Object
org.javastro.ivoa.entities.stc.v1.PixelType.Builder<_B>
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Enclosing class:
- PixelType
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.kscs.util.jaxb.Buildable
com.kscs.util.jaxb.Buildable.PrimitiveBuildable -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()copyOf(PixelType.Builder _other) end()protected <_P extends PixelType>
_Pinit(_P _product) withPixel(jakarta.xml.bind.JAXBElement<? extends CoordinateType> pixel) Sets the new value of "pixel" (any previous value will be replaced)
-
Field Details
-
_parentBuilder
-
_storedValue
-
-
Constructor Details
-
Builder
-
Builder
-
-
Method Details
-
end
-
init
-
withPixel
public PixelType.Builder<_B> withPixel(jakarta.xml.bind.JAXBElement<? extends CoordinateType> pixel) Sets the new value of "pixel" (any previous value will be replaced)- Parameters:
pixel- New value of the "pixel" property.
-
build
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
-
copyOf
-