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

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

public class CrossSectionalDataType
extends MessageType

CrossSectionalDataType defines the contents of a CrossSectionalData message.

Java class for CrossSectionalDataType complex type.

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

 <complexType name="CrossSectionalDataType">
   <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/cross}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
CrossSectionalDataType()
           
 
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

CrossSectionalDataType

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