org.jembi.sdmxhd.cds
Class CDS
java.lang.Object
org.jembi.sdmxhd.cds.CDS
public class CDS
- extends java.lang.Object
- Author:
- Ryan Crichton
This object represents a SDMX-HD Compact DataSet or CDS.
Constructor Summary |
CDS()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CDS
public CDS()
toXML
public java.lang.String toXML(java.lang.String derivedNamespace)
throws javax.xml.stream.XMLStreamException,
java.lang.IllegalArgumentException,
java.lang.IllegalAccessException,
javax.xml.bind.ValidationException,
java.io.IOException
- Converts this CDS object into its SDMX-HD XML representation
- Returns:
- XML for this CDS
- Throws:
javax.xml.stream.XMLStreamException
java.lang.IllegalArgumentException
java.lang.IllegalAccessException
java.io.IOException
javax.xml.bind.ValidationException
getHeader
public Header getHeader()
setHeader
public void setHeader(Header header)
getDatasets
public java.util.List<DataSet> getDatasets()
setDatasets
public void setDatasets(java.util.List<DataSet> datasets)