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

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

public class StructureSetQueryType
extends StructuralMetadataQueryType

StructureSetQueryType defines the structure of a structure set query. The parameters for the query are contained in the StructureSetWhere element. The References element is used to indicate how objects that are referenced from the structure set should be returned.

Java class for StructureSetQueryType complex type.

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

 <complexType name="StructureSetQueryType">
   <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}StructureSetWhere"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.StructuralMetadataQueryType
returnDetails, structuralMetadataWhere
 
Constructor Summary
StructureSetQueryType()
           
 
Method Summary
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.StructuralMetadataQueryType
getReturnDetails, getStructuralMetadataWhere, setReturnDetails, setStructuralMetadataWhere
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StructureSetQueryType

public StructureSetQueryType()


Copyright © 2012. All Rights Reserved.