@Service public class MetadataflowXmlBeanBuilder extends MaintainableBeanAssembler implements Builder<org.sdmx.resources.sdmxml.schemas.v21.structure.MetadataflowType,MetadataFlowBean>
Constructor and Description |
---|
MetadataflowXmlBeanBuilder() |
Modifier and Type | Method and Description |
---|---|
org.sdmx.resources.sdmxml.schemas.v21.structure.MetadataflowType |
build(MetadataFlowBean buildFrom)
Builds an object of type
|
assembleMaintainable
assembleNameable
assembleIdentifiable
public org.sdmx.resources.sdmxml.schemas.v21.structure.MetadataflowType build(MetadataFlowBean buildFrom) throws SdmxException
Builder
build
in interface Builder<org.sdmx.resources.sdmxml.schemas.v21.structure.MetadataflowType,MetadataFlowBean>
buildFrom
- An Object to build the output object fromSdmxException
- If anything goes wrong during the build process