@Service(value="CodelistXmlBeanBuilderV2") public class CodelistXmlBeanBuilder extends AbstractBuilder implements Builder<org.sdmx.resources.sdmxml.schemas.v20.structure.CodeListType,CodelistBean>
Constructor and Description |
---|
CodelistXmlBeanBuilder() |
Modifier and Type | Method and Description |
---|---|
org.sdmx.resources.sdmxml.schemas.v20.structure.CodeListType |
build(CodelistBean buildFrom)
Builds an object of type
|
public org.sdmx.resources.sdmxml.schemas.v20.structure.CodeListType build(CodelistBean buildFrom) throws SdmxException
Builder
build
in interface Builder<org.sdmx.resources.sdmxml.schemas.v20.structure.CodeListType,CodelistBean>
buildFrom
- An Object to build the output object fromSdmxException
- If anything goes wrong during the build process