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

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
Direct Known Subclasses:
DataKeyValueType, MetadataKeyValueType

public abstract class DinstinctKeyValueType
extends ComponentValueSetType

DinstinctKeyValueType is an abstract base type which defines a singular, required value for a key component.

Java class for DinstinctKeyValueType complex type.

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

 <complexType name="DinstinctKeyValueType">
   <complexContent>
     <restriction base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}ComponentValueSetType">
       <choice>
         <element name="Value" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}SimpleKeyValueType"/>
         <element name="DataSet" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}SetReferenceType"/>
         <element name="DataKey" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}DataKeyType"/>
         <element name="Object" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}ObjectReferenceType"/>
       </choice>
       <attribute name="id" use="required" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}SingleNCNameIDType" />
       <attribute name="include" type="{http://www.w3.org/2001/XMLSchema}boolean" fixed="true" />
     </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
DinstinctKeyValueType()
           
 
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

DinstinctKeyValueType

public DinstinctKeyValueType()


Copyright © 2012. All Rights Reserved.