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