org.sdmx.resources.sdmxml.schemas.v2_1.message
Class StructureSpecificTimeSeriesDataType

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.message.MessageType
      extended by org.sdmx.resources.sdmxml.schemas.v2_1.message.StructureSpecificDataType
          extended by org.sdmx.resources.sdmxml.schemas.v2_1.message.StructureSpecificTimeSeriesDataType

public class StructureSpecificTimeSeriesDataType
extends StructureSpecificDataType

StructureSpecificTimeSeriesDataType defines the structure of the structure specific time series data message.

Java class for StructureSpecificTimeSeriesDataType complex type.

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

 <complexType name="StructureSpecificTimeSeriesDataType">
   <complexContent>
     <restriction base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/message}StructureSpecificDataType">
       <sequence>
         <element name="Header" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/message}StructureSpecificTimeSeriesDataHeaderType"/>
         <element name="DataSet" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/data/structurespecific}TimeSeriesDataSetType" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/message/footer}Footer" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.message.MessageType
any, footer, header
 
Constructor Summary
StructureSpecificTimeSeriesDataType()
           
 
Method Summary
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.message.MessageType
getAny, getFooter, getHeader, setFooter, setHeader
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StructureSpecificTimeSeriesDataType

public StructureSpecificTimeSeriesDataType()


Copyright © 2012. All Rights Reserved.