org.sdmx.resources.sdmxml.schemas.v2_1.message
Class StructureSpecificDataType
java.lang.Object
org.sdmx.resources.sdmxml.schemas.v2_1.message.MessageType
org.sdmx.resources.sdmxml.schemas.v2_1.message.StructureSpecificDataType
- Direct Known Subclasses:
- StructureSpecificTimeSeriesDataType
public class StructureSpecificDataType
- extends MessageType
StructureSpecificDataType defines the structure of the structure specific data message. Note that the data set payload type is abstract, and therefore it will have to be assigned a type in an instance. This type must be derived from the base type referenced. This base type defines a general structure which can be followed to allow for generic processing of the data even if the exact details of the data structure specific format are not known.
Java class for StructureSpecificDataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StructureSpecificDataType">
<complexContent>
<restriction base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/message}MessageType">
<sequence>
<element name="Header" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/message}StructureSpecificDataHeaderType"/>
<element name="DataSet" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/data/structurespecific}DataSetType" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/message/footer}Footer" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StructureSpecificDataType
public StructureSpecificDataType()
Copyright © 2012. All Rights Reserved.