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