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

Packages that use LocalizedString
org.jembi.sdmxhd.dsd   
org.jembi.sdmxhd.header   
org.jembi.sdmxhd.primitives   
 

Uses of LocalizedString in org.jembi.sdmxhd.dsd
 

Methods in org.jembi.sdmxhd.dsd that return LocalizedString
 LocalizedString KeyFamily.getDescription()
           
 LocalizedString Organisation.getDescription()
           
 LocalizedString Hierarchy.getDescription()
           
 LocalizedString HierarchicalCodelist.getDescription()
           
 LocalizedString OrganisationScheme.getDescription()
           
 LocalizedString KeyFamily.getName()
           
 LocalizedString Organisation.getName()
           
 LocalizedString Hierarchy.getName()
           
 LocalizedString HierarchicalCodelist.getName()
           
 LocalizedString OrganisationScheme.getName()
           
 

Methods in org.jembi.sdmxhd.dsd that return types with arguments of type LocalizedString
 java.util.Set<LocalizedString> DSD.getIndicatorNames(java.lang.String keyFamilyId)
          Convenience method to return a list of all the names of the indicators in this DSD for the given keyFamily.
 

Methods in org.jembi.sdmxhd.dsd with parameters of type LocalizedString
 void KeyFamily.setDescription(LocalizedString description)
           
 void Organisation.setDescription(LocalizedString description)
           
 void Hierarchy.setDescription(LocalizedString description)
           
 void HierarchicalCodelist.setDescription(LocalizedString description)
           
 void OrganisationScheme.setDescription(LocalizedString description)
           
 void KeyFamily.setName(LocalizedString name)
           
 void Organisation.setName(LocalizedString name)
           
 void Hierarchy.setName(LocalizedString name)
           
 void HierarchicalCodelist.setName(LocalizedString name)
           
 void OrganisationScheme.setName(LocalizedString name)
           
 

Uses of LocalizedString in org.jembi.sdmxhd.header
 

Methods in org.jembi.sdmxhd.header that return LocalizedString
 LocalizedString Header.getName()
           
 

Methods in org.jembi.sdmxhd.header with parameters of type LocalizedString
 void Header.setName(LocalizedString name)
           
 

Uses of LocalizedString in org.jembi.sdmxhd.primitives
 

Methods in org.jembi.sdmxhd.primitives that return LocalizedString
 LocalizedString Code.getDescription()
           
 LocalizedString Concept.getDescription()
           
 LocalizedString ConceptScheme.getDescription()
           
 LocalizedString CodeList.getDescription()
           
 LocalizedString Concept.getName()
           
 LocalizedString ConceptScheme.getName()
           
 LocalizedString CodeList.getName()
           
 

Methods in org.jembi.sdmxhd.primitives with parameters of type LocalizedString
 void Code.setDescription(LocalizedString description)
           
 void Concept.setDescription(LocalizedString description)
           
 void ConceptScheme.setDescription(LocalizedString description)
           
 void CodeList.setDescription(LocalizedString description)
           
 void Concept.setName(LocalizedString name)
           
 void ConceptScheme.setName(LocalizedString name)
           
 void CodeList.setName(LocalizedString name)