public class DataStructureBean extends Object
| Constructor and Description |
|---|
DataStructureBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAssociatedCodelist(String columnId,
org.sdmxsource.sdmx.api.model.beans.codelist.CodelistBean codelist) |
Set<org.sdmxsource.sdmx.api.model.beans.codelist.CodelistBean> |
getAllCodelists() |
Map<String,org.sdmxsource.sdmx.api.model.beans.codelist.CodelistBean> |
getAssociatedCodelists() |
org.sdmxsource.sdmx.api.model.mutable.conceptscheme.ConceptSchemeMutableBean |
getConcepts() |
org.sdmxsource.sdmx.api.model.mutable.datastructure.DataflowMutableBean |
getDataFlow() |
org.sdmxsource.sdmx.api.model.mutable.datastructure.DataStructureMutableBean |
getDsd() |
void |
setConcepts(org.sdmxsource.sdmx.api.model.mutable.conceptscheme.ConceptSchemeMutableBean concepts) |
void |
setDataFlow(org.sdmxsource.sdmx.api.model.mutable.datastructure.DataflowMutableBean dataFlow) |
void |
setDsd(org.sdmxsource.sdmx.api.model.mutable.datastructure.DataStructureMutableBean dsd) |
public org.sdmxsource.sdmx.api.model.mutable.datastructure.DataStructureMutableBean getDsd()
public void setDsd(org.sdmxsource.sdmx.api.model.mutable.datastructure.DataStructureMutableBean dsd)
public org.sdmxsource.sdmx.api.model.mutable.conceptscheme.ConceptSchemeMutableBean getConcepts()
public void setConcepts(org.sdmxsource.sdmx.api.model.mutable.conceptscheme.ConceptSchemeMutableBean concepts)
public org.sdmxsource.sdmx.api.model.mutable.datastructure.DataflowMutableBean getDataFlow()
public void setDataFlow(org.sdmxsource.sdmx.api.model.mutable.datastructure.DataflowMutableBean dataFlow)
public Map<String,org.sdmxsource.sdmx.api.model.beans.codelist.CodelistBean> getAssociatedCodelists()
public void addAssociatedCodelist(String columnId, org.sdmxsource.sdmx.api.model.beans.codelist.CodelistBean codelist)
public Set<org.sdmxsource.sdmx.api.model.beans.codelist.CodelistBean> getAllCodelists()
Copyright © 2017. All Rights Reserved.