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

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

public class MetadataQueryType
extends Object

MetadataQueryType defines the structure of a reference metadata query. Reference metadata is queried as individual reports. The result of this query will be a collection of metadata sets, with only the relevant metadata reports contained within them. If no report level parameters are specified, then the query will result in entire metadata sets being returned.

Java class for MetadataQueryType complex type.

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

 <complexType name="MetadataQueryType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ReturnDetails" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}MetadataReturnDetailsType"/>
         <element name="MetadataParameters" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}MetadataParametersAndType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  MetadataParametersAndType metadataParameters
           
protected  MetadataReturnDetailsType returnDetails
           
 
Constructor Summary
MetadataQueryType()
           
 
Method Summary
 MetadataParametersAndType getMetadataParameters()
          Gets the value of the metadataParameters property.
 MetadataReturnDetailsType getReturnDetails()
          Gets the value of the returnDetails property.
 void setMetadataParameters(MetadataParametersAndType value)
          Sets the value of the metadataParameters property.
 void setReturnDetails(MetadataReturnDetailsType value)
          Sets the value of the returnDetails property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

returnDetails

protected MetadataReturnDetailsType returnDetails

metadataParameters

protected MetadataParametersAndType metadataParameters
Constructor Detail

MetadataQueryType

public MetadataQueryType()
Method Detail

getReturnDetails

public MetadataReturnDetailsType getReturnDetails()
Gets the value of the returnDetails property.

Returns:
possible object is MetadataReturnDetailsType

setReturnDetails

public void setReturnDetails(MetadataReturnDetailsType value)
Sets the value of the returnDetails property.

Parameters:
value - allowed object is MetadataReturnDetailsType

getMetadataParameters

public MetadataParametersAndType getMetadataParameters()
Gets the value of the metadataParameters property.

Returns:
possible object is MetadataParametersAndType

setMetadataParameters

public void setMetadataParameters(MetadataParametersAndType value)
Sets the value of the metadataParameters property.

Parameters:
value - allowed object is MetadataParametersAndType


Copyright © 2012. All Rights Reserved.