Uses of Class
org.jembi.sdmxhd.primitives.ConceptScheme

Packages that use ConceptScheme
org.jembi.sdmxhd.dsd   
org.jembi.sdmxhd.parser.dsd   
 

Uses of ConceptScheme in org.jembi.sdmxhd.dsd
 

Methods in org.jembi.sdmxhd.dsd that return types with arguments of type ConceptScheme
 java.util.List<ConceptScheme> DSD.getConceptSchemes()
           
 

Method parameters in org.jembi.sdmxhd.dsd with type arguments of type ConceptScheme
 void DSD.setConceptSchemes(java.util.List<ConceptScheme> conceptSchemes)
           
 

Uses of ConceptScheme in org.jembi.sdmxhd.parser.dsd
 

Methods in org.jembi.sdmxhd.parser.dsd that return types with arguments of type ConceptScheme
 java.util.List<ConceptScheme> ConceptsParser.parse(javax.xml.stream.XMLEventReader eventReader, javax.xml.stream.events.StartElement startElement, java.util.zip.ZipFile zipFile)
          Parses Concepts element in a SDMX-HD DSD into ConceptScheme objects