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