org.sdmx.resources.sdmxml.schemas.v2_1.query
Class DataSchemaQueryType
java.lang.Object
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dataStructure
protected DataStructureRequestType dataStructure
DataSchemaQueryType
public DataSchemaQueryType()
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.