org.sdmx.resources.sdmxml.schemas.v2_1.query
Class TimeSeriesDataReturnDetailsType
java.lang.Object
org.sdmx.resources.sdmxml.schemas.v2_1.query.ReturnDetailsBaseType
org.sdmx.resources.sdmxml.schemas.v2_1.query.DataReturnDetailsBaseType
org.sdmx.resources.sdmxml.schemas.v2_1.query.DataReturnDetailsType
org.sdmx.resources.sdmxml.schemas.v2_1.query.TimeSeriesDataReturnDetailsType
public class TimeSeriesDataReturnDetailsType
- extends DataReturnDetailsType
TimeSeriesDataReturnDetailsType specifies the specifics of the how data should be returned as it pertains to a request for time series only oriented data in the structured format.
Java class for TimeSeriesDataReturnDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TimeSeriesDataReturnDetailsType">
<complexContent>
<restriction base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}DataReturnDetailsType">
<sequence>
<element name="FirstNObservations" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="LastNObservations" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="Structure" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}TimeSeriesDataStructureRequestType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="observationAction" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}ObservationActionCodeType" default="Active" />
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimeSeriesDataReturnDetailsType
public TimeSeriesDataReturnDetailsType()
Copyright © 2012. All Rights Reserved.