org.sdmx.resources.sdmxml.schemas.v2_1.query
Class OrganisationSchemeQueryType
java.lang.Object
org.sdmx.resources.sdmxml.schemas.v2_1.query.StructuralMetadataQueryType
org.sdmx.resources.sdmxml.schemas.v2_1.query.OrganisationSchemeQueryType
public class OrganisationSchemeQueryType
- extends StructuralMetadataQueryType
OrganisationSchemeQueryType defines the structure of an organisation scheme query. The parameters for the query are contained in the OrganisationSchemeWhere element. The References element is used to indicate how objects that reference the matched organisation scheme should be returned.
Java class for OrganisationSchemeQueryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OrganisationSchemeQueryType">
<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}StructureReturnDetailsType"/>
<element ref="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}OrganisationSchemeWhere"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OrganisationSchemeQueryType
public OrganisationSchemeQueryType()
Copyright © 2012. All Rights Reserved.