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

Packages that use CodeRef
org.jembi.sdmxhd.dsd   
 

Uses of CodeRef in org.jembi.sdmxhd.dsd
 

Methods in org.jembi.sdmxhd.dsd that return CodeRef
 CodeRef CodeRef.findCodeRef(java.lang.String codelistAliasRef, java.lang.String codeValue)
          Recursively finds the CodeRef in this CodeRefs children that has the specified codelistAliasRef and codeValue
 CodeRef Hierarchy.findCodeRef(java.lang.String codelistAliasRef, java.lang.String codeValue)
           
 

Methods in org.jembi.sdmxhd.dsd that return types with arguments of type CodeRef
 java.util.List<CodeRef> CodeRef.getChildren()
           
 java.util.List<CodeRef> Hierarchy.getCodeRefs()
           
 

Method parameters in org.jembi.sdmxhd.dsd with type arguments of type CodeRef
 void CodeRef.setChildren(java.util.List<CodeRef> children)
           
 void Hierarchy.setCodeRefs(java.util.List<CodeRef> codeRefs)