org.sdmx.resources.sdmxml.schemas.v2_1.query
Class GenericTimeSeriesDataQueryType

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.query.DataQueryType
      extended by org.sdmx.resources.sdmxml.schemas.v2_1.query.GenericDataQueryType
          extended by org.sdmx.resources.sdmxml.schemas.v2_1.query.GenericTimeSeriesDataQueryType

public class GenericTimeSeriesDataQueryType
extends GenericDataQueryType

GenericTimeSeriesDataQueryType defines the structure of a query for time series only data formatted in the generic format.

Java class for GenericTimeSeriesDataQueryType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GenericTimeSeriesDataQueryType">
   <complexContent>
     <restriction base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}GenericDataQueryType">
       <sequence>
         <element name="ReturnDetails" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}GenericTimeSeriesDataReturnDetailsType"/>
         <element name="DataWhere" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}DataParametersAndType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.DataQueryType
dataWhere, returnDetails
 
Constructor Summary
GenericTimeSeriesDataQueryType()
           
 
Method Summary
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.DataQueryType
getDataWhere, getReturnDetails, setDataWhere, setReturnDetails
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericTimeSeriesDataQueryType

public GenericTimeSeriesDataQueryType()


Copyright © 2012. All Rights Reserved.