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

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.common.ComponentValueSetType
      extended by org.sdmx.resources.sdmxml.schemas.v2_1.common.DinstinctKeyValueType
          extended by org.sdmx.resources.sdmxml.schemas.v2_1.common.DataKeyValueType

public class DataKeyValueType
extends DinstinctKeyValueType

DataKeyValueType is a type for providing a dimension value for the purpose of defining a distinct data key. Only a single value can be provided for the dimension.

Java class for DataKeyValueType complex type.

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

 <complexType name="DataKeyValueType">
   <complexContent>
     <restriction base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}DinstinctKeyValueType">
       <sequence>
         <element name="Value" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}SimpleKeyValueType"/>
       </sequence>
       <attribute name="id" use="required" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}SingleNCNameIDType" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.common.ComponentValueSetType
dataKey, dataSet, id, include, object, timeRange, value
 
Constructor Summary
DataKeyValueType()
           
 
Method Summary
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.common.ComponentValueSetType
getDataKey, getDataSet, getId, getObject, getTimeRange, getValue, isInclude, setId, setInclude, setTimeRange
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataKeyValueType

public DataKeyValueType()


Copyright © 2012. All Rights Reserved.