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