org.sdmx.resources.sdmxml.schemas.v2_0.message
Class GenericMetadataType
java.lang.Object
org.sdmx.resources.sdmxml.schemas.v2_0.message.MessageType
org.sdmx.resources.sdmxml.schemas.v2_0.message.GenericMetadataType
public class GenericMetadataType
- extends MessageType
GenericMetadataType defines the contents of a Generic Metadata message.
Java class for GenericMetadataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GenericMetadataType">
<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/genericmetadata}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
GenericMetadataType
public GenericMetadataType()
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.