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