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