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

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.query.DataSchemaQueryType

public class DataSchemaQueryType
extends Object

DataSchemaQueryType defines the structure of a query for a structured data schema. This query consists of a single data structure which provides the full details of what type of structured data schema should be returned.

Java class for DataSchemaQueryType complex type.

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

 <complexType name="DataSchemaQueryType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="DataStructure" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}DataStructureRequestType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  DataStructureRequestType dataStructure
           
 
Constructor Summary
DataSchemaQueryType()
           
 
Method Summary
 DataStructureRequestType getDataStructure()
          Gets the value of the dataStructure property.
 void setDataStructure(DataStructureRequestType value)
          Sets the value of the dataStructure property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dataStructure

protected DataStructureRequestType dataStructure
Constructor Detail

DataSchemaQueryType

public DataSchemaQueryType()
Method Detail

getDataStructure

public DataStructureRequestType getDataStructure()
Gets the value of the dataStructure property.

Returns:
possible object is DataStructureRequestType

setDataStructure

public void setDataStructure(DataStructureRequestType value)
Sets the value of the dataStructure property.

Parameters:
value - allowed object is DataStructureRequestType


Copyright © 2012. All Rights Reserved.