Class FitsType.Builder<_B>
java.lang.Object
org.javastro.ivoa.entities.stc.v1.FitsType.Builder<_B>
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Enclosing class:
- FitsType
-
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(FitsType.Builder _other) end()protected <_P extends FitsType>
_Pinit(_P _product) withHduName(String hduName) Sets the new value of "hduName" (any previous value will be replaced)withHduNum(BigInteger hduNum) Sets the new value of "hduNum" (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
-
-
Method Details
-
end
-
init
-
withValue
Sets the new value of "value" (any previous value will be replaced)- Parameters:
value- New value of the "value" property.
-
withHduNum
Sets the new value of "hduNum" (any previous value will be replaced)- Parameters:
hduNum- New value of the "hduNum" property.
-
withHduName
Sets the new value of "hduName" (any previous value will be replaced)- Parameters:
hduName- New value of the "hduName" property.
-
build
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
-
copyOf
-