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

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
Direct Known Subclasses:
DataKeyType, MetadataKeyType

public abstract class DistinctKeyType
extends RegionType

DistinctKeyType is an abstract base type which is a special type of region that only defines a distinct region of data or metadata. For each component defined in the region, only a single values is provided. However, the same rules that apply to the general region about unstated components being wild carded apply here as well. Thus, this type can define a distinct full or partial key for data or metadata.

Java class for DistinctKeyType complex type.

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

 <complexType name="DistinctKeyType">
   <complexContent>
     <restriction base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}RegionType">
       <sequence>
         <element name="KeyValue" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}DinstinctKeyValueType" maxOccurs="unbounded"/>
       </sequence>
       <attribute name="include" type="{http://www.w3.org/2001/XMLSchema}boolean" fixed="true" />
       <anyAttribute namespace=''/>
     </restriction>
   </complexContent>
 </complexType>
 


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

DistinctKeyType

public DistinctKeyType()


Copyright © 2012. All Rights Reserved.