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

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

public class UtilityDataType
extends MessageType

UtilityDataType defines the contents of a UtilityData message.

Java class for UtilityDataType complex type.

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

 <complexType name="UtilityDataType">
   <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/utility}DataSet"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  DataSetType dataSet
           
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_0.message.MessageType
header
 
Constructor Summary
UtilityDataType()
           
 
Method Summary
 DataSetType getDataSet()
          Gets the value of the dataSet property.
 void setDataSet(DataSetType value)
          Sets the value of the dataSet 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

dataSet

protected DataSetType dataSet
Constructor Detail

UtilityDataType

public UtilityDataType()
Method Detail

getDataSet

public DataSetType getDataSet()
Gets the value of the dataSet property.

Returns:
possible object is DataSetType

setDataSet

public void setDataSet(DataSetType value)
Sets the value of the dataSet property.

Parameters:
value - allowed object is DataSetType


Copyright © 2012. All Rights Reserved.