Class BaseParam.Builder<_B>
java.lang.Object
org.javastro.ivoa.entities.resource.dataservice.BaseParam.Builder<_B>
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Direct Known Subclasses:
InputParam.Builder,TableParam.Builder
- Enclosing class:
- BaseParam
-
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(BaseParam.Builder _other) end()protected <_P extends BaseParam>
_Pinit(_P _product) withDescription(String description) Sets the new value of "description" (any previous value will be replaced)Sets the new value of "name" (any previous value will be replaced)Sets the new value of "ucd" (any previous value will be replaced)Sets the new value of "unit" (any previous value will be replaced)Sets the new value of "utype" (any previous value will be replaced)
-
Field Details
-
_parentBuilder
-
_storedValue
-
-
Constructor Details
-
Builder
-
Builder
-
-
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.
-
withDescription
Sets the new value of "description" (any previous value will be replaced)- Parameters:
description- New value of the "description" property.
-
withUnit
Sets the new value of "unit" (any previous value will be replaced)- Parameters:
unit- New value of the "unit" property.
-
withUcd
Sets the new value of "ucd" (any previous value will be replaced)- Parameters:
ucd- New value of the "ucd" property.
-
withUtype
Sets the new value of "utype" (any previous value will be replaced)- Parameters:
utype- New value of the "utype" property.
-
build
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
-
copyOf
-