org.sdmx.resources.sdmxml.schemas.v2_1.registry
Class QueryResultType

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.registry.QueryResultType

public class QueryResultType
extends Object

QueryResultType describes the structure of a query result for a single data source. Either a data result or metadata result is detailed, depending on the data source.

Java class for QueryResultType complex type.

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

 <complexType name="QueryResultType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <element name="DataResult" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/registry}ResultType"/>
           <element name="MetadataResult" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/registry}ResultType"/>
         </choice>
       </sequence>
       <attribute name="timeSeriesMatch" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  ResultType dataResult
           
protected  ResultType metadataResult
           
protected  boolean timeSeriesMatch
           
 
Constructor Summary
QueryResultType()
           
 
Method Summary
 ResultType getDataResult()
          Gets the value of the dataResult property.
 ResultType getMetadataResult()
          Gets the value of the metadataResult property.
 boolean isTimeSeriesMatch()
          Gets the value of the timeSeriesMatch property.
 void setDataResult(ResultType value)
          Sets the value of the dataResult property.
 void setMetadataResult(ResultType value)
          Sets the value of the metadataResult property.
 void setTimeSeriesMatch(boolean value)
          Sets the value of the timeSeriesMatch property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dataResult

protected ResultType dataResult

metadataResult

protected ResultType metadataResult

timeSeriesMatch

protected boolean timeSeriesMatch
Constructor Detail

QueryResultType

public QueryResultType()
Method Detail

getDataResult

public ResultType getDataResult()
Gets the value of the dataResult property.

Returns:
possible object is ResultType

setDataResult

public void setDataResult(ResultType value)
Sets the value of the dataResult property.

Parameters:
value - allowed object is ResultType

getMetadataResult

public ResultType getMetadataResult()
Gets the value of the metadataResult property.

Returns:
possible object is ResultType

setMetadataResult

public void setMetadataResult(ResultType value)
Sets the value of the metadataResult property.

Parameters:
value - allowed object is ResultType

isTimeSeriesMatch

public boolean isTimeSeriesMatch()
Gets the value of the timeSeriesMatch property.


setTimeSeriesMatch

public void setTimeSeriesMatch(boolean value)
Sets the value of the timeSeriesMatch property.



Copyright © 2012. All Rights Reserved.