org.sdmx.resources.sdmxml.schemas.v2_1.message
Class StructureSpecificTimeSeriesDataHeaderType
java.lang.Object
org.sdmx.resources.sdmxml.schemas.v2_1.message.BaseHeaderType
org.sdmx.resources.sdmxml.schemas.v2_1.message.StructureSpecificDataHeaderType
org.sdmx.resources.sdmxml.schemas.v2_1.message.StructureSpecificTimeSeriesDataHeaderType
public class StructureSpecificTimeSeriesDataHeaderType
- extends StructureSpecificDataHeaderType
StructureSpecificTimeSeriesDataHeaderType defines the header structure for a time series only structure specific data message.
Java class for StructureSpecificTimeSeriesDataHeaderType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StructureSpecificTimeSeriesDataHeaderType">
<complexContent>
<restriction base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/message}StructureSpecificDataHeaderType">
<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}StructureSpecificDataTimeSeriesStructureType" 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>
| 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 |
| 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 |
StructureSpecificTimeSeriesDataHeaderType
public StructureSpecificTimeSeriesDataHeaderType()
Copyright © 2012. All Rights Reserved.