org.sdmx.resources.sdmxml.schemas.v2_0.message
Class MetadataReportType

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_0.message.MessageType
      extended by org.sdmx.resources.sdmxml.schemas.v2_0.message.MetadataReportType

public class MetadataReportType
extends MessageType

MetadataReportType defines the contents of a metadata structure definition-specific Metadata Report message.

Java class for MetadataReportType complex type.

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

 <complexType name="MetadataReportType">
   <complexContent>
     <extension base="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/message}MessageType">
       <sequence>
         <element ref="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/metadatareport}MetadataSet"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  MetadataSetType metadataSet
           
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_0.message.MessageType
header
 
Constructor Summary
MetadataReportType()
           
 
Method Summary
 MetadataSetType getMetadataSet()
          Gets the value of the metadataSet property.
 void setMetadataSet(MetadataSetType value)
          Sets the value of the metadataSet property.
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_0.message.MessageType
getHeader, setHeader
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

metadataSet

protected MetadataSetType metadataSet
Constructor Detail

MetadataReportType

public MetadataReportType()
Method Detail

getMetadataSet

public MetadataSetType getMetadataSet()
Gets the value of the metadataSet property.

Returns:
possible object is MetadataSetType

setMetadataSet

public void setMetadataSet(MetadataSetType value)
Sets the value of the metadataSet property.

Parameters:
value - allowed object is MetadataSetType


Copyright © 2012. All Rights Reserved.