org.sdmx.resources.sdmxml.schemas.v2_0.message
Class MetadataReportType
java.lang.Object
org.sdmx.resources.sdmxml.schemas.v2_0.message.MessageType
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>
| Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_0.message.MessageType |
header |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
metadataSet
protected MetadataSetType metadataSet
MetadataReportType
public MetadataReportType()
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.