Class CoordFITSColumnsType.Builder<_B>
java.lang.Object
org.javastro.ivoa.entities.stc.v1.CoordFITSColumnsType.Builder<_B>
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Enclosing class:
- CoordFITSColumnsType
public static class CoordFITSColumnsType.Builder<_B>
extends Object
implements com.kscs.util.jaxb.Buildable
-
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
ConstructorsConstructorDescriptionBuilder(_B _parentBuilder, CoordFITSColumnsType _other, boolean _copy) Builder(_B _parentBuilder, CoordFITSColumnsType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) -
Method Summary
Modifier and TypeMethodDescriptionbuild()copyOf(CoordFITSColumnsType _other) copyOf(CoordFITSColumnsType.Builder _other) end()protected <_P extends CoordFITSColumnsType>
_Pinit(_P _product) Sets the new value of "error" (any previous value will be replaced)Sets the new value of "name" (any previous value will be replaced)withPixSize(String pixSize) Sets the new value of "pixSize" (any previous value will be replaced)withResolution(String resolution) Sets the new value of "resolution" (any previous value will be replaced)Sets the new value of "size" (any previous value will be replaced)Sets the new value of "value" (any previous value will be replaced)
-
Field Details
-
_parentBuilder
-
_storedValue
-
-
Constructor Details
-
Builder
-
Builder
public Builder(_B _parentBuilder, CoordFITSColumnsType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
-
Method Details
-
end
-
init
-
withName
Sets the new value of "name" (any previous value will be replaced)- Parameters:
name- New value of the "name" property.
-
withValue
Sets the new value of "value" (any previous value will be replaced)- Parameters:
value- New value of the "value" property.
-
withError
Sets the new value of "error" (any previous value will be replaced)- Parameters:
error- New value of the "error" property.
-
withResolution
Sets the new value of "resolution" (any previous value will be replaced)- Parameters:
resolution- New value of the "resolution" property.
-
withSize
Sets the new value of "size" (any previous value will be replaced)- Parameters:
size- New value of the "size" property.
-
withPixSize
Sets the new value of "pixSize" (any previous value will be replaced)- Parameters:
pixSize- New value of the "pixSize" property.
-
build
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
-
copyOf
-