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

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.DataKeyType

public class DataKeyType
extends DistinctKeyType

DataKeyType is a region which defines a distinct full or partial data key. The key consists of a set of values, each referencing a dimension and providing a single value for that dimension. The purpose of the key is to define a subset of a data set (i.e. the observed value and data attribute) which have the dimension values provided in this definition. Any dimension not stated explicitly in this key is assumed to be wild carded, thus allowing for the definition of partial data keys.

Java class for DataKeyType complex type.

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

 <complexType name="DataKeyType">
   <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}DataKeyValueType" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.common.RegionType
attribute, include, keyValue
 
Constructor Summary
DataKeyType()
           
 
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

DataKeyType

public DataKeyType()


Copyright © 2012. All Rights Reserved.