Uses of Interface
org.jembi.sdmxhd.XMLWritable

Packages that use XMLWritable
org.jembi.sdmxhd.cds   
org.jembi.sdmxhd.csds   
org.jembi.sdmxhd.dsd   
org.jembi.sdmxhd.header   
org.jembi.sdmxhd.primitives   
org.jembi.sdmxhd.util   
 

Uses of XMLWritable in org.jembi.sdmxhd.cds
 

Classes in org.jembi.sdmxhd.cds that implement XMLWritable
 class DataSet
           
 class Obs
           
 class Series
           
 

Uses of XMLWritable in org.jembi.sdmxhd.csds
 

Classes in org.jembi.sdmxhd.csds that implement XMLWritable
 class Group
           
 class Section
           
 

Uses of XMLWritable in org.jembi.sdmxhd.dsd
 

Classes in org.jembi.sdmxhd.dsd that implement XMLWritable
 class Attribute
          This object represents a Attribute element in a SDMX-HD DSD
 class CodelistRef
           
 class CodeRef
           
 class Components
           
 class Dimension
           
 class HierarchicalCodelist
           
 class Hierarchy
           
 class KeyFamily
           
 class Organisation
           
 class OrganisationScheme
           
 class PrimaryMeasure
           
 class TimeDimension
           
 

Uses of XMLWritable in org.jembi.sdmxhd.header
 

Classes in org.jembi.sdmxhd.header that implement XMLWritable
 class Contact
           
 class Header
           
 class Receiver
           
 class Sender
           
 

Uses of XMLWritable in org.jembi.sdmxhd.primitives
 

Classes in org.jembi.sdmxhd.primitives that implement XMLWritable
 class Code
          This object represents an coded answer for a codelist
 class CodeList
          This object represents a codelist structure, it stores localized name and description of the codelist along with additional information that makes up the codelist
 class Concept
           
 class ConceptScheme
          This object represents a SDMX-HD ConceptScheme
 class TextFormat
          This object represents a XML TextFormat type
 

Uses of XMLWritable in org.jembi.sdmxhd.util
 

Methods in org.jembi.sdmxhd.util with parameters of type XMLWritable
static void XMLBuilder.writeBeanToXML(XMLWritable bean, javax.xml.stream.XMLStreamWriter xmlWriter)
          Writes the specified object to XML
static void XMLBuilder.writeBeanToXML(XMLWritable bean, javax.xml.stream.XMLStreamWriter xmlWriter, java.lang.String namespace)
          Writes the specified object to XML
static void XMLBuilder.writeBeanToXML(XMLWritable bean, javax.xml.stream.XMLStreamWriter xmlWriter, java.lang.String namespace, java.lang.String name)
          Writes the specified object to XML