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

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_0.message.MessageType
      extended by 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>
 


Field Summary
protected  MetadataSetType metadataSet
           
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_0.message.MessageType
header
 
Constructor Summary
GenericMetadataType()
           
 
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

GenericMetadataType

public GenericMetadataType()
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.