org.sdmx.resources.sdmxml.schemas.v2_1.data.structurespecific
Class TimeSeriesType
java.lang.Object
org.sdmx.resources.sdmxml.schemas.v2_1.common.AnnotableType
org.sdmx.resources.sdmxml.schemas.v2_1.data.structurespecific.SeriesType
org.sdmx.resources.sdmxml.schemas.v2_1.data.structurespecific.TimeSeriesType
public class TimeSeriesType
- extends SeriesType
TimeSeriesType defines an abstract structure which is used to group a collection of observations which have a key in common, organised by time. The key for a series is every dimension defined in the data structure definition, save the time dimension. In addition to observations, values can be provided for attributes which are associated with the dimensions which make up this series key (so long as the attributes do not specify a group attachment or also have an relationship with the time dimension). It is possible for the series to contain only observations or only attribute values, or both. The same rules for derivation as the base series type apply to this specialized series.
Java class for TimeSeriesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TimeSeriesType">
<complexContent>
<restriction base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/data/structurespecific}SeriesType">
<sequence>
<element ref="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}Annotations" minOccurs="0"/>
<element name="Obs" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/data/structurespecific}TimeSeriesObsType" maxOccurs="unbounded" minOccurs="0" form="unqualified"/>
</sequence>
<anyAttribute namespace=''/>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimeSeriesType
public TimeSeriesType()
Copyright © 2012. All Rights Reserved.