org.sdmx.resources.sdmxml.schemas.v2_1.query
Class StructuresQueryType
java.lang.Object
org.sdmx.resources.sdmxml.schemas.v2_1.query.StructuralMetadataQueryType
org.sdmx.resources.sdmxml.schemas.v2_1.query.StructuresQueryType
public class StructuresQueryType
- extends StructuralMetadataQueryType
StructuresQueryType defines the structure of a structures query. The parameters for the query are contained in the StructuresWhere element. The References element, typically used to indicate which objects should be returned, is fixed so that all object matching the parameters are returned..
Java class for StructuresQueryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StructuresQueryType">
<complexContent>
<restriction base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}StructuralMetadataQueryType">
<sequence>
<element name="ReturnDetails" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}MaintainableReturnDetailsType"/>
<element ref="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}StructuresWhere"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StructuresQueryType
public StructuresQueryType()
Copyright © 2012. All Rights Reserved.