org.sdmx.resources.sdmxml.schemas.v2_0.message
Class CrossSectionalDataType
java.lang.Object
org.sdmx.resources.sdmxml.schemas.v2_0.message.MessageType
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>
| 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 |
dataSet
protected DataSetType dataSet
CrossSectionalDataType
public CrossSectionalDataType()
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.