org.sdmx.resources.sdmxml.schemas.v2_1.query
Class GenericDataQueryType
java.lang.Object
org.sdmx.resources.sdmxml.schemas.v2_1.query.DataQueryType
org.sdmx.resources.sdmxml.schemas.v2_1.query.GenericDataQueryType
- Direct Known Subclasses:
- GenericTimeSeriesDataQueryType
public class GenericDataQueryType
- extends DataQueryType
GenericDataQueryType defines the structure of a query for data formatted in the generic format. This structure generally applies to any type of generic data request, but can be refined to request time series only data.
Java class for GenericDataQueryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GenericDataQueryType">
<complexContent>
<restriction base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}DataQueryType">
<sequence>
<element name="ReturnDetails" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}GenericDataReturnDetailsType"/>
<element name="DataWhere" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}DataParametersAndType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenericDataQueryType
public GenericDataQueryType()
Copyright © 2012. All Rights Reserved.