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

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.message.BaseHeaderType
      extended by org.sdmx.resources.sdmxml.schemas.v2_1.message.StructureSpecificDataHeaderType
Direct Known Subclasses:
StructureSpecificTimeSeriesDataHeaderType

public class StructureSpecificDataHeaderType
extends BaseHeaderType

StructureSpecificDataHeaderType defines the header structure for a structure specific data message.

Java class for StructureSpecificDataHeaderType complex type.

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

 <complexType name="StructureSpecificDataHeaderType">
   <complexContent>
     <restriction base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/message}BaseHeaderType">
       <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}StructureSpecificDataStructureType" maxOccurs="unbounded"/>
         <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
StructureSpecificDataHeaderType()
           
 
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

StructureSpecificDataHeaderType

public StructureSpecificDataHeaderType()


Copyright © 2012. All Rights Reserved.