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