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

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.query.DataQueryType
Direct Known Subclasses:
GenericDataQueryType, TimeSeriesDataQueryType

public class DataQueryType
extends Object

DataQueryType defines the structure of a query for data. This is generally appliable for any data request, but can be refined depending on the type of data being queried (generic or structured, time series specific or not) to the requirements of the requested format.

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.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ReturnDetails" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}DataReturnDetailsType"/>
         <element name="DataWhere" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}DataParametersAndType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  DataParametersAndType dataWhere
           
protected  DataReturnDetailsType returnDetails
           
 
Constructor Summary
DataQueryType()
           
 
Method Summary
 DataParametersAndType getDataWhere()
          Gets the value of the dataWhere property.
 DataReturnDetailsType getReturnDetails()
          Gets the value of the returnDetails property.
 void setDataWhere(DataParametersAndType value)
          Sets the value of the dataWhere property.
 void setReturnDetails(DataReturnDetailsType value)
          Sets the value of the returnDetails property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

returnDetails

protected DataReturnDetailsType returnDetails

dataWhere

protected DataParametersAndType dataWhere
Constructor Detail

DataQueryType

public DataQueryType()
Method Detail

getReturnDetails

public DataReturnDetailsType getReturnDetails()
Gets the value of the returnDetails property.

Returns:
possible object is DataReturnDetailsType

setReturnDetails

public void setReturnDetails(DataReturnDetailsType value)
Sets the value of the returnDetails property.

Parameters:
value - allowed object is DataReturnDetailsType

getDataWhere

public DataParametersAndType getDataWhere()
Gets the value of the dataWhere property.

Returns:
possible object is DataParametersAndType

setDataWhere

public void setDataWhere(DataParametersAndType value)
Sets the value of the dataWhere property.

Parameters:
value - allowed object is DataParametersAndType


Copyright © 2012. All Rights Reserved.