org.sdmx.resources.sdmxml.schemas.v2_1.message
Class GenericDataHeaderType
java.lang.Object
org.sdmx.resources.sdmxml.schemas.v2_1.message.BaseHeaderType
org.sdmx.resources.sdmxml.schemas.v2_1.message.GenericDataHeaderType
- Direct Known Subclasses:
- GenericTimeSeriesDataHeaderType
public class GenericDataHeaderType
- extends BaseHeaderType
GenericDataHeaderType defines the header structure for a generic data message.
Java class for GenericDataHeaderType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GenericDataHeaderType">
<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}GenericDataStructureType" 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 |
GenericDataHeaderType
public GenericDataHeaderType()
Copyright © 2012. All Rights Reserved.