org.sdmx.resources.sdmxml.schemas.v2_1.common
Class MetadataKeyType

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.common.RegionType
      extended by org.sdmx.resources.sdmxml.schemas.v2_1.common.DistinctKeyType
          extended by org.sdmx.resources.sdmxml.schemas.v2_1.common.MetadataKeyType

public class MetadataKeyType
extends DistinctKeyType

MetadataKeyType is a region which defines a distinct full or partial metadata key. The key consists of a set of values, each referencing a target object for the metadata target referenced in the metadataTarget attribute, which must be defined in the report structure referenced in the report attribute. Each target object can be assigned a single value. If an target object from the reference metadata target is not included in this key, the value of that is assumed to be all known objects for a reference target object, all possible keys for a key descriptor values target object, or all dates for report period target object. The purpose of this key reference a metadata conforming to a particular report structure for given object or set of objects.

Java class for MetadataKeyType complex type.

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

 <complexType name="MetadataKeyType">
   <complexContent>
     <restriction base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}DistinctKeyType">
       <sequence>
         <element name="KeyValue" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}MetadataKeyValueType" maxOccurs="unbounded"/>
       </sequence>
       <attribute name="report" use="required" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}IDType" />
       <attribute name="metadataTarget" use="required" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}IDType" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.common.RegionType
attribute, include, keyValue
 
Constructor Summary
MetadataKeyType()
           
 
Method Summary
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.common.RegionType
getAttribute, getKeyValue, getOtherAttributes, isInclude, setInclude
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetadataKeyType

public MetadataKeyType()


Copyright © 2012. All Rights Reserved.