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

Packages that use Attribute
org.jembi.sdmxhd.dsd   
 

Uses of Attribute in org.jembi.sdmxhd.dsd
 

Methods in org.jembi.sdmxhd.dsd that return types with arguments of type Attribute
 java.util.List<Attribute> DSD.getAllAttributes()
          Convenience method to return a list of all the attributes in this DSD.
 java.util.List<Attribute> Components.getAttributes()
           
 java.util.List<Attribute> DSD.getAttributes(java.lang.String attachementLevel, java.lang.String assignmentStatus)
          Convenience method to return a list of all the attributes in this DSD with the supplied attachementLevel and assignmentStatus.
 java.util.List<Attribute> DSD.getAttributes(java.lang.String keyFamilyId, java.lang.String attachementLevel, java.lang.String assignmentStatus)
          Convenience method to return a list of all the attributes in this DSD in the specified keyFamily and with the supplied attachementLevel and assignmentStatus.
 

Method parameters in org.jembi.sdmxhd.dsd with type arguments of type Attribute
 void Components.setAttributes(java.util.List<Attribute> attributes)