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

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

public class MetadataSchemaQueryType
extends Object

MetadataSchemaQueryType defines the structure of a query for a structured metadata schema. This query consists of a single metadata structure which simply provides a reference to a metadata structure.

Java class for MetadataSchemaQueryType complex type.

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

 <complexType name="MetadataSchemaQueryType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="MetadataStructure" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}GenericMetadataStructureType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  GenericMetadataStructureType metadataStructure
           
 
Constructor Summary
MetadataSchemaQueryType()
           
 
Method Summary
 GenericMetadataStructureType getMetadataStructure()
          Gets the value of the metadataStructure property.
 void setMetadataStructure(GenericMetadataStructureType value)
          Sets the value of the metadataStructure property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

metadataStructure

protected GenericMetadataStructureType metadataStructure
Constructor Detail

MetadataSchemaQueryType

public MetadataSchemaQueryType()
Method Detail

getMetadataStructure

public GenericMetadataStructureType getMetadataStructure()
Gets the value of the metadataStructure property.

Returns:
possible object is GenericMetadataStructureType

setMetadataStructure

public void setMetadataStructure(GenericMetadataStructureType value)
Sets the value of the metadataStructure property.

Parameters:
value - allowed object is GenericMetadataStructureType


Copyright © 2012. All Rights Reserved.