org.sdmx.resources.sdmxml.schemas.v2_1.message
Class StructureSpecificMetadataType
java.lang.Object
org.sdmx.resources.sdmxml.schemas.v2_1.message.MessageType
org.sdmx.resources.sdmxml.schemas.v2_1.message.StructureSpecificMetadataType
public class StructureSpecificMetadataType
- extends MessageType
StructureSpecificMetadataType defines the structure of a structure specific metadata message. Note that the metadata set payload type is abstract, and therefore it will have to be assigned a type in an instance. This type must be derived from the base type referenced. This base type defines a general structure which can be followed to allow for generic processing of the data even if the exact details of the data structure specific format are not known.
Java class for StructureSpecificMetadataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StructureSpecificMetadataType">
<complexContent>
<restriction base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/message}MessageType">
<sequence>
<element name="Header" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/message}StructureSpecificMetadataHeaderType"/>
<element name="MetadataSet" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/metadata/structurespecific}MetadataSetType" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/message/footer}Footer" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StructureSpecificMetadataType
public StructureSpecificMetadataType()
Copyright © 2012. All Rights Reserved.