Uses of Class
org.jembi.sdmxhd.dsd.OrganisationScheme

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

Uses of OrganisationScheme in org.jembi.sdmxhd.dsd
 

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

Method parameters in org.jembi.sdmxhd.dsd with type arguments of type OrganisationScheme
 void DSD.setOrganisationSchemes(java.util.List<OrganisationScheme> organisationSchemes)
           
 

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

Methods in org.jembi.sdmxhd.parser.dsd that return types with arguments of type OrganisationScheme
 java.util.List<OrganisationScheme> OrganisationSchemesParser.parse(javax.xml.stream.XMLEventReader eventReader, javax.xml.stream.events.StartElement startElement, java.util.zip.ZipFile zipFile)