org.sdmx.resources.sdmxml.schemas.v2_1.common
Class DataKeyValueType
java.lang.Object
org.sdmx.resources.sdmxml.schemas.v2_1.common.ComponentValueSetType
org.sdmx.resources.sdmxml.schemas.v2_1.common.DinstinctKeyValueType
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataKeyValueType
public DataKeyValueType()
Copyright © 2012. All Rights Reserved.