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