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

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

public class StructureSpecificMetadataHeaderType
extends BaseHeaderType

StructureSpecificMetadataHeaderType defines the header format for metadata structure definition specific reference metadata messages.

Java class for StructureSpecificMetadataHeaderType complex type.

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

 <complexType name="StructureSpecificMetadataHeaderType">
   <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}StructureSpecificMetadataStructureType" 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="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
StructureSpecificMetadataHeaderType()
           
 
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

StructureSpecificMetadataHeaderType

public StructureSpecificMetadataHeaderType()


Copyright © 2012. All Rights Reserved.