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

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.message.BaseHeaderType
      extended by org.sdmx.resources.sdmxml.schemas.v2_1.message.GenericDataHeaderType
          extended by org.sdmx.resources.sdmxml.schemas.v2_1.message.GenericTimeSeriesDataHeaderType

public class GenericTimeSeriesDataHeaderType
extends GenericDataHeaderType

GenericTimeSeriesDataHeaderType defines the header structure for a time series only generic data message.

Java class for GenericTimeSeriesDataHeaderType complex type.

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

 <complexType name="GenericTimeSeriesDataHeaderType">
   <complexContent>
     <restriction base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/message}GenericDataHeaderType">
       <sequence>
         <element name="ID" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}IDType"/>
         <element name="Test" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="Prepared" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/message}HeaderTimeType"/>
         <element name="Sender" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/message}SenderType"/>
         <element name="Receiver" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/message}PartyType" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}Name" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Structure" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}GenericTimeSeriesDataStructureType"/>
         <element name="DataProvider" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}DataProviderReferenceType" minOccurs="0"/>
         <element name="DataSetAction" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}ActionType" minOccurs="0"/>
         <element name="DataSetID" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}IDType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Extracted" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="ReportingBegin" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}ObservationalTimePeriodType" minOccurs="0"/>
         <element name="ReportingEnd" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}ObservationalTimePeriodType" minOccurs="0"/>
         <element name="EmbargoDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="Source" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}TextType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.message.BaseHeaderType
dataProvider, dataSetAction, dataSetID, embargoDate, extracted, id, name, prepared, receiver, reportingBegin, reportingEnd, sender, source, structure, test
 
Constructor Summary
GenericTimeSeriesDataHeaderType()
           
 
Method Summary
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.message.BaseHeaderType
getDataProvider, getDataSetAction, getDataSetID, getEmbargoDate, getExtracted, getID, getName, getPrepared, getReceiver, getReportingBegin, getReportingEnd, getSender, getSource, getStructure, isTest, setDataProvider, setDataSetAction, setEmbargoDate, setExtracted, setID, setPrepared, setSender, setTest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericTimeSeriesDataHeaderType

public GenericTimeSeriesDataHeaderType()


Copyright © 2012. All Rights Reserved.