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