|
Class Summary |
| BaseValueType |
BaseValueType is a general structure which contains a reference to a data structure definition component and a value for that component. |
| ComponentValueType |
ComponentValueType is a derivation of the BaseValueType which requires that the component reference be provided. |
| DataSetType |
DataSetType defines the structure of the generic data set. |
| GroupType |
GroupType defines a structure which is used to communicate attribute values for a group defined in a data structure definition. |
| ObjectFactory |
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.sdmx.resources.sdmxml.schemas.v2_1.data.generic package. |
| ObsOnlyType |
ObsOnlyType defines the structure for an un-grouped observation. |
| ObsType |
ObsType defines the structure of a grouped observation. |
| ObsValueType |
ObsValueType is a derivation of the BaseValueType which is used to provide an observation value. |
| SeriesType |
SeriesType defines a structure which is used to group a collection of observations which have a key in common. |
| TimeSeriesDataSetType |
TimeSeriesDataSetType is a derivation of the base DataSetType of the generic format the restricts the data set to only allow for grouped observations where the dimension at the observation level is the time dimension of the data structure definition. |
| TimeSeriesObsType |
TimeSeriesObsType defines the structure of a time series observation. |
| TimeSeriesType |
TimeSeriesType defines a structure which is used to group a collection of observations which have a key in common, organised by time. |
| TimeValueType |
TimeValueType is a derivation of the BaseValueType which is used to provide a value for the time dimension. |
| ValuesType |
ValuesType is a general structure which contains a collection of data structure definition component values. |