org.sdmx.resources.sdmxml.schemas.v2_1.message
Class DataQueryType
java.lang.Object
org.sdmx.resources.sdmxml.schemas.v2_1.message.MessageType
org.sdmx.resources.sdmxml.schemas.v2_1.message.DataQueryType
- Direct Known Subclasses:
- GenericDataQueryType, StructureSpecificTimeSeriesDataQueryType
public class DataQueryType
- extends MessageType
DataQueryType defines the structure of a data query message.
Java class for DataQueryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DataQueryType">
<complexContent>
<restriction base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/message}MessageType">
<sequence>
<element name="Header" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/message}BasicHeaderType"/>
<element name="Query" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}DataQueryType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataQueryType
public DataQueryType()
Copyright © 2012. All Rights Reserved.