org.sdmx.resources.sdmxml.schemas.v2_1.common
Class GenericTimeSeriesDataStructureType
java.lang.Object
org.sdmx.resources.sdmxml.schemas.v2_1.common.PayloadStructureType
org.sdmx.resources.sdmxml.schemas.v2_1.common.DataStructureType
org.sdmx.resources.sdmxml.schemas.v2_1.common.GenericDataStructureType
org.sdmx.resources.sdmxml.schemas.v2_1.common.GenericTimeSeriesDataStructureType
public class GenericTimeSeriesDataStructureType
- extends GenericDataStructureType
GenericTimeSeriesDataStructureType defines the structural information for a generic time series based data set. The dimension at the observation level is fixed to be TIME_PERIOD.
Java class for GenericTimeSeriesDataStructureType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GenericTimeSeriesDataStructureType">
<complexContent>
<restriction base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}GenericDataStructureType">
<sequence>
<choice>
<element name="ProvisionAgrement" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}ProvisionAgreementReferenceType"/>
<element name="StructureUsage" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}DataflowReferenceType"/>
<element name="Structure" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}DataStructureReferenceType"/>
</choice>
</sequence>
<attribute name="dimensionAtObservation" use="required" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}ObservationDimensionType" fixed="TIME_PERIOD" />
</restriction>
</complexContent>
</complexType>
| Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.common.PayloadStructureType |
getDimensionAtObservation, getNamespace, getProvisionAgrement, getSchemaURL, getServiceURL, getStructure, getStructureID, getStructureURL, getStructureUsage, isExplicitMeasures, setDimensionAtObservation, setExplicitMeasures, setNamespace, setProvisionAgrement, setSchemaURL, setServiceURL, setStructure, setStructureID, setStructureURL, setStructureUsage |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenericTimeSeriesDataStructureType
public GenericTimeSeriesDataStructureType()
Copyright © 2012. All Rights Reserved.